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 22370 - copying tomcat lib jar files should be flawless on RO FSs
Summary: copying tomcat lib jar files should be flawless on RO FSs
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: -FFJ-
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-12 14:44 UTC by Damian Frach
Modified: 2006-02-27 15:06 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 Damian Frach 2002-04-12 14:44:24 UTC
copying tomcat lib jar files should be flawless on RO FSs
Comment 1 Milan Kuchtiak 2002-04-12 16:19:45 UTC
These cases are really solved insufficiently.
I suggest this solution :

1. Internal installation will contain all necessary 
libraries defaultly (guaranteed by build script) in :

- ide_home/tomcat401/lib
- ide_home/tomcat401/server/lib
- ide_home/tomcat401/common/lib

2. userdir/tomcat40_base/conf/web.xml file will contain 
defaultly : 

- monitor filter element with its filter-mapping
- IDEJspServlet element

3. trying to change 'IDE Integration Mode' property 
to 'minimum' in case that tomcat401 is the read-only 
filesystem will result in WARNING message with no changes.

4. Mounting external Tomcat4.0 installation should properly 
handle cases when Tomcat is installed as a RO filesystem. 
This should be solved by WARNING message with this 
potential consequence :
- Tomcat4.0 installation is mounted in 'MINIMUM' mode 
despite the "FULL" mode was selected.
Comment 2 Milan Kuchtiak 2002-04-12 16:22:12 UTC
Radim you could help with build script modification.
Comment 3 Milan Kuchtiak 2002-04-16 09:53:42 UTC
I made changes in Tomcat4.0 data object in order to deal 
with cases when Tomcat is installed in read-only filesystem.

Now it is necessary to make an Internal Tomcat Installation 
fully equipped with jar files initially :

- pbclient.jar .......... in tomcat_home/common/lib
- tomcat40-ide.jar ...... in tomcat_home/lib
- schema2beans.jar ...... in tomcat_home/lib
- httpmonitor.jar ....... in tomcat_home/lib
- monitor-valve.jar ..... in tomcat_home/server/lib

Radim, please do this task.

Comment 4 _ rkubacki 2002-04-17 09:02:46 UTC
Build procedure is updated to copy them.
Comment 5 Jaroslav Pospisil 2006-02-27 15:06:14 UTC
VERIFIED