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 114145 - exploded directory deployment not supported
Summary: exploded directory deployment not supported
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-29 16:53 UTC by andyraffle
Modified: 2011-10-17 09:45 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description andyraffle 2007-08-29 16:53:03 UTC
There is no support (as yet) for exploded directory deployment to Tomcat servers. Any iterative development of JSP or
similar content requires a new build+deploy of the code. This makes things very slow. Glassfish is supported, but as far
as I can see it is the only server which is. Is there another way to do this at the moment, or is there a plan to
support this in future releases?
Comment 1 dynamite 2007-09-28 11:55:00 UTC
Create the following as .netbeans/dev/apache-tomcat-6.0.13_base/conf/Catalina/localhost/deployedname.xml, where
deployedname is whatever you want the deployed web app to be called.  Note later daily builds of 6 use tomcat 6.0.14,
change path appropriately.  On Windows .netbeans is under c:\Document and Settings\userid and on POSIX it is in the home
directory (I don't know about Macs I'm afraid).

<?xml version="1.0" encoding="UTF-8"?>
<Context docBase="/path/to/dir/web-root" path="/deployedname" reloadable="false"/>
Comment 2 Petr Hejl 2011-10-17 09:45:36 UTC
Done some time ago.