Is my servlet engine working?
 | 1. | Go to the Start menu and choose Start Apache from the Apache Web Server submenu. You should see a DOS dialog box that mentions the following. |
| | Apache/1.3.12 (Win32) ApacheJServ/1.1.2 running... |
| 2. | Test to see if you can compile a servlet and view it. Run a DOS prompt. Go to the directory. Then compile within |
| | C:\Program Files\Apache JServ 1.1.2\servlets\> javac IsItWorking.java |
If you get no errors, start up Apache, start up a web browser and view the following servlet. http://yourserver/servlets/IsItWorking
(http://johndoePC.wolfram.com/servlets/IsItWorking). If the Apache welcoming page still does not appear or you get error messages, you should refer to the Apache website. The Jakarta Tomcat FAQ section may also be particularly useful. NOTE: Please stop your Apache web server before proceeding. Download this FAQ as a Mathematica 5.2 Notebook
Questions or comments? Send email to support@wolfram.com.
|