Vincent Massol wrote:

>
>>-----Original Message-----
>>
>>>
>>After re-reading the documentation again it seems clear that there are
>>
>2
>
>>JVMs at work here, and that I need to be careful to distinguish
>>classpaths for each of them, however my fundamental problem is that
>>while the documentation tells me to make sure that jars and paths are
>>
>in
>
>>the client side classpath or server side classpath, it is not clear
>>
>how
>
>>I set one or the other.
>>
>>I mean I know how to set a classpath, but last time I looked I has one
>>classpath in my programming environment,i.e.
>>
>>export CLASSPATH="%CLASSPATH:/blah/blah/blah"
>>
>>will set my one and only classpath.  How can I set the clients and
>>server classpaths differently?
>>
>
>Sam,
>
>Yes, there are 2 JVMs : one that you start when you start the JUnit Test
>Runner and one that is started when you start your server. Again, you
>should read the Getting started guide
>(E:\Dev\jakarta-cactus\documentation\dist\doc\getting_started.html). It
>explains *in detail* how you would configure your classpaths.
>
Well it might tell me in detail, but all it says is that I need to do 
different things for my client-side and server-side classpaths.  Now I 
very well understand what client-side and server-side means, but there 
is nothing I can see in this documentation that tells me how to set them 
differently from one another, i.e. it just says

"you need to have the following jars and classes in your client side 
classpath "

I mean I'm beginning to get the feeling that the client side classpath 
is the one I set in the environment that I run cactus in, and that the 
server side classpath is the one that is part of the webapp, but that is 
by no means clear.

>However you said you were using the Samples as provided by Cactus. If it
>is the case you shouldn't touch anything at all.
>
Right, I've never tried to create my own application, I'm just trying to 
run the sample, and it was running the sample that I got the original 
error about ServletInit and testSetAttribute.  You then told me to 
re-read the documentation on getting started and on configuration that 
seems to refer to testing one's own application, which I re-iterate I 
have never tried to do.

I do hope you can help me solve this problem with *the sample 
application*, because I would very much like to get it to run on my 
computer.

Thanks in advance.

CHEERS> SAM



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to