The following is a summary of the system requirements and supported platforms for ServletExec.
Important: Please refer to and thoroughly review the
ServletExec Installation Guide under Documentation in
the ServletExec Self-Help section for additional details
before installing any version of ServletExec:
ServletExec Documentation.
ServletExec/AS 2012 is a standalone web application server that hosts Java Servlets and JSPs.
OS / Web Server Support
ServletExec/AS 2012 is supported on the following systems:
Operating System | Web Server |
Windows Server 2019 |
|
Windows Server 2016 |
|
Windows Server 2012 R2 Windows 8.1 |
|
Windows Server 2012 Windows 8 |
|
JDK / JRE Support
Notes (All Platforms):
ServletExec/AS 2012 supports the following JDK/JREs:
JDK/JRE Vendor | JDK/JRE Version | Vendor URL |
All Vendors | 1.5 or higher | Refer to Vendor |
ServletExec/AS 6.0 is a standalone web application server that hosts Java Servlets and JSPs.
OS / Web Server Support
ServletExec/AS 6.0 is supported on the following systems:
Operating System | Web Server |
Windows Server 2008 R2 Windows 7 (both x86 & x64) |
1.3.9 - 1.3.x 2.0.43 - 2.0.x 2.2.4 - 2.2.x [SJSWS 7.0u1] |
Windows Server 2008 Windows Vista (both x86 & x64) |
1.3.9 - 1.3.x 2.0.43 - 2.0.x 2.2.4 - 2.2.x [SJSWS 7.0u1] |
Windows Server 2003
(both x86 & x64) |
1.3.9 - 1.3.x 2.0.43 - 2.0.x 2.2.4 - 2.2.x [SJSWS 7.0u1] |
SPARC Solaris 10
SPARC Solaris 9 SPARC Solaris 8 SPARC Solaris 7 SPARC Solaris 2.6 (with patch) |
1.3.4 - 1.3.x 2.0.43 - 2.0.x 2.2.4 - 2.2.x [SJSWS 7.0u1] |
HP-UX 11v2 (11.23)
HP-UX 11i v1.0 (11.11) HP-UX 11.0 |
1.3.4 - 1.3.x 2.0.43 - 2.0.x 2.2.4 - 2.2.x [SJSWS 7.0u1] |
IBM AIX 5.3
IBM AIX 5.2 IBM AIX 5.1 |
1.3.4 - 1.3.x 2.0.43 - 2.0.x 2.2.4 - 2.2.x |
Red Hat Linux 9.x
Red Hat Linux 8.x Red Hat Linux 7.x Red Hat EL 5 Red Hat EL 4 Red Hat EL 3 |
1.3.4 - 1.3.x 2.0.43 - 2.0.x 2.2.4 - 2.2.x [SJSWS 7.0u1] |
SuSE Linux 9.1
SuSE Linux 8.2 |
1.3.4 - 1.3.x 2.0.43 - 2.0.x 2.2.4 - 2.2.x |
ServletExec/AS 6.0 is not supported on Windows NT/95/98/Me.
You can download the Solaris 2.6 patch ReadMe from: ftp://sunsolve.sun.com/pub/patches/105181.readme
Notes (UNIX/Linux Only):
SE FAQ #89 may also be of interest.
JDK / JRE Support
Notes (All Platforms):
ServletExec/AS 6.0 supports the following JDK/JREs:
JDK/JRE Vendor | JDK/JRE Version | Vendor URL |
All Vendors | 1.5 or higher | Refer to Vendor |
ServletExec/AS 6.0 does not support JDK/JRE versions prior to 1.5
(The Servlet 2.5 Specification mandates that JVM 1.5 or higher be used.)
A Note about IBM's JDK 1.5 on AIX:
IBM's JDK 1.5 on AIX places the java executable inside .../sdk/jre/bin/
.
But the lib folder alongside that bin folder does NOT contain tools.jar.
tools.jar is found in a lib folder that is 1 level above that "standard" location.
For example:
.../sdk/lib/tools.jar
(i.e. "above" the jre folder).
So if javaHome is:
/usr/installers/jvms/java5/sdk/jre
then a symbolic link for tools.jar must be created if you wish SE to be able to find tools.jar out-of-the-box
(tools.jar is needed in order to run JSP pages).
Here is an example:
ln -s ../lib/tools.jar /lib/tools.jar
Web Server Adapters
ServletExec/AS 6.0 includes web server adapters for the following web servers on UNIX:
- Apache HTTP Server 2.2.0 - 2.2.x
- Apache HTTP Server 2.0.43 - 2.0.x
- Apache HTTP Server 1.3.4 - 1.3.x
- Sun Java System Web Server [SJSWS 7.0u1]
- Sun ONE Web Server 6.1
Please refer to the ServletExec Installation Guide for more details.
Looking for ServletExec 6.0 ISAPI? Please read this FAQ first: #364.