[EMAIL PROTECTED] wrote:

-----Original Message-----
From: BAO RuiXian [mailto:[EMAIL PROTECTED]

[EMAIL PROTECTED] wrote:


I have successfully integrated Tomcat 4.1 and IIS. I have Tomcat handle


all


Although I don't use IIS, but, since you still have problems, how can
you claim you have successfully integrated Tomcat 4.1 and IIS.

Because all ".jsp" pages run on IIS. I've installed the filter on
IIS and setup the configuration on Tomcat. It was hard as hell, but now the
jsp pages work.


Okay, then you are successful in the integration. To be exact, ".jsp" pages are not run on IIS, but on Tomcat and then passed over the result to IIS.

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


How come apache has a play here? Apache is another web server.

Sorry, when you install Tomcat it makes a folder in Program Files called
'APACHE SOFTWARE FOUNDATION'.


This is new to me. Although I know Tomcat is develeped by Apache Software Foundation, but I never came across with this directory name. I have installed Tomcat on both windows and linux several times. On windows, it is said no good to have spaces in your path name for tomcat installation like 'Program Files'. You don't have problems with it though.

I guess you want to use IIS as a frontend for so-called static pages
while Tomcat as a backend for so-called dynamic pages.

Yep. Not by choice.


Yes, like others already pointed out, you should put your class files under your App_Dir/WEB-INF/classes directory.

Best

Bao


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to