Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
JSP - A mailing list about Java Server Pages specification and reference
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
Multiple <Host > designing.

Multiple <Host > designing.

2006-12-20       - By Wang Penghui

 Back
Reply:     1     2     3     4  

Hello,

We are starting to design a ISP level JSP virutal hosting system which
could serve JSP and Servlets.

Here are some thing i decide to to:

Apache 2.0.52(RHEL 4 default installation)
Tomcat 5.5.20 (http://tomcat.apache.org)
Tomcat connector 1.2.18(http://tomcat.apache.org)

Add the follow lines in httpd.conf

JkWorkersFile /usr/local/tomcat/conf/jk/workers.properties
JkLogFile     /etc/httpd/logs/mod_jk.log
JkLogLevel    info
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
<Location "/WEB-INF/">
   AllowOverride None
   deny from all
</Location>
<Location "/META-INF/">
   AllowOverride None
   deny from all
</Location>

Then here is a example <VirtualHost> in httpd.conf

<VirtualHost 1.2.3.4>
SuexecUserGroup wangph clients
ServerAdmin root@(protected)
ServerName wangph.example.com
DocumentRoot "/home/wangph/wwwroot"
ScriptAlias /cgi-bin/ /home/wangph/wwwroot/cgi-bin/
ScriptAlias /perl/ /home/wangph/wwwroot/cgi-bin/
ErrorLog logs/error_log
       JkMount /*.jsp ajp13
       JkMount /servlet/* ajp13
</VirtualHost>

And here is a example <Host> in server.xml

<Host className="org.apache.catalina.core.StandardHost Source code of org.apache.catalina.core.StandardHost" appBase=""
autoDeploy="true"
configClass="org.apache.catalina.startup.ContextConfig Source code of org.apache.catalina.startup.ContextConfig"
contextClass="org.apache.catalina.core.StandardContext Source code of org.apache.catalina.core.StandardContext" debug="0"
deployXML="true"
errorReportValveClass="org.apache.catalina.valves.ErrorReportValve Source code of org.apache.catalina.valves.ErrorReportValve"
liveDeploy="true"
mapperClass="org.apache.catalina.core.StandardHostMapper"
name="wangph.example.com" unpackWARs="true">
<Context path="" docBase="/home/wangph/wwwroot" reloadable="true"
debug="0"/>
</Host>

I leave appBase blank. And point the docBase to the apache virtual
documentroot.


If i add a new virtual host, simply add one <VirutalHost> in httpd.conf
and one <Host> in server.xml.

Is there any problem?

Thanks very much

Wang Penghui


-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)


©2008 junlu.com - Jax Systems, LLC, U.S.A.