On Wed, 26 Jun 2002, David Thielen wrote:

> http://localhost:8080/examples/jsp/cal/cal2.jsp works.
>
> http://localhost/examples/jsp/cal/cal2.jsp does not work.
>
> This is going to the tomcat/webapps/examples/jsp/cal/cal2.jsp file
> (part of the tomcat install).
>
> So I can get to tomcat via IIS and get a response back as long as
> it's 8080 and the files are off the tomcat/webapps dir.
>
> What is going on?????

FWIW, the above indicates that Tomcat is working fine in standalone
mode (port 8080), but it is not working in connection with your
webserver.  So it's some aspect of connecting Tomcat to you webserver
that's the problem.  Not sure I can help more than that, I don't use
IIS.


> ----- Original Message -----
> From: "Reynir H�bner" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Wednesday, June 26, 2002 12:09 PM
> Subject: RE: IIS & Tomcat - getting closer
>
>
> tomcat should be answering localhost:8080, but the isapi redirect connector does not 
>connect to port 8080 unless you tell the AJP connector to respond to that port. 
>default setting is 8009. but this is not a http port so you can test if it's running 
>by running :
> telnet localhost 8009
>
> if you get a black window, that hangs, it's running, if you dont then you need to 
>restart tomcat (check your server.xml).
>
> hope it helps.
>
> -reynir
>
>
>
> the hostname in your workers.properties must be localhost.
>
>
> > -----Original Message-----
> > From: David Thielen [mailto:[EMAIL PROTECTED]]
> > Sent: 26. j�n� 2002 18:01
> > To: Tomcat Users List
> > Subject: Re: IIS & Tomcat - getting closer
> >
> >
> > Yesterday localhost:8080 was working. Now it won't work
> > either. But the
> > filter does have a green up arrow.
> >
> > thanks - dave
> >
> >
> > ----- Original Message -----
> > From: "Prashanth Pushpagiri" <[EMAIL PROTECTED]>
> > To: "Tomcat Users List" <[EMAIL PROTECTED]>
> > Sent: Wednesday, June 26, 2002 11:50 AM
> > Subject: Re: IIS & Tomcat - getting closer
> >
> >
> > > Hi:
> > > You can run Tomcat as a service or as a separate DOS
> > > window...make sure you run one of them:).
> > >
> > > Check if you can run the JSP page using standalone
> > > Tomcat. (http://localhost:8080/store/cart.jsp). If
> > > that works then the problem is with configuring IIS.
> > > You will need to follow the instructions for
> > > interfacing Tomcat with IIS. Here are the steps I
> > > follow:
> > >
> > > 1. place the isapi_redirect.dll file in a known
> > > folder...usually TOMCAT_HOME/bin/win32/i386. (This is
> > > just a prefered location.)
> > >
> > > 2. REGISTRY ENTRIES
> > >   a. HKEY_LOCAL_MACHINE/SOFTWARE/Apache Software
> > > Foundation/Jakarta Isapi Redirector/1.0 should have
> > > the following String values:
> > >
> > > extension_uri     /jakarta/isapi_redirect.dll
> > > log_file
> > > <TOMCAT_HOME(specify)>/logs/isapi.log
> > > log_level         debug (or something else)
> > > worker_file
> > > <TOMCAT_HOME(specify)>\conf\workers.properties
> > > worker_mount_file
> > > <TOMCAT_HOME(specify)>\conf\uriworkermap.properties
> > >
> > > Add these if they do not exist.
> > >
> > >   b.
> > >
> > HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/W3SVC/Parameters
> > > should have the String value :
> > >
> > > Filter DLLs
> > > <TOMCAT_HOME(specify)>\bin\win32\i386\isapi_redirect.dll
> > >
> > > Now you can open up your IIS console and create a new
> > > virtual directory by the name jakarta and point it to
> > > <TOMCAT_HOME(specify)>\bin\win32\i386 folder.
> > >
> > > Restart Web Publication services and Tomcat...you
> > > should be all set....have I missed out anything???
> > >
> > > --- David Thielen <[EMAIL PROTECTED]> wrote:
> > > > Hi;
> > > >
> > > > I am running IIS and Tomcat trying to get Tomcat to
> > > > handle all jsp requests for IIS. I think I'm getting
> > > > pretty close:
> > > >
> > > > 1) Do I need to run Tomcat seperately in either a
> > > > DOS box or as a service. Or does isapi_redirect.dll
> > > > start it for me? I tried running it in a DOS box and
> > > > got exceptions thrown which looked like it was
> > > > saying it was laready running.
> > > >
> > > > 2) If I try to bring up a jsp page from the default
> > > > web site, I get:
> > > > Apache Tomcat/4.0.4 - HTTP Status 404 -
> > > > /store/cart.jsp
> > > >
> > > >
> > >
> > --------------------------------------------------------------
> > ------------
> > ------
> > > >
> > > > type Status report
> > > >
> > > > message /store/cart.jsp
> > > >
> > > > description The requested resource (/store/cart.jsp)
> > > > is not available.
> > > >
> > > > Yet as you can see below, the file exists (X: is
> > > > mapped to C: on my server):
> > > >
> > > > X:\Program Files\Apache Tomcat 4.0\conf>dir
> > > > \Inetpub\wwwroot\store\cart.jsp
> > > >  Volume in drive X is os
> > > >  Volume Serial Number is D059-3680
> > > >
> > > >  Directory of X:\Inetpub\wwwroot\store
> > > >
> > > > 08/14/2001  09:15p               5,982 cart.jsp
> > > >                1 File(s)          5,982 bytes
> > > >                0 Dir(s)     780,902,400 bytes free
> > > >
> > > > X:\Program Files\Apache Tomcat 4.0\conf>
> > > >
> > > > And if I try to get the file using a virtual web
> > > > site, I get:
> > > >
> > > > HTTP 404 - File not found
> > > >
> > > > Any ideas - thanks - dave
> > > >
> > >
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Yahoo! - Official partner of 2002 FIFA World Cup
> > > http://fifaworldcup.yahoo.com
> > >
> > > --
> > > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > >
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
> >
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>

Milt Epstein
Research Programmer
Systems and Technology Services (STS)
Campus Information Technologies and Educational Services (CITES)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to