Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Java Help > Tomcat Connecto...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 15977 of 16078
Post > Topic >>

Tomcat Connector - Different websites dirs pointing to one website

by monguz <monguz@[EMAIL PROTECTED] > Apr 16, 2008 at 08:09 AM

Hello everybody
I have 3 websites running on IIS with Isapi Connector pointing to 3
different Tomcat hosts.

I have defined my uriworkermap rules and everything is working.

I would like to have a directory in my websites pointing to a single
worker.
That is:

site-AAA/page.jsp	-> site-AAA:8080/page.jsp
site-BBB/page.jsp	-> site-BBB:8080/page.jsp

site-AAA/dir/		-> site-AAA:8080/dir/
site-BBB/dir/		-> site-AAA:8080/dir/

How can I do that ?


These are my configuration files:

#############################################
# uriworkermap.properties

/*.jsp=worker1
/en.agriturismo.it/*.jsp=workerEN
#############################################


#############################################
# workers.properties

# my workers
worker.list=worker1,workerEN

# italian, worker1 (ajp13)
worker.worker1.type=ajp13
worker.worker1.host=localhost
worker.worker1.port=8009

# english, workerEN (ajp13)
worker.workerEN.type=ajp13
worker.workerEN.host=en.agriturismo.it
worker.workerEN.port=8009
#############################################



Thanks
marco




 1 Posts in Topic:
Tomcat Connector - Different websites dirs pointing to one websi
monguz <monguz@[EMAIL   2008-04-16 08:09:09 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu May 15 0:02:53 CDT 2008.