Re: [SourceJammer-users] Re: What Can do for the SourceJammer
Brought to you by:
robertmacgrogan
From: Stan W. <won...@ya...> - 2002-02-11 20:43:44
|
I installed Tomcat 4.0 but found that it organizes its directories differently. I didn't take the time to figure out the differences and fell back to 3.2.4. Now that I've figured out how to get SJ working with Tomcat 3.2.4 it doesn't look too hard to rewrite the scripts to account for the Tomcat 4.0 directory changes (famous last words!). -- Stan Wong Robert MacGrogan wrote: > Hi, Mark. > > I'm afraid I have not tested SJ under Tomcat 4.0. In > fact, I have not used Tomcat 4.0 at all. I don't even > know if 4.0 uses the org.apache.tomcat.startup.Tomcat > class. > > I think the easiest thing for you to do would be to > download Tomcat 3.2.4. But if you want to keep trying > to get SJ up under TC 4, that would be great. In fact, > that would be a great contribution to the project. > Your best bet is probably the documentation and user > lists at jakarta.apache.org. > > Thanks. > > --Rob > > > --- Mark Gao <mar...@ya...> wrote: > >>Hi, Rob, >> >>I installed the SJ binary packages( server 1.1 beta >>2.1 , client 1.1 beta 4) this weekend but could not >>start the server: >> >>Exception in thread "main" >>java.lang.NoClassDefFoundError: >>org/apache/tomcat/startup/Tomcat >> >>My environments are set to: >>JAVA_HOME=/usr/java/jdk1.3.1_02 >>CATALINA_HOME=/usr/local/jakarta-tomcat-4.0.1 >>Apache2 is installed in /usr/home/apache2 >> >>Since the Tomcat is installed in >>/usr/local/jakarta-tomcat-4.0.1, I've changed the >>tomcat home directory in start_sourcejammer.sh and >>tomcat_sj.sh accordingly. >> >>Apache2 and tomcat 4.0.1 are started successfully. >> >>Thanks, >> >>Mark >> >> >> >>--- Robert MacGrogan <rob...@ya...> >>wrote: >> >>>Hi, Mark. >>>You need to run the server in some kind of >>>servlet/JSP >>>container. Tomcat is the default because it works >>>great and is free. So you will need Tomcat on your >>>system. The server also requires a number of >>> >>script >> >>>and configuration files. The easiest way to >>>understand >>>all of this is to go ahead and download one of the >>>server binary installation packages from the >>>download >>>page. >>> >>>The client also requires a config file and a >>>particular directory structure, so you should >>>probably >>>download the client binary installation as well to >>>get >>>started. >>> >>>Hope that helps. Let me know if you have any >>>questions >>>or problems. >>> |