Use struts module with relative url path when forwarding request from webserver

2006-04-06 Thread Scott Zhu
I have encountered a problem related struts module and would like to see if you have any suggestions. A new requirement for our webapp is to use a webserver to forward requests to the real app server. So someone may request a url like: http://ws/abc/APPand we configure it to forward to http://as:

Re: Use struts module with relative url path when forwarding request from webserver

2006-04-07 Thread Scott Zhu
e: > > Scott, > > try placing the shared javascript in a 'common' module and refer to it > using a leading slash src="/common/js/base" > > Adam > > > Scott Zhu on 06/04/06 18:25, wrote: > > I have encountered a problem related struts module and w