Forums Register Login

Tomcat4.0.1 : Problem running servlets

+Pie Number of slices to send: Send
Hi
I have installed Tomcat4.0.1 on one new machine , and setup all paths as required .
Tomcat example servlets are running fine
( In fact all the settings are same as my other machine , on which Tomcat is working fine )
Now when i try to run my own servlets on newly installed Tomcat , for eg with following settings:
In folder %Tomcat_Home%\webapps\meriapp folloing files are there :
- index.html
- WEB-INF\classes\MeriServlet.class
- WEB-INF\web.xml
MeriServlet.class is simple servlet , which prints "Hello" to response , nothing else.
web.xml is :

which seems correct to me .
Now when i request : http://localhost:8080/meriapp
tomcat responds with 'index.html' correctly
But when i request : http://localhost:8080/meriapp/servlet/Serve
Tomcat give a 'Internal Server error' like of :
javax.servlet.ServletException: Cannot allocate servlet instance for path /meriapp/servlet/Serve
at org.apache.catalina.servlets.InvokerServlet.serveRequest(InvokerServlet.java:415)
at org.apache.catalina.servlets.InvokerServlet.doGet(InvokerServlet.java:180)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
...
...
...
goes on and on and on....
...
...

i have tried many configuration settings etc . but in vain
plz help
------------------
Gagan (/^_^\) SCJP2
Die-hard JavaMonk -- little Java a day , keeps u going .
+Pie Number of slices to send: Send
I've seen problems on Tomcat in the past using the default package. Maybe try putting your servlet class in a package.
+Pie Number of slices to send: Send
thankx Max !
I tried putting servlets in different packages
still with no luck
any other idea?
------------------
Gagan (/^_^\) SCJP2
Die-hard JavaMonk -- little Java a day , keeps u going .
+Pie Number of slices to send: Send
hi
I got it solved !
silly-overlook chaosed myself , aaaggrh.. simple fundamental !
The simple servlet 'MeriServlet' has to be declared 'public' ... lol..of course how can i forget Tomcat is a legitimate java-code , it wont be able to access non-public class !
sorry for inconvience

------------------
Gagan (/^_^\) SCJP2
Die-hard JavaMonk -- little Java a day , keeps u going .
Wanna see my flashlight? How about this tiny ad?
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 678 times.
Similar Threads
Tomcat4.0.1 : Problem running servlets
404 error on calling my servlet
Tomcat 5.0.19 (How can i run servlet in client host)
How to useCOM objects in Servlets(Tomcat 5.0.19)
Having trouble getting Tomcat up and running
More...

All times above are in ranch (not your local) time.
The current ranch time is
Apr 16, 2024 00:01:33.