JSP Klima einstellen
|
F�r die Einstellung des JSP Klimas solltest du ein JDK (Java Development Kit) haben.
|
Setting up the JSP
|
Download the latest JDK from the following URL:
http://java.sun.com/javase/downloads/index.jsp
Install through the setup.
One of the main problems of new Java developers have is setting the PATH and
CLASSPATH.
For Windows 95/98/ME you edit the AUTOEXEC.BAT file with the new PATH and
CLASSPATH
set the path and reboot your machine.
For Windows 2000/XP you edit the environment variables.
(Control Panel -> System -> Environment Variables).
|
Read the installation instructions properly as it may change with future
releases. What you do is add the location of java's bin folder to the Path
variable and the classes you want in the CLASSPATH variable
|
For Tomcat setup
|
To download Tomcat (current version 5.),go to the following URL:
http://tomcat.apache.org/download-55.cgi
Unzip the file into a directory and set an environment variable TOMCAT_HOME to
your main Tomcat directory:
For example,
set TOMCAT_HOME=c:\tomcat
To start the server change to the tomcat\bin directory and type:
startup
Open a web browser and in the address box type:
http://localhost:8080/ - this displays the example page.
Place any new JSP files in the "webapps" directory under your installed Tomcat
directory.
For example,to run "first.jsp" file,copy the file into the "webapps/ROOT"
directory and then open a browser to the address:
http://localhost:8080/myfirst.jsp
This will show you the executed JSP file.
|
|
|
Keywords: jsp tutorial,
jsp tutorials,
jsp architecture,
jsp examples
jsp faq,
jsp documentation,,
jsp overview,
jsp projects,
jsp introduction,
java environment,
jsp applications
jsp programming,
jsp samples,
jsp api,
jsp specification,
jdbc jsp,
jsp example,
jsp j2ee,
jsp beans,
jsp project,
jsp sun,
jsp jboss,
jsp code,
java jsp,
ejb jsp,
session jsp
jsp xml,
jsp database,
jsp servlets,
jsp object,
environment project,
jsp tomcat,
jsp performance,
sample jsp,
jsp bean
database environment,
jsp context,
jsp server,
jsp servlet,
j2ee environment,
jsp configuration,
jsp applet,
mysql jsp,
jsp struts,
jsp container,
jsp connection,
jsp weblogic,
jsp development,
jsp hibernate
|