Re: Using IIS with Tomcat 4.1.29 (tomcat using port 1977)

2004-02-22 Thread George Hester
not found How can I get Tomcat working with IIS when Tomcat is using a port other than 8080? Does it even matter that I'm not using port 8080? Any help would be greatly appreciated. Thanks, Sara _ Store more e-mails with MSN

Using IIS with Tomcat 4.1.29 (tomcat using port 1977)

2004-02-19 Thread Sara Murillo
page http://localhost...STILL gives me a page not found How can I get Tomcat working with IIS when Tomcat is using a port other than 8080? Does it even matter that I'm not using port 8080? Any help would be greatly appreciated. Thanks, Sara

Re: Enabling SSL on specific URLs using IIS and Tomcat

2004-01-09 Thread Bill Barker
I'm going to take a stab-in-the-dark, and guess that you didn't change the value of the 'redirectPort' on the Connector to be '443'. cprs-develop [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello All: I am running Apache Tomcat 4.1.27, with IIS 5.0 on Windows 2000 Professional

Enabling SSL on specific URLs using IIS and Tomcat

2004-01-08 Thread cprs-develop
Hello All: I am running Apache Tomcat 4.1.27, with IIS 5.0 on Windows 2000 Professional configured to serve the JSP pages using the ISAPI redirector. I have also configured SSL support using the Windows IIS management console. Currently JSP pages can be accessed using the

RE: Enabling SSL on specific URLs using IIS and Tomcat

2004-01-08 Thread Shapira, Yoav
08, 2004 2:33 PM To: [EMAIL PROTECTED] Subject: Enabling SSL on specific URLs using IIS and Tomcat Importance: High Hello All: I am running Apache Tomcat 4.1.27, with IIS 5.0 on Windows 2000 Professional configured to serve the JSP pages using the ISAPI redirector. I have also configured SSL

RE: Enabling SSL on specific URLs using IIS and Tomcat

2004-01-08 Thread cprs-develop
To: Tomcat Users List Subject: RE: Enabling SSL on specific URLs using IIS and Tomcat Howdy, Almost certainly the ISAPI Redirector's fault, since as you mention Tomcat works fine by itself. What if you only allow https access to secure URLs? Yoav Shapira Millennium ChemInformatics -Original

RE: Enabling SSL on specific URLs using IIS and Tomcat

2004-01-08 Thread Oscar Carrillo
List Subject: RE: Enabling SSL on specific URLs using IIS and Tomcat Howdy, Almost certainly the ISAPI Redirector's fault, since as you mention Tomcat works fine by itself. What if you only allow https access to secure URLs? Yoav Shapira Millennium ChemInformatics -Original

Using IIS with Tomcat

2002-12-02 Thread Watson, Nicholas
I have two COTS applications. One that requires the use of IIS and another that requires the use of Tomcat. I want to run both applications with their corrisponding web servers on the same box. I have turned off pooling in IIS. What configuration changes need to be made in tomcat in order to run

RE: Using IIS with Tomcat

2002-12-02 Thread Durham David Cntr 805CSS/SCBE
section). -Original Message- From: Watson, Nicholas [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 2:14 PM To: '[EMAIL PROTECTED]' Subject: Using IIS with Tomcat I have two COTS applications. One that requires the use of IIS and another that requires the use of Tomcat

Using IIS and Tomcat without integration.

2002-09-09 Thread Richard Elsberry
Hello all, A general integration question. I've got an asp application that I am attempting to merge with a jsp application and have not had any luck integrating the two. (two full days perusing the tomcat archives) This got me to thinking. Is it really necessary that they be integrated. The

Re: Using IIS and Tomcat without integration.

2002-09-09 Thread Mark Eggers
Hmmm, I suppose you could create a sessionid or cookie with the asp code and pass that to tomcat. You would then have your tomcat instance listening on port 8443 (or change it to 443 if you're not running something there already) and do the link. Getting Tomcat integrated with IIS is not

Using IIS with Tomcat

2002-01-25 Thread htay_san
Hi, I'd like to ask you a question about Tomcat Web Server.I used tomcat to run a jsp pages using the (http://localhost:8080/myFolder)address ,but now I want to use school web server address(http://proj6.ict.np.edu.sg/myFolder) . So how can I use the school address? Thanks a lot, Htay San

Re: Using IIS with Tomcat

2002-01-25 Thread Hessing Ingo
PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 25. Januar 2002 06:15 An: [EMAIL PROTECTED] Betreff: Using IIS with Tomcat Hi, I'd like to ask you a question about Tomcat Web Server.I used tomcat to run a jsp pages using the (http://localhost:8080/myFolder)address ,but now I

I'm getting errors when I run JSP's using IIS and TOMCAT

2001-07-17 Thread John Sullivan
Title: I'm getting errors when I run JSP's using IIS and TOMCAT Hi, I'm having problems getting JSP's to run with TOMCAT and IIS. I've followed the instructions at Jakarta.apache.org and I've also followed the instructions at www.verysimple.com/scripts/support_tc_iis.html Everything appears

RE: I'm getting errors when I run JSP's using IIS and TOMCAT

2001-07-17 Thread Robert Finneran
Title: I'm getting errors when I run JSP's using IIS and TOMCAT Things to check: Be careful that your registry setting are pointing to the right place for the workers.properties and uriworkermap.properties files. Look under HKEY_LOCALMACHINE\SOFTWARE\Apache Software Foundation\Jakarta

RE: I'm getting errors when I run JSP's using IIS and TOMCAT

2001-07-17 Thread John Sullivan
Title: RE: I'm getting errors when I run JSP's using IIS and TOMCAT I've checked the registry settings, All the registry Keys appear fine. The worker_file string points to the workers.properties and the worker_mount_file points to the uriworkermap.properties file. Thanks -Original

RE: I'm getting errors when I run JSP's using IIS and TOMCAT

2001-07-17 Thread Robert Finneran
Title: RE: I'm getting errors when I run JSP's using IIS and TOMCAT Did you set these in workers.properties? workers.tomcat_home=c:\Tomcat-3.2.1\tomcat workers.java_home=c:\jdk1.3.1 ## You should configure your environment slash... ps=\ on NT and / on UNIX# and maybe something different

RE: I'm getting errors when I run JSP's using IIS and TOMCAT

2001-07-17 Thread John Sullivan
Title: RE: I'm getting errors when I run JSP's using IIS and TOMCAT Bill, Thanks, I found an errors logged in the JVM.log file which notified me of a problem in the server.xml. Once this was fixed the logs stopped appearing in the isapi.log file. Saying all of that when I try to display

RE: I'm getting errors when I run JSP's using IIS and TOMCAT

2001-07-17 Thread John Sullivan
Title: RE: I'm getting errors when I run JSP's using IIS and TOMCAT Yes, Thanks -Original Message- From: Robert Finneran [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 18 July 2001 10:15 AM To: [EMAIL PROTECTED] Subject: RE: I'm getting errors when I run JSP's using IIS and TOMCAT

Tip: Avoiding A 404 With *.jsp In Virtual Directories Using IIS 5 Tomcat On Windows 2000

2001-07-10 Thread Russell, Steve
Hi; I just spent some more time hair pulling for something I'm sure other people will experience. I am posting my solution here so that it will end up in the archives. I have IIS 5, Tomcat 3.2, jdk 1.3.1 working together on windows 2000. I like to keep all of my work in