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 95700

Summary: Cannot deploy app to external tomcat6.0.9
Product: serverplugins Reporter: Lukas Jungmann <jungi>
Component: TomcatAssignee: Sherold Dev <sherold>
Status: VERIFIED FIXED    
Severity: blocker CC: jpospisil
Priority: P2 Keywords: TOMCAT
Version: 6.x   
Hardware: All   
OS: All   
URL: http://issues.apache.org/bugzilla/show_bug.cgi?id=41289
Issue Type: DEFECT Exception Reporter:

Description Lukas Jungmann 2007-02-15 15:34:55 UTC
create simple webapp and deploy it

=>java.io.FileNotFoundException:
/space/java/servers/apache-tomcat-6.0.9/conf/Catalina/localhost/WebApplication9.xml
(No such file or directory)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
        at
org.apache.catalina.manager.ManagerServlet.copyInternal(ManagerServlet.java:1570)
 ...

WA: create apache-tomcat-6.0.9/conf/Catalina/localhost/ dirs manually

This is caused by issue in tomcat itself, see
http://issues.apache.org/bugzilla/show_bug.cgi?id=41289
Comment 1 Jaroslav Pospisil 2007-04-17 10:14:52 UTC
Raising priority since this is definitelly important problem.
Workaround exists - this is valid only for Tomcat 6 with default basedir. If you
use custom basedir,you can normally deploy.
Comment 2 Sherold Dev 2007-06-18 16:06:58 UTC
This issue has been already fixed in Tomcat.
Comment 3 Lukas Jungmann 2007-08-24 13:56:27 UTC
v.