Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3873 | minor | always | 02-03-10 11:43 | 02-18-10 11:47 | |
|
|||||
Reporter: | chiefgeek | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.3 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.4 | ||
|
|||||
Summary: | 0003873: resin 4.0.3 reports strange error web-app's root-directory 'null' must be outside of the 'Host[default]' root-directory | ||||
Description: |
web-app's root-directory 'null' must be outside of the 'Host[default]' root-directory when using 'archive-path --- resin.xml snippet --- <cluster id="dealfinder"> <!-- sets the content root for the cluster, relative to resin.root --> <root-directory>.</root-directory> <!-- defaults for each server, i.e. JVM --> <server-default> <!-- The http port --> <http address="*" port="7841" /> <jvm-arg>-Xmx1024m</jvm-arg> <jvm-arg>-XX:MaxPermSize=192m</jvm-arg> <!-- <jvm-arg>-Xdebug</jvm-arg> <jvm-arg>-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=4041</jvm-arg> --> <jvm-arg>-Dcom.sun.management.jmxremote.port=8841</jvm-arg> <watchdog-arg>-Dcom.sun.management.jmxremote</watchdog-arg> </server-default> <!-- define the servers in the cluster --> <server id="dealfinder" address="${MYIP}" port="6841" watchdog-port="6700"> <!-- server-specific configuration, e.g. jvm-arg goes here --> <jvm-arg>-DHQ_INVENTORY_ID=${MYHOSTNAME}.dc.farecompare.com:8841</jvm-arg> <jvm-arg>-Dhq.autoinventory.name=website-dealfinder_${MYHOSTNAME}</jvm-arg> </server> <!-- the default host, matching any host name --> <host id="" root-directory="."> <access-log path="instances/dealfinder/access.log" format='%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-Agent}i"' rollover-period="1W" /> <!-- - configures an explicit root web-app matching the - webapp's ROOT --> <web-app id="/" root-directory="webapps/dealfinder/ROOT" archive-path="webapps/dealfinder/ROOT.war"> <listener> <listener-class>com.caucho.jsp.JspPrecompileListener</listener-class> <init> <extension>jsp</extension> <extension>jspx</extension> <extension>xtp</extension> </init> </listener> </web-app> <!-- - Administration application /resin-admin --> <web-app id="/resin-admin" root-directory="${resin.root}/doc/admin"> <prologue> <resin:set var="resin_admin_external" value="false" /> <resin:set var="resin_admin_insecure" value="true" /> </prologue> </web-app> <!-- - Resin documentation - remove for a live site --> <web-app id="/resin-doc" root-directory="${resin.root}/doc/resin-doc" /> <!-- - <resin:LoadBalance regexp="^/load" cluster="backend-tier"/> - <resin:HttpProxy regexp="^/http" address="localhost:9000"/> - <resin:FastCgiProxy regexp="^/fcgi" address="localhost:9001"/> --> </host> </cluster> ==== end resin.xml snippet === |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|