
March 11th, 2013, 07:37 AM
|
|
Registered User
|
|
Join Date: Mar 2013
Posts: 4
Time spent in forums: 20 m 17 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by Northie if your tomcat java app is publicly available on the internet then it will probably need it's own URL/domain to access it, so use this at prepend to image/js/css files
If not, and the app runs privately within the server then you'll need to make a new proxy app, or extend your current php app to include a proxy "bridge"/"connector" to access the necessary files. You may be able to do this in apache, try googling it |
Hi Thanks for the reply.. java api is in different server I dont want the files to be accessed through bridge, i just wanna tat api to take control over the browser after the request has sent from the webservice. since am new these webservice pls guide me how to do it.
|