-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 11:55 AM To: [EMAIL PROTECTED] Subject: IIS + Tomcat + Beans
>I have successfully integrated Tomcat 4.1 and IIS. I have Tomcat handle all jsp files that >are on the IIS webserver. Because I'm using IIS, I don't have the standard WEB-INF directory associated with the directories I'm using. I don't know where to put my classes. >I've tried putting them in the common folder in the apache program directory, but it still does not find the class. Any ideas? You need to make a web-inf folder in your context's docbase folder (which, if you've set it up correctly, should also be the place you have your JSP files). In that folder, you need to create another folder called classes. That is where you put your class files for proper reference. The rest is dependent upon your server.xml setup and your tomcat version, but I would also recommend creating a web.xml file. -Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
