MiniPortal can be used with JSP, providing Apache Tomcat is installed and correctly configured. There is currently no plugin for this (and it is unsupported), but there are instructions below for manual setup and configuration.
It is highly recommended to use Windows 2000 or XP for JSP. There has been some success with Win9x, but it is problematic.
1. Stop all MiniPortal servers
2. Download and Install the Sun JDK (J2SE) from:
http://java.sun.com
(e.g. http://java.sun.com/j2se/1.4.1/download.html)
3. Download and Install the JSP Server: Jakarta-Tomcat from:
http://jakarta.apache.org
(e.g. http://jakarta.apache.org/builds/jakarta-tomcat-4.0/archives/v4.0.1/bin/jakarta-tomcat-4.0.1.exe)
4. Download and Install the Apache 'webapp_module' from:
http://jakarta.apache.org
(e.g. http://jakarta.apache.org/builds/jakarta-tomcat-4.0/archives/v4.0.1/bin/win32/)
Copy the files 'libapr.dll' and 'mod_webapp.so' into the ..\MiniPortal\Apache\modules directory
5. Add the following line to ..\MiniPortal\Apache\conf\httpd.conf after the last 'LoadModule' statement:
6. Add the following line to ..\MiniPortal\Apache\conf\httpd.conf after the last 'AddModule' statement:
7. Add the following 2 lines at the end of ..\MiniPortal\Apache\conf\httpd.conf
8. Start Tomcat (from the Start menu) and wait until it is *completely* up and running (~15 seconds).
9. Start MiniPortal and the web server
10. Access http://127.0.0.1/examples/
(Note: must include the trailing '/')
Then, click on 'jsp' for a list of examples to try. If you encounter errors, stop Tomcat and then stop MiniPortal's web server. Then, restart Tomcat and MiniPortal's web server.
If the examples fail, try the following: