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...
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 I'
gt; From: [EMAIL PROTECTED]> To:
> users@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 cla
matting, then i will send in another
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:
> 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: users@tomcat.apache.o
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
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 it. I came
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 "C:\