Re: Regarding Error 404-please help!

2008-11-16 Thread Quim Nuss
quite newbie on server managment :S, but setting 755 isn't dangerous? -- View this message in context: http://www.nabble.com/Regarding-Error-404-please-help%21-tp19404129p20525223.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Regarding Error 404-please help!

2008-11-14 Thread Quim Nuss
the servlet basics, but I'm not sure it helps... Thank you for your attention, if you'd need any extra information, I'll gladly provide it. See ya! Quim -- View this message in context: http://www.nabble.com/Regarding-Error-404-please-help%21-tp19404129p20502836.html Sent from the Tomcat - User

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