Hi all,
I`m doing a project on an online bulletin board.
I`m not able to configure tomcat in my windows machine.
And i`ve been able to compile and run servlets in command line.
Then its probablynot a servlet, as it is notoriously hard to get a servlet to run (properly) from the command line. How are you running it?
Its the browser where i want to see the servlets run.
Any help will be appreciated.
I have tomcat5.5 and jdk1.5 also 1.14 in different machines.Same problem in both the machines.
What, exactly, is the problem? What error do you get?
masijade
Industrious Poster
4,253 posts since Feb 2006
Reputation Points: 1,471
Solved Threads: 494
Like I said, let me see how you "ran" the servlet. Lets see the code. A Servlet is not a standrad Java class, and would definately interest me to know how you were able to call the service method properly and pass it a request and response object, along with everything else that is needed (such as ServletContext and the rest) for it to run properly.
IOW, what you have is not a servlet.
masijade
Industrious Poster
4,253 posts since Feb 2006
Reputation Points: 1,471
Solved Threads: 494
Show your code, because from what you've said so far, I am certain you do not have a servlet, so of course it "won't work" in Tomcat (or any other web container/application server, either).
masijade
Industrious Poster
4,253 posts since Feb 2006
Reputation Points: 1,471
Solved Threads: 494
masijade
Industrious Poster
4,253 posts since Feb 2006
Reputation Points: 1,471
Solved Threads: 494
FailureToReadTheFineManualException, redo from start.
FailureToListenToAdviceError, application terminated.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337