Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

The tomcat parameters

Status
Not open for further replies.

azadehhomayoun

Programmer
Joined
Dec 11, 2006
Messages
1
Location
FR
Hi
I am new using apache so maybe my question sounds stupid.
My program gets tomcat exception so i have been told to put this command on the line of start of the server, but I have no idea where shall I put it and how .can someone help:(I know my problem sounds stupid, but believe me , I am new)


$JAVACMD $TOMCAT_OPTS -Djme.db.protocol.sybase.driver=com.sybase.jdbc2.jdbc.SybDriver -Djme.db.protocol.oracle.driver=oracle.jdbc.driver.OracleDriver -Djme.db.protocol.mssql.driver=com.microsoft.jdbc.sqlserver.SQLServerDriver -Djme.db.protocol.sybase.interface=file:/DBAP02/dbaapp/clients/sybase/v12.5/interfaces -Djme.db.protocol.oracle.tnsnames=file:/DBAP02/dbaapp/clients/oracle/v8.1.7/network/admin/tnsnames.ora -Djme.db.protocol.mssql.interface=file:/DBAP02/dbaapp/clients/sybase/v12.5/interfaces -Dtomcat.home=${TOMCAT_HOME} org.apache.tomcat.startup.Tomcat "$@" &




thanks in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top