1: Download eclipse Java EE Development Platform address: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/ Luna/sr1/eclipse-jee-luna-sr1-win32.zip
2: Download tomcat Web container address: http://tomcat.apache.org/download-80.cgi
3: Install Tomcat
3.1: Download install Java Run or development environment JDK or JRE address: http://www.oracle.com/technetwork/java/javase/d
1. Download Tomcat plugin
Download Address: The Http://www.eclipsetotale.com/tomcatPlugin.html,tomcat plugin version is best to correspond to the Eclipse version, or there will be an issue that cannot be installed.
2, install the plug-in
Unzip the downloaded package into the plugins directory of the Eclipse directory
Restart Eclipse, the Tomcat icon appears in
Tags: cal common data Source Comm HTTPS creates interface complex RGScollection (+) Tomcat has been using COMMONS-DBCP as a connection pool for the previous version of 7.0, but DBCP has been criticised for the following reasons:
DBCP is single-threaded, in order to ensure that the entire connection pool is locked by the line Shuo plenary
DBCP Poor performance
DBCP is too complex, more than 60 classes
DBCP using static interface,
We downloaded Tomcat, so what about the Tomcat environment variable configuration? The following small series and you share under the configuration of Tomcat environment variables.
Tomcat installation version
1.JDK: Version for Jdk-7-windows-i586.exeDownload Address http://www.oracle.com/technetwork/java/javase/downl
Configure Tomcat for iOS-Mac [configure Tomcat for Mac] and ios-mactomcatTomcat configuration
1. Official website download Tomcat configuration package: http://tomcat.apache.org/download-70.cgi
2. after downloading the package, rename the unzipped Folder: ApacheTomcat (this name can be used at Will) and put it in a file directory. I put it in: /Users/computer us
After the Tomcat server is installed, first enter the user name and password for login. However, during tomcat installation, it seems that we didn't set the user name and password. At this time, some people may be crazy, some people suddenly forget their usernames and passwords. How can this problem be solved?
No worries. During tomcat installation, the user is n
Tomcat Configuration1. Download the Tomcat configuration package on the website: http://tomcat.apache.org/download-70.cgi2. After the download, the extracted entire folder renamed: Apachetomcat (this name casually), and then placed in a file directory, I put it in:/users/computer user name/library;3. Open the terminal into the Bin folder directory in the Apachetomcat file;4. Then start
Many beginners, especially self-taught javaweb friends for the first time in the configuration of Tomcat, there is always a difficult to start the feeling, in this, through the method of graphic interpretation, the most intuitive to show you the configuration process.Part I: How to configure Tomcat in the Eclipse environment1. Download and install Eclipse and Tomcat
Recently because the JSP in the project requests to access files other than the project, direct access written as "C:\xxx\xxx.mp4" to access is not authorized and cannot complete existing requirements. After the query found that you can configure the virtual directory in Tomcat to set the local file to "Http://localhost:8080/xxx.mp4", the local file after such a virtual mapping can be accessed in the project.The idea above is very correct, but the imp
Nginx ssl+tomcat cluster Nginx tomcat no no HTTPS
Recently done a Web project, the architecture of the use of Nginx +tomcat cluster, and the whole station HTTPS, with Nginx load, Nginx and Tomcat use intranet HTTP communication, encounter HTTP Css,js static resources by the browser interception problem, Many of the ar
One: JDK configuration
Install Jdk-1_5_0_06.exe, all options remain the same during the installation, and the last configuration
Environment variables for JDK:
Right-click on My Computer-> "Properties"-> "Advanced"-> "Environment variable (N)".
1. New system variable Java_home:c:\program files\java\jdk1.5.0_06;
2. New system variable classpath:.; %java_home%\lib; (Note: The point number indicates the current directory and cannot be omitted)
3. Add the following in front of the value of the syste
The preparation file is as follows:
1. CentOS-6.4-x86_64-bin-DVD1.iso
2. jdk-7u67-linux-x64.rpm
3.apache-tomcat-7.0.55.tar.gz
The installation procedure is as follows:
1. Install JDK[[Email protected]/] # Java-version
Bash: Java: Command not found
[[Email protected]/] # rpm-IVH/soft/jdk-7u67-linux-x64.rpm.
Preparing... ######################################## ### [100%]
1: JDK ####################################### #### [100%]
Unpacking jar files...
Maven in Eclipse deploys web projects to Tomcat 7 (compatible with Tomcat 8) and maventomcat7
1. Download tomcat 7 and configure JAVA_HOME. In addition to the manager, the tomcat 7 \ webapps directory can be deleted (useless deletion can accelerate tomcat startup ).
2. creat
Start Tomcat 7.0 and see a serious warning in the log.An incompatible version 1.1.14 of APR based Apache Tomcat Native Library are installed, while Tomcat requires version 1.1.2 4.On the Internet to check, APR is the abbreviation of Apache Portable runtime, is an optional component of Tomcat, the use of this engineerin
Today, we can see on the official Apache Tomcat website that in addition to connector, there is another project related to Tomcat, called Tomcat native. If you are interested, you can check it out: http://tomcat.apache.org/native-doc/,tomcat native provides an optimization technology on a specific operating platform, w
Install tomcat in linux (centos) (use shell scripts to install tomcat as a service)1. Download tomcatDownload the linuxlinuxversion (tar.gz) from http://tomcat.apache.org/download-70.cgi)2. decompress, upload, and grant permissionsDecompress the package, use WinSCP to upload the decompressed installation file to the/home/software/tomcat directory, and use the chm
Disable Tomcat directly for Telnet without verification. tomcat is not required for telnet.
/*** Telnet directly closes the Tomcat * ---------------------------------------------------------------------------------------------------------------------- * Tomcat configuration file server without verification. there is su
Set up Tomcat and tomcat
1. install apache-tomcat-7.0.27 and click Next.
2. configured Environment Variables
1. Create a variable named CATALINA_BASE. The variable value is D: \ Tomcat \ apache-tomcat-7.0.272,
Create a variable named CATALINA_HOME. The variable
During project development, only the Tomcat server was previously configured, started, and stopped in MyEclipseIf you only want to use the Tomcat server in your machine and do not want to install MyEclipse, you can use Service.batBy installing Tomcat into the service management system services.msc on your computer, you can use the DOS command to start orStop the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.