RE: servlet deployed, but Tomcat provides .war file for download only

2004-10-05 Thread Aziz Yacoub
:[EMAIL PROTECTED] Sent: Monday, October 04, 2004 12:27 PM To: Tomcat Users List Subject: Re: servlet deployed, but Tomcat provides .war file for download only Thank you so far, in case i find that the examples dont work on my system, whom could I anounce the prevent others from serching

Re: servlet deployed, but Tomcat provides .war file for download only

2004-10-05 Thread Christian Ruediger
, not just hypothesis ;) Yoav Shapira Millennium Research Informatics -Original Message- From: Christian Ruediger [ mailto:[EMAIL PROTECTED] Sent: Monday, October 04, 2004 12:27 PM To: Tomcat Users List Subject: Re: servlet deployed, but Tomcat provides .war file for download

Re: servlet deployed, but Tomcat provides .war file for download only

2004-10-05 Thread QM
On Tue, Oct 05, 2004 at 10:48:11AM +0200, Christian Ruediger wrote: : I solved my problem: : The cause is quite simple: : I deleted the leading whitespace from my web.xml file. Thanks for the solution; for the sake of the archives, could you please clarify? What leading whitespace, and in what

Re: servlet deployed, but Tomcat provides .war file for download only

2004-10-05 Thread Christian Ruediger
On Tue, 5 Oct 2004 07:04:11 -0500, QM [EMAIL PROTECTED] wrote: On Tue, Oct 05, 2004 at 10:48:11AM +0200, Christian Ruediger wrote: : I solved my problem: : The cause is quite simple: : I deleted the leading whitespace from my web.xml file. Thanks for the solution; for the sake of the

RE: servlet deployed, but Tomcat provides .war file for download only

2004-10-04 Thread Shapira, Yoav
Hi, How about starting with the simplest approach: forget the manager, forget Ant. Do a clean Tomcat installation. Copy your webapp into the webapps folder (not as a WAR file, just the unpacked directory structure). Start the server. That's it. Your web.xml looks fine. It's always a good

Re: servlet deployed, but Tomcat provides .war file for download only

2004-10-04 Thread QM
On Mon, Oct 04, 2004 at 04:54:40PM +0200, Christian Ruediger wrote: : i have deployed a .war file, but Tomcat doesen't execute the servlet. : Instead he provides the deployed war file for download. Where, specifically, is the WAR file? If Tomcat's offering the file for download, then you likely

Re: servlet deployed, but Tomcat provides .war file for download only

2004-10-04 Thread Christian Ruediger
OK, i did as you said. I deinstalled my tomcat, installed a new into a new folder (just to be sure). After that I copied the extracted app into the webapp folder: in my case the class file goes here (Just to document the path): C:\Program Files\Tomcat

RE: servlet deployed, but Tomcat provides .war file for download only

2004-10-04 Thread Shapira, Yoav
Hi, Actually i used the launcher, 'cause the .bat script has some errors while calling javac (I haven't tried to fix this yet). Address those before going further. You should be able to launch Tomcat using startup.bat on Windows out of the box. If not, something serious is wrong. There is,

Re: servlet deployed, but Tomcat provides .war file for download only

2004-10-04 Thread Christian Ruediger
Thank you so far, in case i find that the examples dont work on my system, whom could I anounce the prevent others from serching to long: Perhaps with a little comment in the Readme. Or should I see it as it is: a special case. Bye Christian On Mon, 4 Oct 2004 12:19:54 -0400, Shapira, Yoav

RE: servlet deployed, but Tomcat provides .war file for download only

2004-10-04 Thread Shapira, Yoav
: Christian Ruediger [mailto:[EMAIL PROTECTED] Sent: Monday, October 04, 2004 12:27 PM To: Tomcat Users List Subject: Re: servlet deployed, but Tomcat provides .war file for download only Thank you so far, in case i find that the examples dont work on my system, whom could I anounce the prevent others