Installation help for Axis on ServletExec
Tested only with ServletExec 4.2
- Install axis
Access the ServletExec Admin UI http://localhost/servlet/admin
Under Web Applications, select manage
Click Add Web Application
- Create Web Application with the following settings:
Application Name: axis
URL Context Path: /axis
Location: <$AXIS_HOME>/webapps/axis
- Leave defaults for the other settings
- Read the "Important" note
Click Submit
- Modify the web server configuration if necessary (see "Important" note above) to add a mapping for the /axis path.
- Test that axis works:
Access http://localhost/axis
Click the Validate link, read what is returned.
Note: You may need to copy jaxrpc.jar and saaj.jar to <$SERVLETEXEC_HOME>/lib
Troubleshooting:
Using iPlanet/SunOne and can't access ServletExec admin servlet?
- Check that Java is disabled in the iPlanet configuration.
Why is http://localhost/axis not found?
The correct url is http://localhost/axis/ (trailing slash)