Jon Stevens wrote:
> Now I get this:
>
> HTTP Status 500 - No Context configured to process this
> request
>
> Using this url:
>
> http://localhost:8080/servlet/scarab/template/Register.vm
>
This URL wants the root context, because there is no "/scarab"prefix on the front.
>
> And this in my server.xml:
>
> <Context path="/scarab" docBase="scarab" reloadable="true">
> <!-- <Loader checkInterval="3"
> className="org.apache.catalina.loader.StandardLoader"/> -->
> </Context>
>
And this path means you are defining a context at path "/scarab" and therefore no
root webapp exists. Go back to path="" and this will work. (Or, add "/scarab" to
the front of the URI.)
>
> Again, you can always do your own testing by checking out the Scarab CVS
> sandbox. :-)
>
I'm using it.
The problem is that when you use <Loader> yourself, the parent class loader is not
getting initialized. Fix is in the process of getting debugged.
>
> -jon (feeling like a bleeding edge bug finder) stevens
>
Craig
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]