Hi all
Spec:win2Ksrv,Tomcat 1.4, JDK 1.4, with IIS 5
Scenario:
Clients Root directories
1) c:\pubinit\ftproot\Dave\2) c:\pubinit\ftproot\Dave\3) c:\pubinit\ftproot\Tom\
4) c:\pubinit\ftproot\Greg\
Each client site has WEB-INI, SERVLETS, DOC, ( i copy example folder content to each of them. Each (AAA,BBB,CCC not DDD domain) has date.jsp in root. I want to the date.jsp to work in AAA, BBB, CCC but not DDD domain.
C:\Tomcat4\bin
I set a context in server.xml
<contex path="" docBase="C:\pubinit\ftproot" XXX=XXXX />
I set URIWORKERS file
/*.jsp=$(default_worker)
Question:
How do I do so AAA, BBB, CCC domains will have working date.jsp in theirs root folder? How u do this? I just want to anable Default setting for domains that support jsp to be able to execute them in root or anywhere below the root.
Thanks fo you time and fathige
Spec:win2Ksrv,Tomcat 1.4, JDK 1.4, with IIS 5
Scenario:
Clients Root directories
1) c:\pubinit\ftproot\Dave\2) c:\pubinit\ftproot\Dave\3) c:\pubinit\ftproot\Tom\
4) c:\pubinit\ftproot\Greg\
Each client site has WEB-INI, SERVLETS, DOC, ( i copy example folder content to each of them. Each (AAA,BBB,CCC not DDD domain) has date.jsp in root. I want to the date.jsp to work in AAA, BBB, CCC but not DDD domain.
C:\Tomcat4\bin
I set a context in server.xml
<contex path="" docBase="C:\pubinit\ftproot" XXX=XXXX />
I set URIWORKERS file
/*.jsp=$(default_worker)
Question:
How do I do so AAA, BBB, CCC domains will have working date.jsp in theirs root folder? How u do this? I just want to anable Default setting for domains that support jsp to be able to execute them in root or anywhere below the root.
Thanks fo you time and fathige