RE: How to stop having to put :8080 in the url?

2008-04-11 Thread Gary Opela (Corporate)
Environment: Windows Server 2k3 R2 EE Apache Tomcat 5.5.17 installed in: C:\Program Files\Apache Software Foundation\Tomcat-5.5.17 Microsoft IIS 6.0 IE 6.0.X.X SP2 Java: jre1.6.0_05 jdk1.6.0_05 Okay, so I went in my server.xml in C:\Program Files\Apache Software Foundation\Tomcat

Re: How to stop having to put :8080 in the url?

2008-04-11 Thread David Delbecq
En l'instant précis du 11/04/08 14:55, Gary Opela (Corporate) s'exprimait en ces termes: Now I can access my application by going to http://localhost/arsys without specifying the port. However, now if I go to http://localhost, then it redirects me to Tomcat's default page. Is there a way to

Re: How to stop having to put :8080 in the url?

2008-04-11 Thread Rodrigo Correa de Paiva
will u change the port back to 8080, than go to C:\WINDOWS\system32\drivers\etc and edit the file HOSTS change : 127.0.0.1 localhost to : 127.0.0.1:8080 localhost everytime u type localhost u will be redicted to 127.0.0.1:8080 i never do that, but should work 2008/4/11, Gary Opela

RE: How to stop having to put :8080 in the url?

2008-04-11 Thread Gary Opela (Corporate)
Thanks, but that still leaves me in the same predicament. I don't have control over http://localhost. I need to be able to control that, but running tomcat, if I map all traffic that goes to localhost to tomcat, then typing in just http://localhost takes me to the tomcat config page that says I

Re: How to stop having to put :8080 in the url?

2008-04-11 Thread Jim Cox
You've lost me a bit on what servers are running -- you have IIS serving port 80, and Tomcat serving 8080? If so, can't you simply configure IIS to proxy the requests to your Tomcat on port 8080? On Fri, Apr 11, 2008 at 9:40 AM, Gary Opela (Corporate) [EMAIL PROTECTED] wrote: Thanks, but that

RE: How to stop having to put :8080 in the url?

2008-04-11 Thread Caldarale, Charles R
From: Gary Opela (Corporate) [mailto:[EMAIL PROTECTED] Subject: RE: How to stop having to put :8080 in the url? Thanks, but that still leaves me in the same predicament. Doesn't matter; Rodrigo's suggestion was completely bogus. I need to just route traffic that goes to

Re: How to stop having to put :8080 in the url?

2008-04-11 Thread Hassan Schroeder
On Fri, Apr 11, 2008 at 6:40 AM, Gary Opela (Corporate) [EMAIL PROTECTED] wrote: if I map all traffic that goes to localhost to tomcat, then typing in just http://localhost takes me to the tomcat config page that says I don't have tomcat configured properly. Yes -- if you choose /not/ to

RE: How to stop having to put :8080 in the url?

2008-04-11 Thread Gary Opela (Corporate)
Okay, I just wanted to make sure that I had set it up correctly. Now, how do I go about adjusting the default page to redirect to localhost/arsys? So, if someone just types in localhost, it will redirect him/her to localhost/arsys. If I were using port 8080 in tomcat, and port 80 in IIS, and

RE: How to stop having to put :8080 in the url?

2008-04-11 Thread Caldarale, Charles R
From: Gary Opela (Corporate) [mailto:[EMAIL PROTECTED] Subject: RE: How to stop having to put :8080 in the url? Now, how do I go about adjusting the default page to redirect to localhost/arsys? So, if someone just types in localhost, it will redirect him/her to localhost/arsys. Under

RE: How to stop having to put :8080 in the url?

2008-04-11 Thread Gary Opela (Corporate)
Thanks a bunch Charles, I think you just cleared it up for me! Thanks, Gary Opela, Jr., RSP Remedy Engineer Leader Communications, Inc. Best Product, Best People, Best PriceTM An ISO 9001:2000 Certified, CMMI® Level 3 Rated Company -Original Message- From: Caldarale, Charles R

RE: How to stop having to put :8080 in the url?

2008-04-10 Thread Caldarale, Charles R
From: Gary Opela (Corporate) [mailto:[EMAIL PROTECTED] Subject: How to stop having to put :8080 in the url? How do I set it to where I just have to hit http://localserver/arsys, without the :8080? Change the port attribute of the Connector element in conf/server.xml. You should probably

Re: How to stop having to put :8080 in the url?

2008-04-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gary, Gary Opela (Corporate) wrote: | I have a website that is located under http://localserver:8080/arsys | | How do I set it to where I just have to hit http://localserver/arsys, | without the :8080? The only way to remove the port number from

RE: How to stop having to put :8080 in the url?

2008-04-10 Thread Gary Opela (Corporate)
Thanks, Chris, for the assistance. Thanks, Gary Opela, Jr., RSP Remedy Engineer Leader Communications, Inc. Best Product, Best People, Best PriceTM An ISO 9001:2000 Certified, CMMI® Level 3 Rated Company -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: