Forte, Graham wrote:

This is getting a little off-topic, but here goes:

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)


Have your sys admin open up port 80 on your box or redirect traffic from port 80 to port 8080 (like Steffan suggested)


Step 2: http://myMachineName/logon.jsp (NO APP ROOT)


Add logon.jsp to your ROOT context

Step 3: http://myMachineName/ (NO PAGE URL)


Modify the welcome-file directive for your ROOT context to include "logon.jsp"

Step 4: www.myNewDomain.com
I will have only one web site running on this machine and I(my company) will
be hosting it.


Modify myNewDomain.com's DNS to point to your system or rinse, wash, repeat as necessary.

Good luck,
-- Ankur

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



Reply via email to