The Artima Developer Community
Sponsored Link

Java Answers Forum
javax.servlet.ServletException

2 replies on 1 page. Most recent reply: Jun 9, 2004 1:47 AM by Amit

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Amit

Posts: 23
Nickname: amitactsh
Registered: Nov, 2002

javax.servlet.ServletException Posted: May 22, 2004 2:32 AM
Reply to this message Reply
Advertisement
Hi all,
I am encoutering a strange problem. I have installed Tomcat standalone server on my system and created a jsp page which interacts with database.
now the problem is that the examples provided by the tomcat are working fine but when I am trying to fetch my page it is giving javax.servlet.ServletException.
Please help me out of this problem


Daniel Ray

Posts: 53
Nickname: budoray
Registered: Oct, 2002

Re: javax.servlet.ServletException Posted: May 22, 2004 8:11 PM
Reply to this message Reply
Can you post the exception?

Amit

Posts: 23
Nickname: amitactsh
Registered: Nov, 2002

Re: javax.servlet.ServletException Posted: Jun 9, 2004 1:47 AM
Reply to this message Reply
HI Daniel !!
Sorry for the delay.
I got the solution actually the problem was in the Deployment Descriptor. Actually I just copied the DD of examples folder and used it for my Application so it was not working, since the mapping was wrong.
Later I made my DD and put it in the WEB-INF file and it worked.

Thanks
Amit

Flat View: This topic has 2 replies on 1 page
Topic: Help In request.getParameterValues(); Previous Topic   Next Topic Topic: Struts & POI version problem

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use