Hi All,

        I'using Apache/1.3.23 (Win32) Resin/2.0.3 and I've installed the web tools
for sapdb. But the suggested installation prevents resin to work fine. The
following lines from the install docs are the recommended ones for
httpd.conf ( apache config file ):
LoadModule WebAgentModule "D:/sapdb/web/pgm/wapiap.dll"
<Location />
  SetHandler webagent
</Location>

        This lines allow sapdb to be managed from apache, but disables the resin
paths '/'. This is a problem for me because my app is resin based ( ssl and
jsp and servlet processing ). How can I change the Location directive to
allow resin to work properly ?
        I've tried the following changes:
<Location /sapdbadmin>
  SetHandler webagent
</Location>

        But now url's like http://idefix/sapdbadmin/webdbm doesn't work, file not
found.

        Any idea ?

        Best regards,
        Joan




_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to