Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » CherryPy with java and jsp :S
CherryPy with java and jsp :S [message #879463] Thu, 31 May 2012 09:16 Go to next message
Thor Wium Giversen is currently offline Thor Wium GiversenFriend
Messages: 1
Registered: May 2012
Junior Member
I am trying to run a .jsp using a tomcat 6 server (obviousloy in eclipse). But when i try to run it i get this message



404 Not Found

The path '/dynamicTest2/index.jsp' was not found.

Traceback (most recent call last):
File "cherrypy/_cprequest.pyc", line 618, in respond
File "cherrypy/_cperror.pyc", line 233, in __call__
NotFound: (404, "The path '/dynamicTest2/index.jsp' was not found.")
Powered by CherryPy 3.2.0

So here is my question, is eclipse for some reason trying to use CheryPy to run my java and jsp?

my console output looks like this.



May 31, 2012 10:24:38 AM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
May 31, 2012 10:24:38 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:dynamicTest2' did not find a matching property.
May 31, 2012 10:24:38 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:SemesterOpgave' did not find a matching property.
May 31, 2012 10:24:38 AM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
May 31, 2012 10:24:38 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 989 ms
May 31, 2012 10:24:38 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
May 31, 2012 10:24:38 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.35
May 31, 2012 10:24:39 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
May 31, 2012 10:24:39 AM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
May 31, 2012 10:24:39 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/40 config=null
May 31, 2012 10:24:39 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 614 ms


Thanks in advance Smile
Re: CherryPy with java and jsp :S [message #881588 is a reply to message #879463] Mon, 04 June 2012 21:52 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

On 5/31/2012 5:16 AM, Thor Wium Giversen wrote:
> I am trying to run a .jsp using a tomcat 6 server (obviousloy in
> eclipse). But when i try to run it i get this message
>
>
> 404 Not Found
>
> The path '/dynamicTest2/index.jsp' was not found.
>
> Traceback (most recent call last):
> File "cherrypy/_cprequest.pyc", line 618, in respond
> File "cherrypy/_cperror.pyc", line 233, in __call__
> NotFound: (404, "The path '/dynamicTest2/index.jsp' was not found.")
> Powered by CherryPy 3.2.0
>
> So here is my question, is eclipse for some reason trying to use CheryPy
> to run my java and jsp?

Unlikely. Do you have something installed on your system that might
have included ChryPy?

---
Nitin Dahyabhai
Eclipse WTP Source Editing and JSDT
IBM Rational


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:Eclipse has become unusable
Next Topic:Eclipse Juno Load Problems
Goto Forum:
  


Current Time: Thu Apr 25 11:35:25 GMT 2024

Powered by FUDForum. Page generated in 0.09317 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top