If I enable webservices on a bean then the website stops working, but the webservice does work.
I assume this is just a mapping to the correct servlet issue. What do I need to do to the web.xml to get both a site workng and the webservices. I modeled this off the kitchen sink and the website along with the restful calls work fine.
What do I need to put into the web.xml to get both the website and the webservices running under the same application? Or should they be in two seperate applications?