How do paths work in ear and war files?

Specifically, I need to send the html doc root to a servlet. In web.xml I've
got:

<servlet>
<context-param>
    <param-name>_root_path</param-name>
    <param-value>WHAT IS THIS RELATIVE OR ABSOLUTE TO???/doc_root/</param-value>
</context-param>
</servlet>

When we ran this in WebLogic, we had a system file path.

Thanks,

Jamie Orchard-Hays




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to