wlbragg
November 29th, 2008, 01:12 PM
Ubuntu 8.10 -(Intrepid Ibex)
Apache 2. mod-jk
Tomcat 6 jdbc
PHP5
MySQL
Amazing software installation system in Ubuntu but leads to questions.
I have a fairly advanced ajax (DWR) app that ran well in Windows using almost identical server software. I just moved the files over and changed some paths and it all works except the DWR calls. In Windows I had to install and configure jk-connector (workers.properties) to send everything to Tomcat except php. In Ubuntu it seemed to handle the configuration and just sends the java to Tomcat automatically.
I tried a test program I had made using ajax calls through HTML/JS to a server side PHP file pulling data out of the same MySql database the DWR program is using and it worked fine. So I think the problem is with the DWR servlet.
The DWR.jar file is placed in the WEB-INF folder but I think the program isn't finding the class. Does anyone have any experience with this and maybe help me out?
Any help greatly appreciated!
Apache 2. mod-jk
Tomcat 6 jdbc
PHP5
MySQL
Amazing software installation system in Ubuntu but leads to questions.
I have a fairly advanced ajax (DWR) app that ran well in Windows using almost identical server software. I just moved the files over and changed some paths and it all works except the DWR calls. In Windows I had to install and configure jk-connector (workers.properties) to send everything to Tomcat except php. In Ubuntu it seemed to handle the configuration and just sends the java to Tomcat automatically.
I tried a test program I had made using ajax calls through HTML/JS to a server side PHP file pulling data out of the same MySql database the DWR program is using and it worked fine. So I think the problem is with the DWR servlet.
The DWR.jar file is placed in the WEB-INF folder but I think the program isn't finding the class. Does anyone have any experience with this and maybe help me out?
Any help greatly appreciated!