Re: Modules by Server-Host

2004-06-02 Thread Martin Gainty
Ole- You could setup the Action execute method to return mapping.findForward to different JSPs based upon the Hostname that is embedded within Request object InetAddress.getByName(request.getRemoteAddr()).getHostName() see http://www.coreservlets.com/Apache-Struts-Tutorial/Struts-Actions.html#Ex2-S

RE: Modules by Server-Host

2004-06-02 Thread Martin Gainty
Ole- The module can use either an absolute path or relative to server root using the loadfile tag Here is the documentation http://httpd.apache.org/docs-2.0/mod/mod_so.html#loadfile Is this what you are looking for? Martin Gainty (cell) 617-852-7822 (e) [EMAIL PROTECTED] (http)www.laconiadatasyst