I think I need to take baby steps. My goal right now is to be able to access my development machine from another machine on the LAN. Right now I have to type the following to access my dev machine from another LAN box: http://myMachineName:8080/myWebApp/logon.jsp I want to(baby steps) be able to access it by the following: Step 1: http://myMachineName/myWebApp/logon.jsp (NO PORT) Step 2: http://myMachineName/logon.jsp (NO APP ROOT) Step 3: http://myMachineName/ (NO PAGE URL) Step 4: www.myNewDomain.com I will have only one web site running on this machine and I(my company) will be hosting it. How do I accomplish these steps?
SH Solutions I appreciate your help, I tried your suggestions thinking I could at least accomplish Step 1 but no luck. I think if I can accomplish the above steps I can solve my initial problems(assuming I open up port 80)with a redirect from the welcome page to SSL. Like I said , I have been looking at docs and google searches since my initial post this morning. Thanks all! -----Original Message----- From: Ankur Shah [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 11:41 AM To: Tomcat Users List Subject: Re: virtual host in tomcat 4? SH Solutions wrote: >Hi > > > >>So if I add the following somewhere in my server.xml file the user that >> >> >types www.aa.com will be pointed to >http://myipaddress:8080/webapps/aa/index.jsp? > >No. >As I have already said, there is NOTHING, you can to to archieve this. > > Yes he can. If the hosting company for aa.com is kind enough to allow him to "URI forward" his domain to http://myipaddress:8080 or 8443 (that is if he has port 8443 visible from outside, which I think he said he does.), he'll "almost" get what he wants. -- Ankur --------------------------------------------------------------------- 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]
