|
So what you say is i can go to http://tomcat.apache.org/ download zip file, unzip on AS400 IFS >folder and run tomcat using catalina.sh file?
Yes. (also see below)
so if my http://as400:8080 i should get the admin screen?
Yes. Many people hook up Tomcat to their HTTP server and Sal had a link as how to do it: http://www.mrc-productivity.com/members/manual/servletmanual/Tomcat_Install_Instructions.htm Downloaded catalina.sh may look a little messy but you can always make your own like this: export COMMAND='chgjob job('$JOBNAME') runpty(14)' system $COMMAND export QIBM_MULTI_THREADED=Y export -s JAVA_HOME=/QIBM/ProdData/Java400/jdk14 export -s CATALINA_HOME=/tomcat export -s CATALINA_BASE=$CATALINA_HOME CP=$CATALINA_HOME/bin/bootstrap.jar:/QIBM/ProdData/Java400/jdk14/lib/tools.jar export -s CLASSPATH=$CP java -Duser.dir="$CATALINA_BASE" -Dcatalina.base="$CATALINA_BASE" -Dcatalina.home="$CATALINA_HOME" -Djava.version=1.4 org.apache.catalina.startup.Bootstrap "$@" start Ashish Kulkarni wrote:
HiSo what you say is i can go to http://tomcat.apache.org/download zip file, unzip on AS400 IFS folder and run tomcat using catalina.sh file? so if my http://as400:8080 i should get the admin screen? Ashish --- Bruce Jin <brucej@xxxxxxxxxxxxxxxxxxxx> wrote:I can hardly think of anything that is different asfar as installing Tomcat on AS400 versus on any other boxes. Maybe the shipped startup script catalina.sh should be modified slightly to point to your desired JDK on your AS400. The newer Tomcat download may have something for AS400 startup already.1. what is the latest version, - depends on AS400 JDK. Tomcat 5 may need JDK1.4 2. how do i install it, - Copy Tomcat folder to IFS. 3. How do i configure this tomcat -- Change server.xml 4. how do i add install my war file on it -- Copy war file to webapps folder or use Tomcat manager.Regards.Ashish Kulkarni wrote:Hi Does anyone have links about installing tomcat on AS400,1. what is the latest version, 2. how do i install it, 3. How do i configure this tomcat,4. how do i add install my war file on it Any information will be helpful Regards Ashish A$HI$H____________________________________________________________________________________Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mailbeta.http://new.mail.yahoo.com-- This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/java400-l or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l.____________________________________________________________________________________Don't get soaked. Take a quick peak at the forecast with the Yahoo! Search weather shortcut. http://tools.search.yahoo.com/shortcuts/#loc_weather
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.