|
Hi,
Ok,
looks like you almost got the point, now if you have the servlet.jar file
available to JVM, then it might be the case that servletrunner needs the
"jsdk.jar" for itself... I have not worked with Visual Cafe, but it must be
documented some where, sorry cant help more than this :-) but do let me know
once u solved this problem.
vaince
-----Original
Message----- From: A mailing list for discussion about Sun
Microsystem's Java Servlet API Technology.
[mailto:[EMAIL PROTECTED]]On Behalf Of Carl
Troedsson Sent: Tuesday, January 25, 2000 4:29 PM To:
[EMAIL PROTECTED] Subject: SV: Re: problems with
jar-file
I’m not 100% sure that I have done what you told me, but I think so and it
still doesn’t work. I assume that you mean that I need to set a path for my
servlet engine which is servletrunner when you say that I should set the path
for Java Application Server. Since i’m using Visual Caf� I thoutght that I did
that when I set the the sc.ini file (which I guess is a Visual Caf� specific
file). I have tried to find a way to set a specific path for servletrunner but
in the settings for Visual Caf� i can’t find one.
When I put the servlet.jar file in the sc.ini file and look in the
Environment options in Visual Caf� under "Internal VM" servlet.jar is in the
list of jar-files and directories that the JVM has access to. If I have
misunderstood things, is there a way to set the servletrunners path (or is it
the JVMs path ?) so that it will find the classes it needs ?
I really appreciate your help
/Carl
----- Original Message -----
Sent: Tuesday, January 25, 2000 6:37
AM
Subject: Re: problems with
jar-file
Hi,
Pssoible problem areas
1
)Have u changed the path in the Java Application Server too? i mean the path
to jsdk.jar to servletr.jar ?
2)
In case the answer to question 1 is Yes, then the server needs jsdk.jar for
its own operations...
Plz let me know when u solve this problem
...
vaince
Hi,
I wrote earlier and asked if anybody knows why I can’t execute my
servlets if I replace jsdk.jar with servletr.jar. I had to replace it
because I need methods that are not part of jsdk.jar and now it’s possible
to compile but not to execute the servlets. If somebody knows what I�m
doing wrong I would appreciate it very much if you could help me.
|