akoymakoy Posted March 26, 2008 Report Posted March 26, 2008 I have currently made a site but used apache tomcat as my development server, the client now used this uniform server, Apache to host the site. It doesnt work. what happens is that on IE it shows only the html parts and none of my java servlets are working. On firefox it shows the sourcecode of the whole page rather than showing the page.. is it a scripting error? or i really cant deploy jsp/java pages on an apache server? Quote
Ric Posted March 26, 2008 Report Posted March 26, 2008 It looks as if the pages are not being processed which makes me think Tomcat is not running on your client’s machine. To check navigate to http://127.0.0.1:8080 on both machines, you should see the same result. Sometime ago I made some notes on this page: http://center.uniformserver.com/tomcat_ins..._install_1.html They may be of help; I have no other experience of using Tomcat but don’t think its scripting error! (You have the scripts running on your development machine) All the bestRic Quote
akoymakoy Posted March 27, 2008 Author Report Posted March 27, 2008 It looks as if the pages are not being processed which makes me think Tomcat is not running on your client’s machine. To check navigate to http://127.0.0.1:8080 on both machines, you should see the same result. Sometime ago I made some notes on this page: http://center.uniformserver.com/tomcat_ins..._install_1.html They may be of help; I have no other experience of using Tomcat but don’t think its scripting error! (You have the scripts running on your development machine) All the bestRic there is no tomcat on the host machine, its being hosted through this uniformserver... after reading some forums.. im not sure if uniform server supports / or has an embedded JVM.(java virtual machine).. i found a plugin jvm.dll but i dont know where to put it and if its what i really need. from the link you posted. i saw that i have to install tomcat together with the uniform server? where do i put my pages? do i run tomcat together with the inform server? Quote
Ric Posted March 27, 2008 Report Posted March 27, 2008 I am out of my depth on this however you will find the following: http://tomcat.apache.org/tomcat-3.2-doc/ug.../tomcat_ug.html Will explain better than I possible can. All the bestRic Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.