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 50764 - Deployment of Web Application fails after Run Project Called
Summary: Deployment of Web Application fails after Run Project Called
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 4.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-23 02:11 UTC by alexmilowski
Modified: 2005-09-05 10:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Message log that contains the exception. (117.69 KB, text/plain)
2004-10-23 02:13 UTC, alexmilowski
Details
war file for application with deployment error (144.96 KB, application/octet-stream)
2004-11-02 15:03 UTC, alexmilowski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alexmilowski 2004-10-23 02:11:07 UTC
I have a web application (some JSP pages) that
worked under netbeans 3.6.  When I tried Netbeans
4.0 Beta 2, I got an error when I tried to run the
project where the deployment to tomcat failed with
a null pointer exception.

I have a message.log which I will upload with the
exception.
Comment 1 alexmilowski 2004-10-23 02:13:00 UTC
Created attachment 18461 [details]
Message log that contains the exception.
Comment 2 Pavel Buzek 2004-10-29 20:55:03 UTC
I cannot reproduce this without more information.

Does the project contain META-INF/context.xml file? Is the file read
only? Did you have the same problem on other web projects?
Thanks.
Comment 3 alexmilowski 2004-11-02 15:02:23 UTC
The project does not have a context.xml.  Just a web.xml.  This is
the only web applicaiton I tried in 4.0.  After that I went back
to 3.6 where everything works fine.

I will upload the war file so you can try this out.  It has all the
files as it is a jsp-based application.
Comment 4 alexmilowski 2004-11-02 15:03:33 UTC
Created attachment 18672 [details]
war file for application with deployment error
Comment 5 Pavel Buzek 2005-02-22 00:35:19 UTC
we shoud try this in 4.1
Comment 6 Pavel Buzek 2005-08-25 03:50:00 UTC
Probably already fixed (sorry for way to late response!). I'm testing with trunk
build of 4.2 and I am able to create a Web Application from Existing Sources (I
did not find any build script) and deploy the app to the bundled tomcat.