[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Re: [jcvs] jCVS Servlet help
Hi Tim,
ok!!
I succeeded to run those "things" :
>
>
> Well, you should have a servlet zone defined, typically '/servlets/'.
> To access the servlet without an alias, you might use the URL
>
> http://my.host.name/servlets/com.ice.jcvslet.JCVSlet/index.html
>
> Of, say you aliased the servlet to be "JCVSlet", then you might use:
>
> http://my.host.name/servlets/JCVSlet/index.html
>
>
in fact the issue was that I need a separate jcvs.properties for my jcvs
zone.
(with my alias servlet, my initargs)
But now, I have no project once I run it.
Do I miss something else (of course I have a jcvslet.properties in my
JCVSLET_HOME with a "JCVSlet.projects=myproj" and a corresponding
myproj.properties)?
thanks