Are the class files you're trying to use in your /WEB-INF/classes/ directory or in a jar in your /WEB-INF/lib/ directory? Have you tried using the <jsp:useBean> tag?
> -----Original Message----- > From: Andoni [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 16, 2003 2:12 PM > To: Tomcat Users List > Subject: JSP fine but no Java. > > > Hello, > > I am having a really annoying problem that I hope somebody > can help me with. > > My tomcat will run .jsp files fine and process them perfectly > but will not > even consider using a .class file. > > My app has jsps with javabeans linked in through tags in the > .jsp files. In > fact any java code in the .jsp files seems to work fine until > a java class > needs to be called. > > Please help as I haven't got much hair left from pulling it all out ;) > > Regards > > Andoni. > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
