RE: [FWD: Help Debugging 404 errors]

2013-02-18 Thread siegfried
Jose, Thanks for you help. It is working now that I have a new Tomcat 7 friendly version from the author of the SpringMVC servlet author. I'm not sure what he changed. Siegfried Original Message Subject: Re: [FWD: Help Debugging 404 errors] From: Jose_María_Zaragoza demablo

Re: [FWD: Help Debugging 404 errors]

2013-02-14 Thread Jose María Zaragoza
OK, I double clicked. Can you give me some more details on choosing root folder and webapps folder? I see three radio buttons that are all greyed out. I don't know how to click on them. Use workspace metadata (dones not modify Tomcat installation) Use the tomcat installation (takes control

RE: [FWD: Help Debugging 404 errors]

2013-02-13 Thread siegfried
org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/36 config=null Feb 13, 2013 9:12:57 AM org.apache.catalina.startup.Catalina start INFO: Server startup in 1202 ms Original Message Subject: Re: [FWD: Help Debugging 404 errors] From: Konstantin Kolinko knst.koli

Re: [FWD: Help Debugging 404 errors]

2013-02-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Siegfried, On 2/13/13 12:29 PM, siegfr...@heintze.com wrote: OK, here is the console log and it is exclusively resulting from starting. There are no changes to the console display as a result of pointing the browser at

RE: [FWD: Help Debugging 404 errors]

2013-02-13 Thread siegfried
Can you post the server.xml that is being used by Tomcat? It looks like Eclipse is modifying server.xml with your webapp's name (which is weird). begin %ECLIPSE_WORKSPACES%\hello-spring-mvc-annotated-tomcat6-from-scratch\Servers\Tomcat v6.0 Server at localhost (2)-config\server.xml ?xml

Re: [FWD: Help Debugging 404 errors]

2013-02-13 Thread Mark Eggers
On 2/13/2013 12:27 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Siegfried, On 2/13/13 12:29 PM, siegfr...@heintze.com wrote: OK, here is the console log and it is exclusively resulting from starting. There are no changes to the console display as a result of

Re: [FWD: Help Debugging 404 errors]

2013-02-13 Thread Jose María Zaragoza
They actually use a pseudo-CATALINA_BASE (I think) and run the server from: workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp[n] n is the number of your server in your Servers project. There is no bin directory, and there's an extra directory called wtpwebapps which contains an

RE: [FWD: Help Debugging 404 errors]

2013-02-13 Thread siegfried
Mark Eggers: 1. Make sure your Servers project is open (so you can control Tomcat) I don't know what you mean. I have expanded the server name in the project pane (to expose server.xml and other files) as well as the server name in project pane (to expose the war/projects with the jar icon where

RE: [FWD: Help Debugging 404 errors]

2013-02-13 Thread siegfried
Jose They actually use a pseudo-CATALINA_BASE (I think) and run the server from: workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp[n] n is the number of your server in your Servers project. There is no bin directory, and there's an extra directory called wtpwebapps which

Re: [FWD: Help Debugging 404 errors]

2013-02-12 Thread Konstantin Kolinko
2013/2/13 siegfr...@heintze.com: I posted this on the eclipse forum last Thu and since I have received no response, I'm cross posting here. I have created a project as guided by www.objectdb.com/tutorial/jpa/eclipse/spring/run. When I abandon eclipse and use the maven command line to