I have an application named as sakai
You can check about it here
http://sakaiproject.org/new-sakai-faq

which is running in Tomcat on LAN as
http://192.168.1.5:9090/portal

I am using Apache as front end for users to access this application on internet
as http://mydomain.com/sakai

and
ProxyPass /sakai http://192.168.1.1:9090/portal
ProxyPassReverse /sakai http://192.168.1.1:9090/portal


but the application is not generating URLs properly.I have not written
so it is not possible for me to change any thing in it.
The application is generating URLs like this:

GET /library/skin/default/portal.css
GET /portal/styles/portalstyles.css
GET /library/js/jquery.js

mod_proxy does not rewrite HTML, only a few specific headers, so your
application must generate the correct URLs, eg
/'sakai/styles/portalstyles.css'.

Is there any work around ?
 I have asked this on Sakai forum but did not got any answer.

-- 
Tapas
http://mightydreams.blogspot.com
http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to