- This topic has 12 replies, 3 voices, and was last updated 16 years, 1 month ago by Loyal Water.
-
AuthorPosts
-
dragon89MemberHello!
I try do execute JSFLoginDemo, but I get always this error message:
HTTP Status 404 – /Lucullus/——————————————————————————–
type Status report
message /Lucullus/
description The requested resource (/Lucullus/) is not available.
Tomcat works and I can’t find any error message from myeclipse. This is the message from Tomcat:
10.08.2007 12:40:49 org.apache.catalina.core.AprLifecycleListener init
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Programme\Java\jdk1.6.0_01\bin;D:\Tomcat 6.0\bin
10.08.2007 12:40:50 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
10.08.2007 12:40:50 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1098 ms
10.08.2007 12:40:50 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
10.08.2007 12:40:50 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.13
10.08.2007 12:40:51 org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
10.08.2007 12:40:51 org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
10.08.2007 12:40:51 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
10.08.2007 12:40:52 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
10.08.2007 12:40:52 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/70 config=null
10.08.2007 12:40:52 org.apache.catalina.startup.Catalina start
INFO: Server startup in 2028 msEclipse and Tomcat are reinstalled and used myeclipse. exec -clean. I tried nearly everything but I get no solution. Please, can anybody help me?
Thx
Loyal WaterMemberAre you sure you followed the tutorial correctly? What URL are you using to run the demo after deploying it ?
dragon89MemberHello!
I just downloaded this example and imported in eclipse. I followed the instruction and used this url: http://localhost:8080/JSFLoginDemo/userLogin.faces
Any idea?
Thx
Loyal WaterMemberDid you deploy your application ? Also, please make sure the server is running.
dragon89MemberServer is working. I can call up http://localhost:8080? Has anybody similar problems?
thx
Loyal WaterMemberCan you see you application deployed in the Webapps folder under Tomcat ?
dragon89MemberHi, i was in vacation.
I dont understand you. What should I see under ./Tomcat/webapp/? Do you mean a *.xml file for my project?thx
Loyal WaterMemberI want to know if you can see a folder named JSFLoginDemo under webapps.(assuming JSFLoginDemo is the name of the project your are trying to run)
nawazishMemberI also have the same problem but i see the application is not deployed,I try to redeploy it but the error is that the project is not deployed under the accurate name e,g my project name is “testValidator” even without any space but in the webapp folder under tomcat it is created as test.war or test against the modes
Is this not a bug in MyEclipse
nawazishMemberI also have the same problem but i see the application is not deployed,I try to redeploy it but the error is that the project is not deployed under the accurate name e,g my project name is “testValidator” even without any space but in the webapp folder under tomcat it is created as test.war or test against the modes
Is this not a bug in MyEclipse
Loyal WaterMembernawazish,
I was unable to reproduce the issue you have reported.Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
nawazishMemberThe details are as follow
*** Date:
Monday, October 13, 2008 9:26:22 AM GMT+05:00** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.0 GA
Build id: 6.0.0-GA-200708*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.0.0 GA
Build id: 6.0.0-GA-200708Eclipse Graphical Editing Framework
Version: 3.3.0.v20070620
Build id: 20070620-1021Eclipse Platform
Version: 3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G
Build id: I20070625-1500Eclipse RCP
Version: 3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG
Build id: I20070625-1500Eclipse Java Development Tools
Version: 3.3.0.v20070606-0010-7o7jCHEFpPoqQYvnXqejeR
Build id: I20070625-1500Eclipse Plug-in Development Environment
Version: 3.3.0.v20070607-7N7M-DUUEF6Ez0H46IcCC
Build id: I20070625-1500Eclipse Project SDK
Version: 3.3.0.v20070607-7M7J-BIolz-OcxWxvWAPSfLPqevO
Build id: I20070625-1500Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
D:\Program Files\MyEclipse 6.0\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
D:\Program Files\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.0.v20070523\eclipse_1017a.dll
-startup
D:\Program Files\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher_1.0.0.v20070606.jar
-exitdata
c8_6c
-vm
d:\Program Files\MyEclipse 6.0\jre\bin\javaw.exe
Loyal WaterMemberCan you switch to a new workspace (File > Switch Workspace > Temp) and try reproducing this issue.
-
AuthorPosts