Hello,
I am trying to install JCVSlet 0.9.5 on Apache 1.3.9 with Tomcat 3.1 on a Sparc-solaris machine.
I got to the point where I get the first page in the browser - the "Welcome to the jCVS Servlet
page...." displaying my top level project. I'm not clear what additional configuration I should do
to be able to drill down into CVS repository. The link shown looks like "/jcvslet/list/somsj" and I
don't know to configure the /list/ portion of it.
Error:"The requested URL /jcvslet/list/somsj was not found on this server"
I would greatly appreciate if anyone could give me a hint -- I'm very, very new on the block.
Thank you,
Alexandra
P.S. If might give any clue...
0) I'm running
java version "1.2.1"
Solaris VM (build Solaris_JDK_1.2.1_04, native threads, sunwjit)
Here are my the configuration files I filled following the manual/config from the bundle
I've downloaded.
1) From the web.xml:
<servlet>
<servlet-name>
jcvslet
</servlet-name>
<servlet-class>
com.ice.jcvslet.JCVSlet
</servlet-class>
<init-param>
<param-name>JCVSLET_HOME</param-name>
<param-value>/usr/local/tomcat/jcvslet/config</param-value>
</init-param>
</servlet>
<servlet-mapping>
<servlet-name>
jcvslet
</servlet-name>
<url-pattern>
/jcvslet
</url-pattern>
</servlet-mapping>
2) From jcvslet.properties:
JCVSlet.projects=somsj
JCVSlet.index.title=jCVS Home
JCVSlet.index.intro=\
<img src=""/examples/images/logo.gif">" \
<blockquote> \
Welcome to the jCVS Servlet page. \
<p> \
JCVS is a suite of Java packages that provides a 100% Java \
client/server protocol implementation, Swing based \
GUI client, and servlet based web service for CVS. \
JCVS was originally authored in 1996. In 1999, the jCVS Servlet \
was authored, which allows jCVS to present any CVS repository \
on the internet in a web browser. \
<p> \
This site is using jCVS Servlet release <b>{1}</b>.\
<p> \
This page presents a cvs repository collection. From this page \
you should ultimately be able to browse, or link to a browser of, \
virtually any publicly available CVS repository on the web. \
</blockquote>
3) #
# ICE Engineering's com.ice
#
JCVSlet.project.type=jcvs
JCVSlet.project.name=SOMS Java
JCVSlet.project.title=SOMS Java Clients
JCVSlet.project.home=http://tekton/examples/jcvslet
JCVSlet.project.desc=\
This is the Java code repository for SOMS.
JCVSlet.project.host=tekton
JCVSlet.project.root=/sigma/archive/soms
JCVSlet.project.module=sigma
JCVSlet.project.user=geraldb
JCVSlet.project.pass=java
JCVSlet.project.local=/usr/local/tomcat/jcvslet/work
JCVSlet.project.temp=/usr/local/tomcat/jcvslet/temp
#JCVSlet.project.path=soms
#JCVSlet.project.codir=src
# ---------------------------------------------------------------------
#
# These are the project's preferences.
#
# Determines if the working directory link from the little icon next
# to a directory listing file item is active or not.
JCVSlet.project.wdactive=true
# This prefixes links that point directly at the working directory file.
# Since this path is rarely under the www doc tree, the server usually
# defines an alias to point to the directory, and this is that.
JCVSlet.project.wdalias=/jcvslet
# Wether or not to show the documentation link.
JCVSlet.project.showdoclink=true
# Wether or not to show the download link.
JCVSlet.project.showdownlink=true
# Wether or not to show the update link.
JCVSlet.project.showupdlink=true
# This is the prefix put in every JavaDoc link URL.
JCVSlet.project.javadocroot=http://www.gjt.org/javadoc
# A list of project names to disallow for download
# These are globber expressions.
JCVSlet.project.downavoid=\
top top.com top.org top.gnu top.net top.com.ice top.org.gjt
JCVSlet.project.linkrowbg=\#FFFFD0