Duc –

If you’re looking for some way to have the ./startup.sh command ran at boot time, then you might want to try something as

Follows.

This is SuSE but I’m sure there is a similar file used in Slack.

/etc/boot.local is the file SuSE used to run startup scripts after it enters run level 3

JAVA_HOME=/opt/jdk1.3 ; export JAVA_HOME

TOMCAT_HOME=/opt/jakarta_tomcat ; export TOMCAT_HOME

/opt/jakarta_tomcat/bin/startup.sh

HTH…….



----- Original Message -----
From: Duc Nguyen <[EMAIL PROTECTED]>
Date: Wed, 12 Jun 2002 12:46:42 -0400
To: [EMAIL PROTECTED]
Subject: Set up Development environment.

Hi all,
I have a web application that I developed using JSP + Servlet.  I'ts working fine in Window 2000 ( this is the plat form I've used to developed in).  Now my boss want me to deploy this application in SlackWare which is Linux Stuff.  I've tried to install JDK1.4 which I have no problem. I am having a problem with Tomcat.  it doesn't know the startup.sh command.  Is there a trick to install any of this stuff under Linux environment?  Do I have to install everything under the root folder?  Currently I have everything under my user account.
 
Thanks,
Duc


Chat with friends online, try MSN Messenger: Click Here
=========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com --

_______________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com

Save up to $160 by signing up for NetZero Platinum Internet service.

=========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com

Reply via email to