- This topic has 3 replies, 2 voices, and was last updated 17 years, 8 months ago by Riyad Kalla.
-
AuthorPosts
-
Erick DovaleMemberThis problem is a blocker for me at the time.
I created a ServletContextListener and registered in the web.xml file. I wrote the corresponding file and deployed the web app. When I run tomcat it complains about not been able to find the listener class. I checked in tomcats web app folder and it is true, the class is not been deployed in there.What could be the reason for this?
Thanks.
Riyad KallaMemberedovale,
Can you post all the information from MyEclipse > Installation Summary > Installation Details here for me?
Erick DovaleMember*** Date:
Wednesday, April 25, 2007 3:20:15 AM GMT** System properties:
OS=windows nt (unknown)
OS version=6.0
Java version=1.5.0_08*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.1.1 GA
Build id: 20070302-5.1.1-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.1.1 GA
Build id: 20070302-5.1.1-GAEclipse Platform
Version: 3.2.2.r322_v20070119-RQghndJN8IM0MsK
Build id: M20070212-1330Eclipse RCP
Version: 3.2.2.r322_v20070104-8pcviKVqd8J7C1U
Build id: M20070212-1330Eclipse Java Development Tools
Version: 3.2.2.r322_v20070104-R4CR0Znkvtfjv9-
Build id: M20070212-1330Eclipse Project SDK
Version: 3.2.2.r322_v20070104-dCGKm0Ln38lm-8s
Build id: M20070212-1330Eclipse Graphical Editing Framework
Version: 3.2.2.v20070208
Build id: 20070208-1315Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\work\MyEclipse 5.1.1 GA\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
145c_70
-clean -vmargs
-Xms128M
-Xmx512M
-XX:PermSize=64M
-XX:MaxPermSize=128M
-vm
C:\work\MyEclipse 5.1.1 GA\jre\bin\javaw.exe
Riyad KallaMemberedovale,
I need the following info:1) Are you working with a web project? If so, can you open the project properties and go to MyEclipse > Web and read the values off to me for both the web root and web context root folders?
2) Can you tell me your Output folder from your Project Properties > Java Build Path > Source page?
3) Additionally, can you tell me all the settings you have for Tomcat from the connector preference page?
4) And last, but not least, can you tell me the full paths you have both your workspace created in, and Tomcat installed under? With Vista’s new permission model, this could very well be breaking your deployments depending on where you put these.
-
AuthorPosts