I have 2 questions that are related. I'd appreciate it if anyone can address either or both questions...
(1) We installed the turnkey LiveCycle ES on a windows box with JBoss. Ih ave built a servlet that will invoke a renderPDF orchestration and show a PDF. I followed the sample given at: http://www.adobe.com/devnet/livecycle/articles/java_servlets.html
When deploying and attempting to test on the LC ES server, I am getting 404 errors. I decided to see if JBoss was up and running normally and I went to http://localhost:8080/ and see a JBoss page with JBoss Onlien REsources links at the top and JBoss Management links at the bottom. The links go to Tomcat Status, JMX Console and JBoss Web Console. All 3 links at the bottom return 404 error messages. Workspace works just fine on this machine. Web Service calls also work fine. What could be wrong?
(2) I decided that since the app server on the LC ES server was malfunctioning, I would install TomCat on my desktop and then just run the servlet with remote calls to the livecycle server. I am getting error messages in the logs "stdout_20080919.log" saying that I have a java.lang.IllegalStateException. I set up the connection properties to include the full server name, not just localhost, so it looked like: jnp://servername:1099.
Any help would be greatly appreciated.
(1) We installed the turnkey LiveCycle ES on a windows box with JBoss. Ih ave built a servlet that will invoke a renderPDF orchestration and show a PDF. I followed the sample given at: http://www.adobe.com/devnet/livecycle/articles/java_servlets.html
When deploying and attempting to test on the LC ES server, I am getting 404 errors. I decided to see if JBoss was up and running normally and I went to http://localhost:8080/ and see a JBoss page with JBoss Onlien REsources links at the top and JBoss Management links at the bottom. The links go to Tomcat Status, JMX Console and JBoss Web Console. All 3 links at the bottom return 404 error messages. Workspace works just fine on this machine. Web Service calls also work fine. What could be wrong?
(2) I decided that since the app server on the LC ES server was malfunctioning, I would install TomCat on my desktop and then just run the servlet with remote calls to the livecycle server. I am getting error messages in the logs "stdout_20080919.log" saying that I have a java.lang.IllegalStateException. I set up the connection properties to include the full server name, not just localhost, so it looked like: jnp://servername:1099.
Any help would be greatly appreciated.