Hi, again.
I wrote "jetty-web.xml" and put it into src/main/webapp/WEB-INF/.
When I run jetty with Eclipse plug-in, I've got an error below.
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN"
"http://jetty.mortbay.org/configure.dtd">
<Configure class="org.mortbay.jetty.webapp.WebAppContext">
<New id="sample" class="org.mortbay.jetty.plus.naming.Resource">
<Arg></Arg>
<Arg>jdbc/sample</Arg>
<Arg>
<New
class="org.postgresql.ds.PGConnectionPoolDataSource">
<Set name="User">hoge</Set>
<Set name="Password">hogo</Set>
<Set name="DatabaseName">sample</Set>
<Set name="ServerName">localhost</Set>
<Set name="PortNumber">5432</Set>
</New>
</Arg>
</New>
</Configure>
java.lang.ClassNotFoundException: org.mortbay.jetty.webapp.WebAppContext
I think I need org.mortbay.jetty.webapp.WebAppContext, but I cannot
found it.
Does somebody tell me where it is, please?
I'm using Jetty 6.1-SNAPSHOT on Eclipse.
thanks,
Ken.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]