[SourceJammer-users] Re: Can't find tomcat/classes directory
Brought to you by:
robertmacgrogan
From: Robert M. <rob...@ya...> - 2002-01-16 23:14:12
|
Hi, Ray. (sorry if you get this twice) I'm perfectly happy to try to help you out. First of all, is this even a fatal error? The script seems to continue executing after failing to fine the tomcat/classes directory. You can check if you SJ server is running by hitting it's URI with a web broswer. You should get a message if it is running. If this does cause the script to choke, you can comment out that part of the sj_tomcat.bat file. I think the line is: set CLASSPATH=%TOMCAT_HOME%\classes You should check the FAQ on the sourcejammer.org site about how to modify your server_sourcejammer.xml file to work with later versions of Tomcat. Hopefully some of this is helpful. If not, please let me know. --Rob --- Ray Greene <ra...@es...> wrote: > Hi Robert, > > I'm trying out SourceJammer but I'm having some > trouble installing the > server. I'm using Windows 2000 and Java 1.3.1. > > I have Jakarta-Tomcat 3.2.4 installed in the default > directory and set up > as per the instructions. It appears to be working > OK. > > I have installed SourceJammer in the default > directory and set it up as > per the readme. When I try to start it I get the > following in the DOS > window: > > C:\JAKART~1.4\bin>start_sourcejammer > Tomcat Home: C:\jakarta-tomcat-3.2.4 > SJ Home: > c:\SourceJammer\server\webapps\sourcejammer\WEB-INF > Starting tomcat in new window > Using classpath: > c:\SourceJammer\server\webapps\sourcejammer\WEB- > INF\lib\xerces.jar; > C:\jakarta-tomcat-3.2.4\classes; ***this folder > doesn't exist*** > C:\jakarta-tomcat-3.2.4\lib\webserver.jar; > C:\jakarta-tomcat-3.2.4\lib\jasper.jar; > C:\jakarta-tomcat-3.2.4\lib\xml.jar; ***this file > doesn't exist*** > C:\jakarta-tomcat-3.2.4\lib\servlet.jar; > c:\SourceJammer\server\webapps\sourcejammer\WEB- > INF\lib\activation.jar; > c:\SourceJammer\server\webapps\sourcejammer\WEB-INF\lib\mail.jar; > c:\SourceJammer\server\webapps\sourcejammer\WEB-INF\lib\soap.jar; > c:\SourceJammer\server\webapps\sourcejammer\WEB-INF\lib\sj_lib.jar; > c:\SourceJammer\server\webapps\sourcejammer\WEB- > INF\lib\sj_server.jar > > I'm wondering, due to the missing file and folder in > the classpath, whether > the problem lies with the version of Jakarta-Tomcat > I'm using. I see that > SourceJammer is based on 3.0 but 3.2.4 is the oldest > version I can find > on jakarta.apache.org. > > I know nothing about Java so the problem could be > something quite > obvious, but I have rechecked the documentation > several times. > > The SourceJammer client runs OK, but has nothing to > connect to. > > I would be grateful for any advice you could offer. > > Regards, > Ray Greene. > __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ |