This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 91211

Summary: Appclient has wrong entries in project private.properties for remote servers
Product: javaee Reporter: Dan Kolar <dkolar>
Component: App ClientAssignee: Lukas Jungmann <jungi>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Dan Kolar 2006-12-18 15:03:28 UTC
build20061017fcs   jdk1.6

When running Appclient on remote server registered in netbeans , 2 errors in
property file prevent successful run of client

1. j2ee.appclient.tool.args=-configxml "C:\\config\\sun-acc.xml" 
Should be pointed   to some {GLASSFISH_HOME}, OR {PROJECT_HOME}, where user
could deploy his own, modified sun-acc.xml for distant server, or Netbeans could
even created it, when registering the remote server (as it know all needed
information from user)

2. wa.copy.client.jar.from=C:\\generated\\xml\\j2ee-modules
Should be pointed to {PROJECT_HOME}/dist/, where the {PROJECT_NAME}Client.jar is
 saved

Workaround: Point 1. to modified sun-acc.xml with defined remote server
host/port and point 2. to dist dir
Then it works as desired
Comment 1 Lukas Jungmann 2006-12-21 23:00:44 UTC
dup of issue 85129, if you disagree then check also issue 82929 and eventually
reopen.

*** This issue has been marked as a duplicate of 85129 ***
Comment 2 Dan Kolar 2007-01-08 16:13:20 UTC
v.