RE: Ubuntu 8.10 GWT Apache2 Tomcat Servlet Problems

2009-02-18 Thread Caldarale, Charles R
> From: Scott Carlson [mailto:scarl...@i2s.com] > Subject: Re: Ubuntu 8.10 GWT Apache2 Tomcat Servlet Problems > > My WEB-INF/classes/ contains the "missing" class... > MsgServiceImpl.class .. not sure what the heck the problem is..? You don't have it properl

Re: Ubuntu 8.10 GWT Apache2 Tomcat Servlet Problems

2009-02-18 Thread Scott Carlson
Caldarale, Charles R wrote: From: Scott Carlson [mailto:scarl...@i2s.com] Subject: Re: Ubuntu 8.10 GWT Apache2 Tomcat Servlet Problems That was what I had originally, it has changed often due to conflicting advice on forums. I did change it back to test. Leave it as is, without

RE: Ubuntu 8.10 GWT Apache2 Tomcat Servlet Problems

2009-02-18 Thread Caldarale, Charles R
> From: Scott Carlson [mailto:scarl...@i2s.com] > Subject: Re: Ubuntu 8.10 GWT Apache2 Tomcat Servlet Problems > That was what I had originally, it has changed often due to > conflicting advice on forums. I did change it back to test. Leave it as is, without the package name. The

Re: Ubuntu 8.10 GWT Apache2 Tomcat Servlet Problems

2009-02-18 Thread Scott Carlson
Caldarale, Charles R wrote: From: Scott Carlson [mailto:scarl...@i2s.com] Subject: Re: Ubuntu 8.10 GWT Apache2 Tomcat Servlet Problems The majority of the forums always bring up web.xml Which is appropriate, since yours is incorrect. Your URL pattern should be: /MsgService - Chuck

RE: Ubuntu 8.10 GWT Apache2 Tomcat Servlet Problems

2009-02-18 Thread Caldarale, Charles R
> From: Scott Carlson [mailto:scarl...@i2s.com] > Subject: Re: Ubuntu 8.10 GWT Apache2 Tomcat Servlet Problems > > The majority of the forums always bring up web.xml Which is appropriate, since yours is incorrect. Your URL pattern should be: /MsgService - Chuck THIS COMMU

Re: Ubuntu 8.10 GWT Apache2 Tomcat Servlet Problems

2009-02-18 Thread Scott Carlson
André Warnier wrote: Hi. Instead of POST-ing to the Apache server on port 80, what happens if you try to send your POST firectly to Tomcat, at http://localhost:8080 ? Can you send a logfile of /Tomcat/ after you try that ? Or better : stop Tomcat, remove your webapp, clean the Tomcat logs, re

Re: Ubuntu 8.10 GWT Apache2 Tomcat Servlet Problems

2009-02-18 Thread Scott Carlson
André Warnier wrote: Hi. Instead of POST-ing to the Apache server on port 80, what happens if you try to send your POST firectly to Tomcat, at http://localhost:8080 ? Can you send a logfile of /Tomcat/ after you try that ? Or better : stop Tomcat, remove your webapp, clean the Tomcat logs, re

Re: Ubuntu 8.10 GWT Apache2 Tomcat Servlet Problems

2009-02-18 Thread André Warnier
Hi. Instead of POST-ing to the Apache server on port 80, what happens if you try to send your POST firectly to Tomcat, at http://localhost:8080 ? Can you send a logfile of /Tomcat/ after you try that ? Or better : stop Tomcat, remove your webapp, clean the Tomcat logs, restart Tomcat, re-deplo

Ubuntu 8.10 GWT Apache2 Tomcat Servlet Problems

2009-02-18 Thread scarlson
It seems like I've tried most of the suggestions, regarding paths.. I am obviously missing something? Thanks in Advanced for your help! -SCarlson http://www.nabble.com/file/p22084028/webMonster-src.zip webMonster-src.zip http://w