Applications
- Getting started
- Definitions
- First program
- Characters and Strings
- Object and methods
- Arrays and Circles
- Exceptions
- The main method
- Reading
- Writing file
- Vectors
- Stacks
- Map The Dictionary
- Lists
- Linked lists
- Collection
- Interfaces
- Scanner
- StringTokenizer
- Generics
- JDBC
- DataBase Queries
- JSP, The main step
Graphics
Applets
- Regards
- One Picture
- Calculator
- Random pictures
- Bouncing picture
Swings
- Buttons listeners
- TextFields
- Swing Example
JavaBeans
- The first step
- Example
© The scientific sentence. 2010
|
HowTo: JDK1.5, JDK1.6, Apache2.2, Tomcat6.0, and Oracle 10g
Java, Apache, Tomcat, Oracle Database: How to
|
|
| Â Â
|
II. Tomcat:
Go to :
http://tomcat.apache.org/download-55.cgi
Under Download, click on :Tomacat 6.x,
then “Binary Distributions” then “Core” .
Download the “apache-tomcat-6.0.14.zip” file
Once downloaded, use “winrar” (or another like WinACE)to unzip the file,
so it creates a “Tomcat 6.0” folder on the C: drive like the following
directory "C:\Program Files\Apache Software Foundation\Tomcat 6.0".
Set the CATALINA_HOME
Sittings - Control Panel - System - Advanced - Environment Variables
CATALINA_HOME C:\Program Files\Apache Software Foundation\Tomcat 6.0
and the classpath:
CLASSPATH C:\Program Files\Apache Software Foundation\Tomcat 6.0\lib\servlet-api.jar;
|
|
|
  |
|