RE: ASP.NET and Tomcat on same computer

2004-08-28 Thread Endre Stølsvik
On Sat, 28 Aug 2004, Nelson, Jerry W, Contractor 146CF, SCB wrote: | The same computer and I don't know, all I know is I downloaded the Jakarta | Apache-Tomcat version 5.0.27 zip file and unzipped it. You gotta go down the "mod_jk" road..! You "mount" Tomcat using something called "mod_jk" onto I

RE: ASP.NET and Tomcat on same computer

2004-08-27 Thread Nelson, Jerry W, Contractor 146CF, SCB
bject: Re: ASP.NET and Tomcat on same computer From: "Filip Hanik - Dev" <[EMAIL PROTECTED]> > you can setup a port forwarder that redirects traffic from 80 to 8080 if you want, or you can change tomcat to use port 80 :) Not if IIS is already using it... which seems to be the ca

Re: ASP.NET and Tomcat on same computer

2004-08-27 Thread Wendy Smoak
From: "Filip Hanik - Dev" <[EMAIL PROTECTED]> > you can setup a port forwarder that redirects traffic from 80 to 8080 if you want, or you can change tomcat to use port 80 :) Not if IIS is already using it... which seems to be the case here. Jerry, are you intending to have IIS and Tomcat running

Re: ASP.NET and Tomcat on same computer

2004-08-27 Thread Filip Hanik - Dev
[EMAIL PROTECTED]> Sent: Friday, August 27, 2004 3:58 PM Subject: RE: ASP.NET and Tomcat on same computer OH...OK. Guess there is no getting around typing in the port number. Thanks //SIGNED// Jerry Nelson -Original Message- From: Filip Hanik - Dev [mailto:[EMAIL PROTECTED

RE: ASP.NET and Tomcat on same computer

2004-08-27 Thread Nelson, Jerry W, Contractor 146CF, SCB
OH...OK. Guess there is no getting around typing in the port number. Thanks //SIGNED// Jerry Nelson -Original Message- From: Filip Hanik - Dev [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 1:52 PM To: Tomcat Users List Subject: Re: ASP.NET and Tomcat on same computer IIS

Re: ASP.NET and Tomcat on same computer

2004-08-27 Thread Filip Hanik - Dev
t;[EMAIL PROTECTED]> Sent: Friday, August 27, 2004 3:28 PM Subject: RE: ASP.NET and Tomcat on same computer OK, so would it look something like this: 127.0.0.1:8080 localhost tomcat 127.0.0.1 localhost windows or am I completely off? In IIS I physically named the server; can I phyically nam

RE: ASP.NET and Tomcat on same computer

2004-08-27 Thread Nelson, Jerry W, Contractor 146CF, SCB
: Filip Hanik - Dev [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 1:18 PM To: Tomcat Users List Subject: Re: ASP.NET and Tomcat on same computer yes, if you in your \windows\system32\drivers\etc\hosts file you can add 127.0.0.1localhostservername and servername will map to

Re: ASP.NET and Tomcat on same computer

2004-08-27 Thread Filip Hanik - Dev
ist (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, August 27, 2004 3:07 PM Subject: ASP.NET and Tomcat on same computer I am running ASP.NET(with IIS) and Apache-Tomcat on the same computer. In IIS, I can give the IIS a name. Can I do the same thing with Aapche-Tomcat. This way I can ac

ASP.NET and Tomcat on same computer

2004-08-27 Thread Nelson, Jerry W, Contractor 146CF, SCB
I am running ASP.NET(with IIS) and Apache-Tomcat on the same computer. In IIS, I can give the IIS a name. Can I do the same thing with Aapche-Tomcat. This way I can access either one by entering http://servername as opposed to http://localhost or http://lo