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 35959 - Admin and manager apps not started with server on Windows
Summary: Admin and manager apps not started with server on Windows
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: _ rkubacki
URL: http://nagoya.apache.org/bugzilla/sho...
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-08 14:17 UTC by _ rkubacki
Modified: 2006-06-05 00:50 UTC (History)
1 user (show)

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 _ rkubacki 2003-09-08 14:17:09 UTC
The reason is described in Tomcat's bug.

We can either: 
- wait for fix in Tomcat or JDK
- fix our plugin to to use absolute path to
CATALINA_HOME/webapps as appBase and rather patch
admin.xml and manager.xml to refer to correct path
under CATALINA_HOME. To make this solution
complete we should also add context XML files for
other deployed apps (ROOT, tomcat-docs).
Comment 1 _ rkubacki 2003-10-07 15:34:56 UTC
Should be OK now since there is newer Tomcat
Comment 2 Petr Blaha 2004-07-09 09:38:08 UTC
Verified