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 pa
i get a 404 file not found error
--- On Wed, 6/16/10, Pid wrote:
From: Pid
Subject: Re: adding hosts to server.xml
To: "Tomcat Users List"
Date: Wednesday, June 16, 2010, 2:11 PM
On 16/06/2010 19:07, j...@rogers.com wrote:
> i have configured iis7 to work in front of tomcat6 with the isapi
>
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 addin
okay i'm reading the docs right now actually
thanks for all the help
--- On Tue, 6/15/10, Pid wrote:
From: Pid
Subject: Re: adding servlet to existing website through iis7 and tomcat6
To: "Tomcat Users List"
Date: Tuesday, June 15, 2010, 4:05 PM
On 15/06/2010 20:49, j...@rogers.com wrote:
> w
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
worker.testWorker.type=ajp
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
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 t
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 a