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 - Cannot deploy app to external tomcat6.0.9
Summary: Cannot deploy app to external tomcat6.0.9
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sherold Dev
URL: http://issues.apache.org/bugzilla/sho...
Keywords: TOMCAT
Depends on:
Blocks:
 
Reported: 2007-02-15 15:34 UTC by Lukas Jungmann
Modified: 2007-08-24 13:56 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 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.