| Author |
Flex UI and Restful Web Service Wars deployed on the same Tomcat
|
Steven Rodeo
Ranch Hand
Joined: Mar 06, 2008
Posts: 72
|
|
Hi folks,
I have a deployment, where I have a RestFul Web Service (war) and a Flex UI (war) on the same Tom Cat Server.
I can access the flex UI
http://10.10.10.10:8080/configuration-ui/
I can also access the RestFul web service
http://10.10.10.10:8080/restendpoint/
So bottom line is that every thing is working fine.
The Problem:
When I try accessing the RestFul Web Service from the Flex UI. It says Internal Server Error. What's the issue ?. BTW, I am trying to access the RESTful web service from the Flex UI
by using the ip. Should work right ?.
BTW : Is it okay to deploy both the Flex UI and the RESTful Web Service wars on the same tom cat container ?.
_SM
|
 |
 |
|
|
subject: Flex UI and Restful Web Service Wars deployed on the same Tomcat
|
|
|