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 - Appclient has wrong entries in project private.properties for remote servers
Summary: Appclient has wrong entries in project private.properties for remote servers
Status: VERIFIED DUPLICATE of bug 85129
Alias: None
Product: javaee
Classification: Unclassified
Component: App Client (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Lukas Jungmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-18 15:03 UTC by Dan Kolar
Modified: 2007-01-08 16:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.