Database Answers Header Bienecke Library of Rare Document, Yale
How to set-up JRun for Oracle
Home Ask a Question Careers Data Models FAQs SQL Scripts Search Site Map  

1) Your sub domain has been configured for the use of Tomcat for java

2) Connection from .jsp to oracle:
"jdbc:oracle:thin:@orca.scorpions.net:1521:ORA8","userid","password"

i.e. ...
"jdbc:oracle:thin:@orca.scorpions.net:1521:ORA8","bw","m3"

2) Add all necessary drivers for JDBC connection pool in our Java Engine.

3) Refer to this document for implementation for your JDBC connections:
   http://developer.java.sun.com/developer/onlineTraining/Programming/JDCBook/conpool.html#pool

4) Tomcat Configuration:
   /home/barryw/public_html/answers- your tomcat virtual directory,
   any .jsp files placed here will automatically reload.
I have done this.

5) You can call jsp page using :-
   
This is on the GMI Systems Home Page :-
http://barryw.scorpions.net/answers/ShowBook.jsp for Dmitry's ShowBook.
Dmitry's ShowBook

6) Location of your web.xml file
   (this is the main configuration file for servlets) :-
      /home/barryw/public_html/answers/WEB-INF
Copied web.xml

7) We made sample configuration for one servlet follow the same
   pattern as this entry to map your servlets

8) You must request us by email to restart tomcat whenever you update your
      web.xml file (send email to support@scorpions.net  subject: "restart tomcat on doit")
Not done yet.

9) The location of your class files is :-
      /home/barryw/public_html/answers/WEB-INF/classes
Copied Dmitry's class files.

10) You may call a servlet in the
   /home/barryw/public_html/answers/WEB-INF/classes directory
   the following way 
   or  how ever you map it in web.xml
Barry doesn't know what to do here !!!

11) Your taglibs goes here :-
    /home/barryw/public_html/answers/META-INF
Barry doesn't know what to do here either !!!


from :-
   Scorpions Communications, Inc.
   http://www.valudeal.com http://www.scorpions.net
   Customer Service: info@scorpions.net
   Support: support@scorpions.net

[ Home Page | Ask Us a Question | Day in the Life | Email Us | FAQs | Search & Site Map ]

© IceBreaker WebDesigns 2002