Your Ideas please ..

Hi All,

We recently developed a J2EE App using IIS and JRUN.

Our URL for the application is http://myapp.company.com/

Now, I need to do the following mapping to work as well..

http://mycompany

Can somehow help me with this ? Please remember that Iam using IIS with JRUN .

[336 byte] By [pramod_vvs] at [2007-9-26 1:51:10]
# 1

Hi,

You can never do this for internet sites. You can map http://mycompany.com for internet sites by - I think - modifying the host header name in IIS admin.

For a local domain you could map http://mycompany to the site by - again, I'm not sure - mapping this name in the domain controller to the ip address of the server.

A last possibility is to create a signed applet which adds this mapping to the clients' configuration (for windows, this is in the file %WINDIR%\system32\drivers\etc\hosts

leukbr at 2007-6-29 2:59:16 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...