I developed my struts app on BEA where I had a URL like this: 
http://host.com:7001/myApp/index.do
In our production environment, we're using an Apache front end, so the BEA stuff has 
been aliased to something like this: http://host.com/BEA/myApp/index.do

Going to that first page works fine, but when I click on a link the "/BEA" gets cut 
out of the URL and it goes to: http://host.com/myApp/page2.do

In all my pages I use a link like this: <html:link action="/page2" >asdf</html:link>

Is suing the "forwardPattern" in my struts-config <controller> the correct way to fix 
this?? if so, how do I do it?

Thanks so much
        - Jess

   Jessica Sant
   SGBU-Services and TCE
   hewlett-packard


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

Reply via email to