RE: servlet not working on tomcat 4.1.18 - help please!!!

2003-02-11 Thread Larry Isaacs
Is it a typo that localhost:8080/intranettv doesn't match the case in url-pattern/IntranetTV/url-pattern? It needs to in order to work. Cheers, Larry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 8:08 AM To: [EMAIL PROTECTED]

RE: servlet not working on tomcat 4.1.18 - help please!!!

2003-02-11 Thread derrick . robertson
= 942 Where intranettv is the path and IntranetTV is the servlet. (that was the way it worked in tomcat 3.2.1. Please tell me if that is wrong!) -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 1:17 PM To: Tomcat Users List Subject: RE: servlet

RE: servlet not working on tomcat 4.1.18 - help please!!!

2003-02-11 Thread Larry Isaacs
any clues there? Larry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 8:21 AM To: [EMAIL PROTECTED] Subject: RE: servlet not working on tomcat 4.1.18 - help please!!! I thought the intranettv is a path default (an alias

RE: servlet not working on tomcat 4.1.18 - help please!!!

2003-02-11 Thread derrick . robertson
Yes larry, your right but can you make any sense of this. i purged the text file to get a fresh report. It looks like this. Basically it looks like /intranettv has failed to start but ive no idea why?? It doesnt seem to give you any reasons why!! Catalina-localhost-log for this bootup!!

RE: servlet not working on tomcat 4.1.18 - help please!!!

2003-02-11 Thread Keppel Yin
Hi, Should you include a '/' in the url-pattern? Could you try to remove it ? Thanks, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 8:21 AM To: [EMAIL PROTECTED] Subject: RE: servlet not working on tomcat 4.1.18 - help please

RE: servlet not working on tomcat 4.1.18 - help please!!!

2003-02-11 Thread derrick . robertson
know how to get around this??? or even what makes it be thrown would be nice! -Original Message- From: Keppel Yin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 2:19 PM To: Tomcat Users List Subject: RE: servlet not working on tomcat 4.1.18 - help please!!! Hi, Should you

RE: servlet not working on tomcat 4.1.18 - help please!!!

2003-02-11 Thread Keppel Yin
Could you check if all necessary files have been deployed correctly? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 9:39 AM To: [EMAIL PROTECTED] Subject: RE: servlet not working on tomcat 4.1.18 - help please!!! It doesnt seem

RE: servlet now working on tomcatthanks to larry and everybody

2003-02-11 Thread derrick . robertson
internet instead of intranet in context in server file! Thought for the day Always look for mistypes first and then look again -Original Message- From: Keppel Yin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 2:45 PM To: Tomcat Users List Subject: RE: servlet not working on tomcat

Re: RE: servlet not working on tomcat 4.1.18 - help please!!!

2003-02-11 Thread jmong
- Original Message - From: [EMAIL PROTECTED] Date: Tuesday, February 11, 2003 6:39 am Subject: RE: servlet not working on tomcat 4.1.18 - help please!!! It doesnt seem to make a difference. Still not working? 2003-02-11 14:20:24 StandardContext[/intranettv]: Resources start failed

RE: Servlet not working

2002-08-09 Thread Marinko, Jeff
The code looks alright... Do the example servlets work? Try putting the .class file in with the examples and try using it that way. .class file: Tomcat/webapps/examples/WEB-INF/classes URL: http://localhost:8080/examples/servlet/ExampleServlet (or HelloWorld just to make sure it works). Hope

Re: Servlet not working

2002-08-09 Thread Paul Yunusov
On Friday 09 August 2002 06:08 pm, Laura Findley wrote: I typed in my first example servlet today cannot seem to get it working. I made sure all the following were done: 1) Classpath is set CATALINA_HOME=$CATALINA_HOME:/usr/java/jakarta-tomcat-4.0.4