> De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Enviado el: jueves 16 de mayo de 2002 9:03
> Tomcat is on computer1 , workers.properties and > Isapi_redirect.dll too. > IIS5.0 is computer2, I want to define a virtual directory > "greeting" which > point on a directory located on the computer1 (but not in tomcat > directory). I dont understand this last sentence, do you want to create a "greetings" context served by tomcat in the IIS machine? > Q: Where can I put the Isapi_redirector.dll ( on computer1 or > 2? ). Same > question for the workers.properties Computer2, where the IIS installation resides, you need to put workers.properties there to too, and make the Registry settings or a properties file , there too > How can I define my virtual rep "greeting"? I think i must > distribute the > directory located on computer 1, can I avoid that? If you have a greetings context in tomcat, you only need to add a couple of lines to wk.p file. /greetings=ajp13 /greetings/*=ajp13 use ajp13 or whatever name you used for the worker.., no need to have a "greetings" virtual dir for that, if i understand your quetions well.. may be not Saludos , Ignacio J. Ortega -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>