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 61805 - Tomcat5 for WSDP with custom basedir doesn't reflect changes in Server manager
Summary: Tomcat5 for WSDP with custom basedir doesn't reflect changes in Server manager
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-04 14:59 UTC by Jaroslav Pospisil
Modified: 2005-11-11 10:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
outputs and server log (11.96 KB, text/plain)
2005-08-04 15:00 UTC, Jaroslav Pospisil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Pospisil 2005-08-04 14:59:56 UTC
If I add Tomcat 5 for Java WSDP with WSDP 1.6 pack installed in Runtime tab and
choose private(custom) Basedir,the server doesn't reflect the changes executed
in Server manager.For example if I changed the Server port,Tomcat still start
with default port.It seems Tomcat is using default shared Basedir(=
Homedir),because even its logs are stored there. 
Moreover when you want to deploy web modulo on such server,the build fails(see
attachment).
Comment 1 Jaroslav Pospisil 2005-08-04 15:00:56 UTC
Created attachment 23499 [details]
outputs and server log
Comment 2 Sherold Dev 2005-10-17 15:07:11 UTC
Tomcat w/ JWSDP installed does not support catalina base directory. The add
server wizard will not allow to specify the catalina base dir, if the JWSDP
installation is recognized.

F.

Checking in src/org/netbeans/modules/tomcat5/wizard/InstallPanelVisual.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/wizard/InstallPanelVisual.java,v
 <--  InstallPanelVisual.java
new revision: 1.3; previous revision: 1.2
done
Comment 3 Jaroslav Pospisil 2005-11-11 10:33:13 UTC
Verified in 200511092030