adding hosts to server.xml

2010-06-16 Thread jbuy
i have configured iis7 to work in front of tomcat6 with the isapi redirector. Now, i can see a servlet(my-servlet) i've made under http://localhost/my-servlet. How do i get it to work for my own domain(www.mywebsite.com), ie. www.mywebsite.com/my-servlet ? I've read the docs and tried adding a

Re: adding hosts to server.xml

2010-06-16 Thread jbuy
i get a 404 file not found error --- On Wed, 6/16/10, Pid p...@pidster.com wrote: From: Pid p...@pidster.com Subject: Re: adding hosts to server.xml To: Tomcat Users List users@tomcat.apache.org Date: Wednesday, June 16, 2010, 2:11 PM On 16/06/2010 19:07, j...@rogers.com wrote: i have

Re: adding hosts to server.xml

2010-06-16 Thread jbuy
hi andre thanks for the reply i found the hosts file where you said it would be and made the according changes im still getting a 404 error, but now it is an IIS error page. I tried removing the hosts parameter for the website in server.xml, and also putting it back, but i get the same error

adding servlet to existing website through iis7 and tomcat6

2010-06-15 Thread jbuy
Hi, Im using apache tomcat 6.0.18, and have configured it successfully with IIS7.  I am able to view the Tomcat examples through both localhost and localhost:8080. I am also able to view servlets that I have deployed into the tomcat webapps folder through localhost and localhost:8080.  This is

Re: adding servlet to existing website through iis7 and tomcat6

2010-06-15 Thread jbuy
hi, thanks for the response what im trying to do is host a servlet i've made onto my website i packed it into a WAR file, then deployed it into Tomcat webapps, where i am able to access it through localhost:8080 then i configured iis to work with tomcat. after following various tutorials on how

Re: adding servlet to existing website through iis7 and tomcat6

2010-06-15 Thread jbuy
hi sorry, yeah that was the apache tomcat connector page i was using, and i am using iis7 test.html file is in tomcat\conf, it is where the redirector dll is and it is where i have pointed my virtual directory. all i have in test.html is a simple hello in the body JB --- On Tue, 6/15/10, Pid

RE: adding servlet to existing website through iis7 and tomcat6

2010-06-15 Thread jbuy
uriworkermap.prioperties: /rpctodb/*=testWorker /rpctodb/*servlet.class=testWorker /examples/*=testWorker /examples/*.jsp=testWorker /examples/servlet/*=testWorker worker.properties: worker.list=testWorker worker.testWorker.port=8009 worker.testWorker.host=localhost

Re: adding servlet to existing website through iis7 and tomcat6

2010-06-15 Thread jbuy
okay i'm reading the docs right now actually thanks for all the help --- On Tue, 6/15/10, Pid p...@pidster.com wrote: From: Pid p...@pidster.com Subject: Re: adding servlet to existing website through iis7 and tomcat6 To: Tomcat Users List users@tomcat.apache.org Date: Tuesday, June 15, 2010,