Re: Regarding Error 404-please help!

2008-11-16 Thread Quim Nuss
Ok, I just solved the issue. I tried deploying a war file using the web-based menu. Showing error message Permission Denied. Then I changed privileges ober webapps folder and voilĂ ! Everything started working. All wars were deployed and my custom servlets worked as well. I kind of feel stupid...

Re: Regarding Error 404-please help!

2008-11-14 Thread Quim Nuss
Hi tomcat Wisemen, I'm trying to deploy a servlet on my fresh installated tomcat. I believe I've succeded on installation as I can see the main page and run its servlets on http://eawars.sytes.net:8180/, which is the domain and port of my remote tomcat. (I run tomcat on a server on my LAN, but

Re: Regarding Error 404-please help!

2008-09-12 Thread Ognjen Blagojevic
format. I have also uncommented the invoker servlet in the main web.xml file. Thanks so much! Regards, Laura Date: Wed, 10 Sep 2008 09:51:13 +0200 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: Regarding Error 404-please help! laura fu wrote: Hi Tomcat, How are you? I am new

RE: Regarding Error 404-please help!

2008-09-12 Thread laura fu
@tomcat.apache.org Subject: Re: Regarding Error 404-please help! It is really hard to pinpoint your problem whit such a huge web.xml. But, let's try. First, for servlet HelloWorld you stated the class name /servlet/HelloWorld. That is wrong. Class name should be fully qualified Java class name like

Re: Regarding Error 404-please help!

2008-09-11 Thread Mark Thomas
laura fu wrote: I saved my work HelloWorld.java in the folder in C:\Program Files\Apache Group\Tomcat 5.5\webapps\jjolt\WEB-INF\classes. You need to compile your servlet first. Apache Tomcat/5.5.26 This is what i have done prior to this:1. Downloaded a binary release of mod_jk Ignore httpd

Re: Regarding Error 404-please help!

2008-09-11 Thread Mark Thomas
laura fu wrote: I have also uncommented the invoker servlet in the main web.xml file. That is a really, really bad idea. You should not be using the invoker servlet. Mark - To start a new topic, e-mail:

Re: Regarding Error 404-please help!

2008-09-10 Thread Ognjen Blagojevic
laura fu wrote: Hi Tomcat, How are you? I am new to using Apache Tomcat and am in the process of learning it. I came across this problem while i was setting it up, please kindly take a look, i just need a little push in the right direction. I saved my work HelloWorld.java in the folder in

RE: Regarding Error 404-please help!

2008-09-10 Thread laura fu
web.xml file. Thanks so much! Regards, Laura Date: Wed, 10 Sep 2008 09:51:13 +0200 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: Regarding Error 404-please help! laura fu wrote: Hi Tomcat, How are you? I am new to using Apache Tomcat and am in the process of learning