Hi,

What are you running your java servlets on?  You want to have a look
at something like http://tomcat.apache.org/connectors-doc/

cheers
dim

On 5/18/06, Oliver A. Rojo <[EMAIL PROTECTED]> wrote:
Hi all!

Im running Java pages on my server. Basically, all pages will have a
direct url like http://mydomain.com:8080/mydir

What I did is for user not to type a long url by simply typing the
normal domain such as http://www.mydomain.com and redirecting to
http://www.mydomain.com:8080/mydir.

What appears to be my problem is how to avoid the whole
http://www.mydomain.com:8080/mydir url appear on the browser which is
when I type in the absolute domain, http://www.mydomain.com:8080/mydir
url will just map into http://www.mydomain.com which will eventually
appear on the client's browser.

Got any idea?

--


Oliver A. Rojo




______________________________________________________________

This email and any files transmitted with it are confidential
and intended solely for the use of the individual or entity to
whom they are addressed. If you have received this email in error
please notify the system manager. Please note that any views or
opinions presented in this email are solely those of the author
and do not necessarily represent those of the company. Finally,
the recipient should check this email and any attachments for the
 presence of viruses. The company accepts no liability for any
damage caused by any virus transmitted by this email.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to