Re: Hiding port number when using mod_jk

2005-05-16 Thread Vamsee Kanakala
Anto Paul wrote:
If you mean that Tomcat is still listening on port 8080, you must
comment the connector element in server.xml which tells Tomcat to
listen on port 8080.
You should check your application source to see that no port no is
hard coded in it.
 

Thanks Anto & Lutz, the problem was at two places: I didn't configure 
mod_jk.conf properly and  the application I deployed had some bad 
deployment descriptors. I removed that application, uncommented the 
connector and everything works correctly now.

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


Re: Hiding port number when using mod_jk

2005-05-16 Thread Anto Paul
> Am Montag, 16. Mai 2005 09:00 schrieb Vamsee Kanakala:
> >   I have setup the mod_jk on Apache2 and it is forwarding the
> > requests to tomcat 5.5.9  correctly. However, if I click any of the
> > links in my tomcat webapp, the port 8080 is showing up. Is there any
> > way I can avoid this?
> 

If you mean that Tomcat is still listening on port 8080, you must
comment the connector element in server.xml which tells Tomcat to
listen on port 8080.
You should check your application source to see that no port no is
hard coded in it.

-- 
rgds
Anto Paul

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



Re: Hiding port number when using mod_jk

2005-05-16 Thread Lutz Zetzsche
Hi Vamsee,

Am Montag, 16. Mai 2005 09:00 schrieb Vamsee Kanakala:
>   I have setup the mod_jk on Apache2 and it is forwarding the
> requests to tomcat 5.5.9  correctly. However, if I click any of the
> links in my tomcat webapp, the port 8080 is showing up. Is there any
> way I can avoid this?

how are these links built / generated in your pages?

Best wishes
Lutz

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



Hiding port number when using mod_jk

2005-05-16 Thread Vamsee Kanakala
Hi List,
 I have setup the mod_jk on Apache2 and it is forwarding the
requests to tomcat 5.5.9  correctly. However, if I click any of the
links in my tomcat webapp, the port 8080 is showing up. Is there any way
I can avoid this?
TIA,
Vamsee.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]