Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Servlets
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Liutauras Vilda
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Servlets
problem running a servlet in tomcat
Gayani Kanchana
Greenhorn
Posts: 19
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
i am working on a web application which is written using servlets.i am using netbeans 5.5 and bundled
tomcat
server.my
servlets
are in the source package in the following order
myservlet.com.web.UserLogin
UserLogin is my servlet class
i tried to run the servlet in localhost in the following order
http://localhost:18080/WirelessPalm/servlet/myservlet.com.web.UserLogin?requestype=Login&LoginName=DSR1&PalmName=DSR1&Password=a&LoginDate=2007-8-13
/WirelessPalm is my Project name
i am new to servlets. pls help
thanks.
Freddy Wong
Ranch Hand
Posts: 959
I like...
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Can you give us what error/exception that you got?
SCJP 5.0, SCWCD 1.4, SCBCD 1.3, SCDJWS 1.4
My Blog
Amol Nayak
Ranch Hand
Posts: 218
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
What version of tomcat are you using?
you cannot invoke servlets directly in newer versions of tomcat.
Instead use web.xml to map a url
pattern
to Servlet. This should work.
If you live in a cold climate and on the grid, incandescent light can use less energy than LED. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Unable to login to manager GUI
Compiling servlet [was: HTTP Status 404 - Servlet Login is not available]
cannot login in tomcat adim
Redirect to the requested page failed using form-based authentication
NullPointer when calling XFire service using CXF client.
More...