I use 2 jboss in one computer and develop web application.

One is jboss-3.2.3, port no 8080, 
and the other is jboss-3.2.5, port no 8280.

The problem is when I redirect one application to the other.
Request's port no is old one.

I mean,

8080's JSP
<%
  response.sendRedirect("http://localhost:8280/...";);
%>

8280's jsp
<html:base/>

and html base tag display 8080

So I have to refresh web page one time. 
and after that <html:base/> become 8280. 

Can I make port no 8280 without refresh?


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845844#3845844

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845844


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to