[
https://issues.jboss.org/browse/RFPL-1570?page=com.atlassian.jira.plugin....
]
Juraj Huska commented on RFPL-1570:
-----------------------------------
this class is called from catalina.sh
<target name="start.container.tomcat"
depends="container.properties" unless="skip.container">
<echo message="Starting Tomcat server..." />
<fail unless="container.home" message="The container.home property
has to be set!" />
<fail unless="tomcat.host" message="The tomcat.host property has
to be set!" />
<java classname="org.apache.catalina.startup.Bootstrap"
spawn="${container.spawn}" fork="true"
dir="${container.home}/bin">
<classpath>
<pathelement location="${container.home}/bin/tomcat-juli.jar"
/>
<pathelement location="${container.home}/bin/bootstrap.jar"
/>
</classpath>
<sysproperty key="java.endorsed.dirs"
value="${container.home}/endorsed" />
<sysproperty key="catalina.base" value="${container.home}"
/>
<sysproperty key="catalina.home" value="${container.home}"
/>
<sysproperty key="java.util.logging.config.file"
value="${container.home}/conf/logging.properties" />
<sysproperty key="java.util.logging.manager"
value="org.apache.juli.ClassLoaderLogManager" />
<sysproperty key="java.io.tmpdir"
value="${container.home}/temp" />
<!-- next two properties are required for CAS authorization -->
<sysproperty key="javax.net.ssl.trustStore"
value="${basedir}/patches/server.jks" />
<sysproperty key="javax.net.ssl.trustStorePassword"
value="password" />
<jvmarg line="${container.jvm.arguments}" />
<arg line="start" />
</java>
<waitfor maxwait="180" maxwaitunit="second"
timeoutproperty="container.timeout">
<socket server="${tomcat.host}" port="${tomcat.port}"
/>
</waitfor>
<fail message="Container ${container} not started within 180 seconds
limit">
<condition>
<isset property="container.timeout" />
</condition>
</fail>
<antcall target="wait.for.example.to.deploy" />
</target>
writing Tomcat 5.5, 6, 7 managed plugins to Arquillian
------------------------------------------------------
Key: RFPL-1570
URL:
https://issues.jboss.org/browse/RFPL-1570
Project: RichFaces Planning
Issue Type: Task
Security Level: Public(Everyone can see)
Components: third-party
Reporter: Juraj Huska
Assignee: Juraj Huska
writing Tomcat 5.5, 6, 7 managed plugins to Arquillian, since there are only Tomcat 6,7
embedded and remote which inappropiate for Richfaces-testing due to many disadvantages.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira