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 to configure the isapi redirector 
(http://tomcat.apache.org/tomcat-3.3-doc/tomcat-iis-howto.html  and 
http://onjava.com/pub/a/onjava/2002/12/18/tomcat.html), i got eveyrthing 
working for localhost:8080, the "default website"
my servlet works under: 
http://localhost/<servletname>
and also works for the supplied tomcat examples in:
http://localhost/examples/servlets/
I tried following the same steps for my own website, as i did for the Default 
Website.
When i try to access the page i get 404 file not found errors
btw, "tomcat/conf" is where i have the isapi_redirector.dll, and also the 
various properties files.
thanks
JB

--- 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, 1:10 PM

On 15/06/2010 16:04, j...@rogers.com wrote:
> 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 all 
> under the "Default Web Site" of IIS7.
> I'm having trouble viewing servlets i've made through an existing website?
> I've tried adding a virtual directory to my website, like I did for "Default 
> web site" to my tomcat conf directory, and added the according ISAPI 
> redirectors. All i get is a 404 file not found error.
> If i make a html file, say "test.html", inside the \conf folder, i can get to 
> it through:
>  http://<my website address>/<virtual directory name>/test.html

That sounds wrong "tomcat/conf" is not a directory that should be
published.  (It would be a security risk)

I'd undo that and start over.

What is it that you're trying to achieve?


p

> I'm not sure if im going about this properly, or if iis is having trouble 
> accessing the redirector.
> How do i go about doing this?
> any help is greatly appreciated,
> thanks,
> JB
> 
> 


Reply via email to