Use of the resin server

Source: Internet
Author: User
Tags definition connect sql net unpack variable versions access
Server  First, Java web Server selection introduction in the actual implementation of the Java web project, we can use the commercial java web server has ibm websphere,bea  Web logic. These two servers are full-featured and powerful, support all java  service container standards, and are suitable for the release of finished commercial java web applications. But these two servers are commercial servers, expensive and highly demanding for system resources. In particular, websphere  configuration is complex, if not with the use of ibm websphere studio application is very unsuitable for development. And their different versions of Servlet.jar and other javax components and JDK requirements are different. servlet.jar  supported by an older version of the javax.servlet.http.HttpSession operation, as requested by websphere 3.5, does not support Session.setattribute ()  session.getattribute (). In the development or learning process, there are many free lightweight Java web server for us to choose from, such as tomcat,resin,orion and so on. They are easy to use, occupy a small amount of resources, suitable for the development of continuous debugging, but also with jbuilder such as integrated development tools integrated use. According to the actual development of the situation to see,jakata tomcat  and Sun java combination of the best, and other application server with the use of supporting the full Java standard, application is also very wide. However, from the java  common coding problems, it is still the best resin  solution. Also from the point of view of use, personally think resin is more convenient than Tomcat, and resin can also be combined with JBUILDER6 and other Ides. Resin stressed the use of XML technology, from resin own homepage use XTP can be seen. Resin installation and configuration resin  can be downloaded and used in  HTTP://WWW.CAUCHO.COM/DOWNLOAD/INDEX.XTP   free of charge. Using resin development or learning is free, but paying for resin as a fee-based product is a must. The current version is 2.10. Download locally: HTTP://WWW.JAvafan.net/softview.jsp?id=26   resin 2.1.8http://www.javafan.net/softview.jsp?id=159    resin 3.0.8 the normal installation package resin-2.1.0.zip of  windows.zip in archive versions  when downloading resin . Extract the ZIP package to any directory below, such as D:\resin. The following descriptions assume that resin is installed under D:\resin. Enter D:\resin\bin and type httpd to run the resin server under the command line console. A dialog box pops up with the start  and stop two radio buttons and a close button. Here you can see the resin running information. This information can also be resin in the stdout.log  log file below the D:\resin\log directory. such as:resin 2.0.4  (built thu nov 15 17:56:24 pst 2001) Copyright (c)  1998-2001 caucho technology. all rights reserved.starting resin on  Wed, 23 Jan 2002 14:41:47 +0800  (CST) http listening to * : 80srun listening to haitaiserver:6802 stops, you can stop the current resin server process, click Start, and you can open a new resin server process. Closes the dialog box, then returns to the command  console's letter prompt state. If you need to use resin as a service in a NT4 or win2k environment, just type  httpd ?install under the command console, and you can see a new one under the services of the admin toolResin web server's automatic service. You can start the resin service as soon as you enter Nt 4 or Win2K. The service can also be set to manual or disabled like any other service. Note that sometimes after the installation of the service, start resin, can not see their own written resin routines can be resolved, browser display server could not find errors. You can solve the problem by restarting Win2K or NT. The following is a brief introduction to the configuration of the resin server. The resin server, like most java web servers, is configured with an XML file. Enter the d:\resin\conf directory, open the resin.conf, which is an XML-formatted text. There are many marks in it, first find:

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.