[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Doubts about deployment on the server
Marcos_APS
do-not-reply at jboss.com
Tue Apr 22 14:35:17 EDT 2008
"PeterJ" wrote : You can continue to use port 8080.
I've just followed your instruction and I still don't have success. Below are some configuration that I'm using. Maybe I'm doing something wrong:
jboss-web.xml
<jboss-web>
| <context-root>/laboratorioinformatica</context-root>
| <virtual-host>labinf</virtual-host>
| </jboss-web>
{JBOSS_HOME}\server\default\deploy\jboss-web.deployer\server.xml
<Server>
| <Service name="jboss.web">
| <Connector port="8080" address="${jboss.bind.address}"
| maxThreads="250" maxHttpHeaderSize="8192"
| emptySessionPath="true" protocol="HTTP/1.1"
| enableLookups="false" redirectPort="8443" acceptCount="100"
| connectionTimeout="20000" disableUploadTimeout="true" />
|
| <Engine name="jboss.web" defaultHost="localhost">
|
| <Host name="labinf"
| autoDeploy="false" deployOnStartup="false" deployXML="false"
| configClass="org.jboss.web.tomcat.security.config.JBossContextConfig"
| >
|
| <Alias>mydomain.com</Alias>
| <Valve className="org.jboss.web.tomcat.service.jca.CachedConnectionValve"
| cachedConnectionManagerObjectName="jboss.jca:service=CachedConnectionManager"
| transactionManagerObjectName="jboss:service=TransactionManager" />
|
| </Host>
|
| </Engine>
|
| </Service>
|
| </Server>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145963#4145963
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145963
More information about the jboss-user
mailing list