File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes Tomcat 4.11 doubt Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Tomcat 4.11 doubt" Watch "Tomcat 4.11 doubt" New topic
Author

Tomcat 4.11 doubt

Manoj Zachariah
Ranch Hand

Joined: Dec 08, 2003
Posts: 65
i have three jsps which basically take 3 values and print it
getName.jsp

saveName.jsp

and nexPage.jsp

the java class is UserData.class

i've put the class in C:\Tomcat41\webapps\examples\WEB-INF\classes
when i run the jsp's i get the error when i press SUBMIT

i'm a beginner here, kindly help!
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56207
    
  13

The class UserData needs to be in a package.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Manoj Zachariah
Ranch Hand

Joined: Dec 08, 2003
Posts: 65
i've created a directory userdata and used package in the UserData.it still gives me the same error.

Manoj Zachariah
Ranch Hand

Joined: Dec 08, 2003
Posts: 65
its works now, thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Tomcat 4.11 doubt
 
Similar Threads
problem with bean in tomcat
Where to put bean class in Tomcat?
Deploying JSP application
where to place Bean file(*.class)in Tomcat server
Unable to compile class for JSP