Hi Pascal,
I ran into similar problems (although I was debugging in Vis Cafe while using
JRUN 2.2
and running in 98). I noticed that the order in which I specified the paths was
for some reason
important. I moved some of the paths around and it started working (I've
included a
snippet from my jsp.properties file below).
I am currently using JWS with Vis Cafe for debugging. If you're only going to be
 debugging
servlets then you can use servlet runner (which I think is free). However it
doesn't serve
html pages and has no support for jsp - which is why I use JWS.
Hope this helps.

java.classpath=
java.args=-noasyncgc -mx32m -cp
classes;\\Jsdk2.0\\lib\\jsdk.jar;;..\\lib\\jrun.jar;..\\classes;..\\examples\\jni

java.exe=..\\jre\\1.1\\bin\\jre.exe
java.path=..\\bin;..\\examples\\jni
jrun.rootdir=..
redirect.stderr=false
java.securitymanager=
redirect.stdout=false
admin.port=7070
admin.bindaddress=*

-Sher

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to