On Sat, 15 Jan 2005 03:36:36 -0800 (PST), Vilpesh Mistry
<[EMAIL PROTECTED]> wrote:
> hi,
> iam using struts and making a website.

> 
> I think this whole is configuring apache and tomcat,
> please specify how do i configure tomcat so that when
> i access
> 
> http://localhost/simliv/action/welcome ,

A good read of the tomcat documentation would reveal the following in
your  conf/server.xml file:

<Connector port="8080"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" redirectPort="8443" acceptCount="100"
               debug="0" connectionTimeout="20000" 
               disableUploadTimeout="true" />
Change port to 80.

> 
> i get the same welcome page and all other pages
> without the port number after the localhost
> 
> The problem been that struts carries the base address
> 8080 in all other pages if html:base tag is used.

This is as designed and a good thing.

> 
> Will i have to remove html:base tag????(which i don't
> want to do)

Bad idea.

> 
> More info provided regarding html:base tag is also
> great
> 
> thanks
> 
> __________________________________
> Do you Yahoo!?
> The all-new My Yahoo! - Get yours free!
> http://my.yahoo.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to