ISAPI_REDIRECT.DLL & Windows Server 2003

2003-11-06 Thread Chris Freeborn
Is there a new version of ISAPI_REDIRECT.DLL for use with Windows Server
2003?

I have set up Tomcat to work with IIS on several different servers in the
past (mostly Win2K machines), but I am having a great deal of trouble
getting it to work on Windows Server 2003. Keep getting page not found
errors.

Screenshots of the problem can be found at
http://www.teamadapt.com/bcu/tomcatscreenshots.doc. I'd appreciate any help
you could offer.

Chris Freeborn
Adapt, LLC
773-634-2046



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



RE: ISAPI_REDIRECT.DLL & Windows Server 2003

2003-11-06 Thread Hart, Justin
That seems to be a common problem, people have had mixed results getting that combo to 
work.

I'm going to take a wild guess and say it's IIS 6.0?

Justin

-Original Message-
From: Chris Freeborn [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 05, 2003 3:46 PM
To: '[EMAIL PROTECTED]'
Subject: ISAPI_REDIRECT.DLL & Windows Server 2003


Is there a new version of ISAPI_REDIRECT.DLL for use with Windows Server
2003?

I have set up Tomcat to work with IIS on several different servers in the
past (mostly Win2K machines), but I am having a great deal of trouble
getting it to work on Windows Server 2003. Keep getting page not found
errors.

Screenshots of the problem can be found at
http://www.teamadapt.com/bcu/tomcatscreenshots.doc. I'd appreciate any help
you could offer.

Chris Freeborn
Adapt, LLC
773-634-2046



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


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



RE: ISAPI_REDIRECT.DLL & Windows Server 2003

2003-11-06 Thread Jason Dravet
t needed, but can be customized.
#worker.inprocess.cmd_line=-config
#worker.inprocess.cmd_line=$(workers.tomcat_home)$(ps)conf$(ps)server.xml
#worker.inprocess.cmd_line=-home
#worker.inprocess.cmd_line=$(workers.tomcat_home)

#
# The JVM that we are about to use
#
# This is for Java2
#
# Windows
worker.inprocess.jvm_lib=$(workers.java_home)$(ps)jre$(ps)bin$(ps)classic$(p
s)jvm.dll
# IBM JDK1.3 
#worker.inprocess.jvm_lib=$(workers.java_home)$(ps)jre$(ps)bin$(ps)classic$(
ps)libjvm.so
# Unix - Sun VM or blackdown
#worker.inprocess.jvm_lib=$(workers.java_home)$(ps)jre$(ps)lib$(ps)i386$(ps)
classic$(ps)libjvm.so

#
# And this is for jdk1.1.X
#
#worker.inprocess.jvm_lib=$(workers.java_home)$(ps)bin$(ps)javai.dll

#
# Setting the place for the stdout and stderr of tomcat
#
worker.inprocess.stdout=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stdout
worker.inprocess.stderr=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stderr

#
# Setting the tomcat.home Java property
#
#worker.inprocess.sysprops=tomcat.home=$(workers.tomcat_home)

#
# Java system properties
#
# worker.inprocess.sysprops=java.compiler=NONE
# worker.inprocess.sysprops=myprop=mypropvalue

#
# Additional path components.
#
# worker.inprocess.ld_path=d:$(ps)SQLLIB$(ps)bin
#
__

8.  Edit the server.xml file in the conf directory.  Find the line 



Replace ROOT with the full path to your wwwroot folder, d:\wwwroot for
example.  Delete the  above and below the context path line.

That should be it.  You should be able to start the apache tomcat service.
Then you have to restart the world wide web publishing service. Copy the
following to a hello.jsp and put in your wwwroot folder.  To view go to
http://servername/hello.jsp  You should see Hello, World, from JSP on the
screen.  Don't forget to set the apache service to automatic in service
manager so the next time you reboot the apache tomcat service will start.



hello jsp
<% String message = "Hello, World, from JSP"; %>


<%= message %>

 

-----Original Message-
From: Hart, Justin [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 06, 2003 8:28 AM
To: Tomcat Users List
Subject: RE: ISAPI_REDIRECT.DLL & Windows Server 2003

That seems to be a common problem, people have had mixed results getting
that combo to work.

I'm going to take a wild guess and say it's IIS 6.0?

Justin

-----Original Message-
From: Chris Freeborn [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 05, 2003 3:46 PM
To: '[EMAIL PROTECTED]'
Subject: ISAPI_REDIRECT.DLL & Windows Server 2003


Is there a new version of ISAPI_REDIRECT.DLL for use with Windows Server
2003?

I have set up Tomcat to work with IIS on several different servers in the
past (mostly Win2K machines), but I am having a great deal of trouble
getting it to work on Windows Server 2003. Keep getting page not found
errors.

Screenshots of the problem can be found at
http://www.teamadapt.com/bcu/tomcatscreenshots.doc. I'd appreciate any help
you could offer.

Chris Freeborn
Adapt, LLC
773-634-2046



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


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



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