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 82120 - Tomcat server does not appear in list of servers is "run" category of project properties
Summary: Tomcat server does not appear in list of servers is "run" category of project...
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-08 02:57 UTC by rhaertel80
Modified: 2007-09-24 14:30 UTC (History)
0 users

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 rhaertel80 2006-08-08 02:57:06 UTC
I was perviously using 5.5 Preview Release which worked just fine. I installed
5.5 Beta 2 and now my Tomcat installation does not appear in the "run" category
of the project properties--neither does the bundled Tomcat, just "Sun Java
System Application Server". However, both the bundled Tomcat and my Tomcat 5.5
do show up in my list of installed servers and I can even start and stop them
from the "runtime" tab. I tried removing the server from "Tools > Server
Manager" and then adding it from scratch, but it did not work. Why can I not
deploy to Tomcat anymore?
Comment 1 Sherold Dev 2006-08-08 09:22:43 UTC
The server list in the project properties dialog is reduced to those your
project can be deployed to. It seems that your project is a Java EE 5 app and
thus it cannot be deployed to Tomcat, which is a J2EE 1.4 container.
Comment 2 rhaertel80 2006-08-09 20:05:23 UTC
I am not using any J2EE specific code. Note that the project runs just fine in
the preview edition. Maybe NetBeans considers persistence to be J2EE specific,
but this is not true; my code works just fine in Tomcat 5.5.
Comment 3 rhaertel80 2006-08-10 02:54:18 UTC
The preview version set the project to use J2EE 1.5. However, as noted by
sherold, Tomcat does not support J2EE 1.5 and hence Netbeans 5.5 Beta 2, does
not allow me to deploy to Tomcat. This can be fixed by manually changinge the
project.properties file.
Comment 4 Jaroslav Pospisil 2007-09-24 14:30:56 UTC
VERIFIED