You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by ge...@ws.apache.org on 2004/12/28 17:12:23 UTC

[Apache Web Services Wiki] New: FrontPage/Axis/Install/ServletExec

   Date: 2004-12-28T08:12:23
   Editor: RickKellogg
   Wiki: Apache Web Services Wiki
   Page: FrontPage/Axis/Install/ServletExec
   URL: http://wiki.apache.org/ws/FrontPage/Axis/Install/ServletExec

   no comment

New Page:

##language:en
'''Installation help for Axis on [http://www.newatlanta.com ServletExec]'''

Tested only with ServletExec 4.2

 *  Install axis
 *  Access the ServletExec Admin UI [http://localhost/servlet/admin 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 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)