[SourceJammer-users] Installation errors
Brought to you by:
robertmacgrogan
From: Duck <gp...@ti...> - 2002-01-17 03:00:15
|
Hello all. I am trying to get Source Jammer running on Win 98 with Tomcat 3.2.4. Here are my notes from my install so you will know where I am at. Copy unzipped folders for Source Jammer and Tomcat. set JAVA_HOME = jdk directory set SJ_HOME = c:\source~1\server\webapps\source~1\web-inf set TOMCAT_HOME = c:\jakart~1.4 Copy .bat files and XML files as instructed *In start_sourcejammer.bat remove "$@" from end of tomcat_sj.bat call *In tomcat_sj.bat fix returns on set CLASSPATH=. line Change SimpleMapper to SimpleMapper1 in server_sourcejammer.xml Remove SecurityCheck entry in server_sourcejammer.xml *Remove FixHeaders entry in server_sourcejammer.xml *Copy xerces.jar ver 1.4.4 into sj \lib directory The steps marked with a * are undocumented as far as I can tell but they appear to have fixed errors in my installation (also they could be causing them :)) The "$@" was causing Tomcat to give me a syntax description. The CLASSPATH line error was causing an error related to syntax or bad command or some such (I don't recall the exact error). FixHeaders was giving a similar error to SecurityCheck. The xerces file was related to an error that said SAXParserFactory not found. Right now I am getting an error that looks like this when I try to start the server. Starting tomcat. Check logs/tomcat.log for error messages cannot load servlet name: jsp: null cannot load servlet name: jsp: null cannot load servlet name: AppConfigInitServlet: null cannot load servlet name: jsp: null cannot load servlet name: jsp: null cannot load servlet name: jsp: null cannot load servlet name: jsp: null The script just sits there at this point. I have tried connecting to the server in my web browser and using NetCat (port connection software) and do not recieve anything from the server. Any help with this would be greatly appreciated. Also here is the dos window from the run so you can check out my class path and such. C:\jakarta-tomcat-3.2.4\bin>start_sourcejammer Tomcat Home: c:\jakart~1.4 SJ Home: C:\source~1\server\webapps\source~1\WEB-INF Starting tomcat in new window Using classpath: C:\source~1\server\webapps\source~1\WEB-INF\lib\xerces.jar;c:\j akart~1.4\classes;c:\jakart~1.4\lib\webserver.jar;c:\jakart~1.4\lib\jasper.jar;c :\jakart~1.4\lib\xml.jar;c:\jakart~1.4\lib\servlet.jar;C:\source~1\server\webapp s\source~1\WEB-INF\lib\activation.jar;C:\source~1\server\webapps\source~1\WEB-IN F\lib\mail.jar;C:\source~1\server\webapps\source~1\WEB-INF\lib\soap.jar;C:\sourc e~1\server\webapps\source~1\WEB-INF\lib\sj_lib.jar;C:\source~1\server\webapps\so urce~1\WEB-INF\lib\sj_server.jar C:\jakarta-tomcat-3.2.4\bin> Thanks Chris |