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

2004-02-22 Thread George Hester
No it doesn't matter:

Use the redirector found here:

http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm

-- 
George Hester
__
Sara Murillo [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]
 Hi,
 
 I'm trying to get Tomcat and IIS working together.
 
 I have Tomcat using port 1977 because port 8080 is already in use by Oracle.
 
 I've attempted to get everything working (by following steps I've found 
 online).
 
 So far, no luck.
 
 http://localhost:1977.takes me to Tomcat's index 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
 
 _
 Store more e-mails with MSN Hotmail Extra Storage - 4 plans to choose from! 
 http://click.atdmt.com/AVE/go/onm00200362ave/direct/01/


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



RE: Using IIS with Tomcat

2002-12-02 Thread Durham David Cntr 805CSS/SCBE
You don't need to make any changes to either server to get them running on the same 
machine.  However, if you want to run them both out of port 80 then you need to look 
at configuring the Isapi redirector, which you can read all about in the docs under 
ajp connector (scroll down to the IIS 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. 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 the two
 web servers at the same time. 
 
 Thanks,
 Nicholas W. Watson
 Software Engineer
 Concurrent Technologies Corporation
 Phone: (814) 269-2653
 Email: [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]




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 terribly
complicated, but I have found it to be not as easily
accomplished as the Tomcat/Apache integration (go
figure).

To start, you'll need the to get the connector
isapi_redirect.dll from Tomcat 3.3 or later in order
to get this working.  You can find the
isapi_redirect.dll at the following location.


http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3.1/bin/win32/i386/

Then, you'll get to follow:

http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-iis-howto.html

Unfortunately, Tomcat 4.0.x does not have the
automatic registry settings generation that Tomcat 3.3
has.  You'll have to generate them by hand. 
Fortunately the documentation lists the entries
necessary for the registry, along with examples and
default settings (where appropriate).

Basically, where the Tomcat 3.3.x documentation tells
you to generate the files using jkconf parameter to
start Tomcat, you'll get to do those by hand.

It's not pretty, but it works.  I'm currently running
Tomcat 4.04, Cocoon 2.1-dev, and Jetspeed through IIS
on a Windows/2000 Professional machine with
jdk1.3.1_04.

If you need specific help covering a part of the
documentation or installation, I'll do my best via
email.

/mde/

just my two cents . . . .

__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

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




Re: Using IIS with Tomcat

2002-01-25 Thread Hessing Ingo


Hi,

see this tutorial on integrating IIS and Tomcat 4:

http://www.vacodi.com/howto/tomcat/iisnt/index.html

There is also a howto for the Tomcat 3.2.X version:

http://www.verysimple.com/scripts/support_tc_iis.html

bestWISHES

Ingo Hessing

 -Ursprüngliche Nachricht-
 Von: [EMAIL 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
 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
 
 __
 Do You Yahoo!?
 Great stuff seeking new owners in Yahoo! Auctions! 
 http://auctions.yahoo.com
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]