> jetspeed/WEB-INF/classes That's correct. Make sure that you setup your package names to match the directory namees:
For ex if your package is "com.xyz.Employee" Then you must place the .class files in a directory under /jetspeed/WEB-INF/classes/com/xyz The Jetspeed Tutorial (HowTo) also covers an approach for deploying your classes to the webapp under Tomcat. > -----Original Message----- > From: Stewart, Jeffrey E [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 15, 2002 2:22 PM > To: '[EMAIL PROTECTED]' > Subject: Calling a bean from the JSP Portlet > > > I'm trying to find out where to put class files which are > called from the JSP Portlet? I tried to put the class > jetspeed/WEB-INF/classes but to no avail. > > Thanks > Jeff > > > > > -- > To unsubscribe, e-mail: > <mailto:jetspeed-user-> [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]>
