Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] jndi

Hi,
I tried to migrate a project from jetty6 to jetty 7 that ran cool but the data sources there's no way to work.
When I start using embedded jetty, everithing works fine. But, when I try to deploy on server, the error occurs.
He is not finding the classes jetty-plus, while the jar is in the lib and I'm passing the etc/jetty-plus.xml on the command line.
My command line to the jetty was: java -DOPTIONS=All -jar start.jar etc/jetty.xml etc/jetty-plus.xml 
If anyone has any experience or idea will be very welcome.
Above the error log.
Thank you.




2009-10-21 17:14:44.537:INFO::Logging to StdErrLog::DEBUG=false via org.eclipse.jetty.util.log.StdErrLog
2009-10-21 17:14:44.846:WARN::Config error at <New class="org.eclipse.jetty.plus.jndi.Resource"><Arg><Ref id="wac"/></Arg><Arg>jdbc/ailessite</Arg><Arg>
            <New class="org.postgresql.ds.PGPoolingDataSource"><Set name="User">USER</Set><Set name="Password">PASS</Set><Set name="DatabaseName">wings</Set><Set name="ServerName">192.168.1.200</Set><Set name="PortNumber">5432</Set><Set name="initialConnections">5</Set><Set name="maxConnections">50</Set></New>
        </Arg></New>
2009-10-21 17:14:44.847:WARN::EXCEPTION 
java.lang.ClassNotFoundException: org.eclipse.jetty.plus.jndi.Resource
Diego Fincatto
Analista de Sistemas

Email: dfincatto@xxxxxxxxxxxxxxxx
Fone/Fax: +55 (48) 3035-9735

Escritório Regional: SC
Esta mensagem foi enviada pela Wmix Distribuidora Ltda, para uso exclusivo do destinatário, podendo conter informações confidenciais. Se for recebida por terceiro que não o destinatário, deve ser apagada imediatamente do seu computador e a Wmix Distribuidora Ltda notificada (sac@xxxxxxxxxxxxxxxx). As informações aqui prestadas não podem ser distribuídas ou reproduzidas sem a expressa autorização da Wmix Distribuidora Ltda.


Back to the top