[Mulgara-general] Tomcat cannot find

Paul Gearon gearon at ieee.org
Tue Sep 23 05:11:21 UTC 2008


On Mon, Sep 22, 2008 at 11:14 PM, Rune Stilling <subs at rdfined.dk> wrote:
> I have setup the a Mulgara server and deployed the Mulgara WAR-file.
> The server is modified to run on port 8083. When I try to run the
> Tomcat application I get the following error:
>
>> SEVERE: Error loading WebappClassLoader
>>   delegate: false
>>   repositories:
>> ----------> Parent Classloader:
>> org.apache.catalina.loader.StandardClassLoader at 186c6b2
>>  org.mulgara.server.ServletMulgaraServer
>> java.lang.ClassNotFoundException:
>> org.mulgara.server.ServletMulgaraServer
>>
>
> I have no problems connecting with iTQL-client.

I haven't been maintaining the WAR file, since I don't know how it's
supposed to be used in deployment.

Looking at the config that builds the WAR file I found the following:

    <!-- WARNING: The ServletMulgaraerver class hasn't been ported yet, which
                  is why it gets removed here.  Eventually it needs to be
                  ported properly. -->

Followed by a copy task with the following attribute:
    excludes="**/ServletMulgaraServer.java"

I have no idea what this "port" was all about, nor why it is expected
to not work here. It'd be easy enough to stop excluding this class
from the WAR, but I don't know what would happen if I did.

Paul



More information about the Mulgara-general mailing list