I want to use the  PROJECT servelt and i read the README file in
<jetspeed-home</src/java/org/apache/jetspeed/project.
With TOMCAT 3.1 How i can configure my web.xml file?
This servlet does'nt work .
I have a error :
Execption connecting database : java.Lang.illegalArgumentException :
could not get name from database : java.lang.NullPointerException
could not get employees list from database :
java.lang.NullPointerException

my web.xml is

<servlet>
<servlet-name>
project
<servlet-class>
org.apache.jetspeed.project.Project
<init-param>
<param-name>
properties
<param-name>
</param-value>
/usr/jetspeed/src/config/Project.properties
</param-value>
</init-param>
</servlet>

and in Project.properties is :
org.apache.jetspeed.project.content_drirectory=webapps/content/static
org.apache.jetspeed.project.jdbcdriver=org.gjt.mm.mysql.Driver
etc.


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to