the
servlet is now again: turbine.java
Its in
turbine.jar, and the full path to it is
org.apache.turbine.Turbine.java
in the
web.xml, you can set it up as:
<servlet-class>
org.apache.turbine.Turbine
</servlet-class>
org.apache.turbine.Turbine
</servlet-class>
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]
Sent: Monday, December 11, 2000 9:56 AM
To: [EMAIL PROTECTED]
Subject: RE: Updating from CVSDavid,Thanks for the reply.I don't have either of these files on my system, but I get an error message from the CVS server every time I try to do an update. The error message is:cvs server: nothing known about src/java/org/apache/jetspeed/Jetspeed.java
cvs server: nothing known about xdocs/profiler.xmlI actually don't have _any_ files in the src/java/org/apache/jetspeed directory, just a bunch of subdirectories.What is the name of the servlet? The install guide that Ernest Ros provided to this list showed the servlet class being org.apache.jetspeed.JetspeedServlet, but I don't get this file from CVS either. As a result, I'm stuck. I had been able to get 1.2b1 working, but it had a lot of bugs that have supposedly been fixed in the current CVS version and I am anxious to try it out.- Tim Taylor-----Original Message-----
From: David Sean Taylor [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 11, 2000 12:33 PM
To: JetSpeed
Subject: RE: Updating from CVSTim,Jetspeed.java isn't used anymore, so delete it from your hard-drive and the cvs error will go away.profiler.xml is probably my problem. I checked this in originally as 'P'rofiler.xml.I was then told that the filename should be all-lower case, so I then deleted it from cvs, and rechecked in as 'p'rofiler.xml.Try making sure that you only have an all lowercase profiler.xml on your local system only, and try to update again.-- David-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]
Sent: Monday, December 11, 2000 9:16 AM
To: [EMAIL PROTECTED]
Subject: Updating from CVSCan someone please send me the files src/java/org/apache/jetspeed/Jetspeed.java and xdocs/profiler.xml?I get a CVS server error message saying that nothing is known about these files whenever I try to do an update from CVS. These files also don't show up in the CVSWeb interface either. Is someone working on fixing this CVS issue so that we can successfully do updates?Thanks in advance.- Tim Taylor
