[SourceJammer-users] Re: Starting SJ in Tomcat 3.2.4
Brought to you by:
robertmacgrogan
From: Robert M. <rob...@ya...> - 2002-01-17 19:56:57
|
Hi, Ray. I think I may know what the problem is. I think the script is sending an invalid parameter to tomcat 3.2.4 (it was valid under earlier versions). Try modifying your start_sourcejammer.bat by replacing the following line: call %TOMCAT_HOME%\bin\tomcat_sj start -f %TOMCAT_HOME%\conf\server_sourcejammer.xml "$@" with call %TOMCAT_HOME%\bin\tomcat_sj start -f %TOMCAT_HOME%\conf\server_sourcejammer.xml (In other words, just get rid of that "$@" at the end.' You'll probably need to make the same change to your stop_sourcejammer.bat file. Please let me know if this works for you. --Rob --- Ray Greene <ra...@es...> wrote: > On 17 Jan 2002, at 7:33, Robert MacGrogan wrote: > > > Hi, Ray. > > > > > It opens another DOS box briefly then closes it. > I'm > > > unable to see what is > > > in the second box. What exactly should I see if > it > > > starts correctly? > > > > The 2nd DOS window will stay open and will display > > some messages. It is definitely not starting. Try > > changing the tomcat_sj.bat file so that Tomcat > does > > not start in a new DOS window so you can see your > > error messages. > > > > Look for the section ":startMeUp". Then change the > > line that begins: > > > > start java %TOMCAT_OPS% > > > > to: > > > > java %TOMCAT_OPS% . . . > > > > In other words, just remove the word "start". This > > should launch Tomcat in your current DOS window, > so > > you will be able to see all the messages when it > > crashes. Then send those messages to me. > > Hi Rob > > OK, here it is: > > 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; > 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; > 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 > Usage: java org.apache.tomcat.startup.Tomcat > {options} > Options are: > -config file (or -f file) Use this file instead > of server.xml > -help (or help) Show this usage > report > -home dir (or -h dir) Use this directory as > tomcat.home > -stop Shut down currently > running Tomcat > C:\JAKART~1.4\bin> > > Not much appears to be happening at all. > > Regards, > Ray. __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ |