RE: Problem running servlet

2003-10-20 Thread Schalk
You can also set-up a servlet mapping that points all url's that end with
*.hello (* meaning anything such as hi.hello or whatever else) to point to
your Hello servlet. That way you can access the servlet by simply going to
for example:

http://localhost:8080/myapp/hi.hello

Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.CEO
Volume4.Development.Multimedia.Branding
emotionalize.conceptualize.visualize.realize
Tel: +27125468436
Fax: +27125468436
email:[EMAIL PROTECTED]
web: www.volume4.co.za
 

:: -Original Message-
:: From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
:: Sent: Monday, October 20, 2003 3:04 PM
:: To: Tomcat Users List
:: Subject: RE: Problem running servlet
:: 
:: 
:: Howdy,
:: It's your servlet-mapping url-pattern (/servet/*) that's wrong.  Use
:: /servlet/Hello and go to http://yourserver/yourapp/servlet/Hello.  Read
:: the spec about servlet-mappings.
:: 
:: Yoav Shapira
:: Millennium ChemInformatics
:: 
:: 
:: >-Original Message-
:: >From: Swapan Mazumdar [mailto:[EMAIL PROTECTED]
:: >Sent: Monday, October 20, 2003 3:44 AM
:: >To: 'Tomcat Users List'
:: >Subject: RE: Problem running servlet
:: >
:: >>i am new to Tomcat. iam able to run jsp fine but not able to run even
:: >HelloWorld servlet.
:: >
:: >Ashish,
:: >
:: >It seems that you might be getting some sort of exception explaining
:: root
:: >cause too.
:: >It would be of help to diagnose if you can post the exception report
:: here.
:: >
:: >rg,
:: >SM
:: >
:: >-
:: >To unsubscribe, e-mail: [EMAIL PROTECTED]
:: >For additional commands, e-mail: [EMAIL PROTECTED]
:: 
:: 
:: 
:: 
:: This e-mail, including any attachments, is a confidential business
communication,
:: and may contain information that is confidential, proprietary and/or
privileged.  This
:: e-mail is intended only for the individual(s) to whom it is addressed,
and may not be
:: saved, copied, printed, disclosed or used by anyone else.  If you are not
the(an)
:: intended recipient, please immediately delete this e-mail from your
computer system
:: and notify the sender.  Thank you.
:: 
:: 
:: -
:: To unsubscribe, e-mail: [EMAIL PROTECTED]
:: For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Problem running servlet

2003-10-20 Thread Shapira, Yoav

Howdy,
It's your servlet-mapping url-pattern (/servet/*) that's wrong.  Use
/servlet/Hello and go to http://yourserver/yourapp/servlet/Hello.  Read
the spec about servlet-mappings.

Yoav Shapira
Millennium ChemInformatics


>-Original Message-
>From: Swapan Mazumdar [mailto:[EMAIL PROTECTED]
>Sent: Monday, October 20, 2003 3:44 AM
>To: 'Tomcat Users List'
>Subject: RE: Problem running servlet
>
>>i am new to Tomcat. iam able to run jsp fine but not able to run even
>HelloWorld servlet.
>
>Ashish,
>
>It seems that you might be getting some sort of exception explaining
root
>cause too.
>It would be of help to diagnose if you can post the exception report
here.
>
>rg,
>SM
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Problem running servlet

2003-10-20 Thread Swapan Mazumdar
>i am new to Tomcat. iam able to run jsp fine but not able to run even
HelloWorld servlet.
 
Ashish,

It seems that you might be getting some sort of exception explaining root
cause too.
It would be of help to diagnose if you can post the exception report here.

rg,
SM

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]