Josh,
I changed my web.xml to what you have below.  Now I get this error:

Configuring web service using "default"
Configuring web service using 
"file:/usr/local/bin/tomcat/webpages/WEB-INF/web.xml"
config parse: can't read config: SAXParseException: null : 12
   msg : Expected "</serlet-name>" to terminate element starting on line 12.
This is what is in my web.xml file (I removed what was in there before).
<web-app>

<servlet>
     <serlet-name>Turbine</servlet-name>
     <servlet-class>Turbine</servlet-class>
     <init-param>
         <param-name>properties</param-name>
<param-value>/usr/local/bin/JetSpeed/src/config/TurbineResources.properties< 
/param-value>
     </init-param>
</servlet>

And in my TurbineResources.properties I edited to reflect where the 
Jetspeed properties file was.
#the properties file for JetSpeed
jetspeed.properties=/usr/local/bin/tomcat/etc/JetSpeedResources.properties

Thanks for your help.

Dave

--
Dave Blackett
UNIX is user friendly. It's just selective about who its friends are.


--
--------------------------------------------------------------
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