java - Why can't I use REST Web App while SOAP web app is on the same Tomcat Server? -
i have tomcat 8.0 server rest api in webapps folder (activiti-rest). make successful rest calls until made soap project using jax-ws , placed jax-ws jars tomcat libs folder. soap service works rest api keeps returning 404 errors. what's problem or how can find out problem? log files in tomcat barebones, giving url , error code.
Comments
Post a Comment