On Wed, Aug 13, 2008 at 5:24 PM, Arup Raychaudhury <[EMAIL PROTECTED]> wrote:
>
> I have installed FC9 including apache and tomcat (/usr/local/tomcat). I have
> copied all war files of a service/site to /usr/local/tomcat/webapps, which
> created a folder mbase and the site is available at
> http://loclhost:8080/mbase.
>
> Now, I want have another site, which may run as http://localhost:8080/webpac.
> I also want that these sites can be accessible without port (8080) number.
>
> Arup Raychaudhury
>

To run another application in tomcat, drop the war file into webapps
folder just like you did for mbase application.

To access the server without the port number, edit
TOMCAT_HOME/conf/server.xml, search for "8080" and change it to 80
(default port for http servers).

--
Regards,
Satish

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
linux-india-help mailing list
linux-india-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to