Dear Friends,
i had devloped an web application in
J2EE. I want to launch it as a website.
how to configure the domain name in
JBOSS. b'coz in jboss -
we can access website as follows:
http://mycompany.com:2910/APPS web-refers war file, which is the web application developed in j2ee.
i want to access the site by entering the web address only.
i.e:
http://mycompany.com.
what have i done was:
1.get a registered domain name, mycompany.com
2. change jboss port in server/default/deploy/jbossweb-tomcat50.sar/server.xml to port 80( default http port)
3. in apps dir web.xml, i change
but its not redirect to the war file.
Really appreciate fr the help
Thanks in Advance,