Stavros,
/caucho-status is generated by the ISAPI filter DLL. If you're unable to 
get to that page, it means the filter is not properly installed and 
loaded into IIS.

--
Matt Pangaro
Lokitech >> software . strategy . design
http://www.lokitech.com
m. 1.301.728.6906
f. 1.815.364.0656
e. [EMAIL PROTECTED]


Stavros Stavrakis wrote:
> Hi Scott,
> 
>  
> 
> Thanks for the response, but is /caucho-status available in version 3 of 
> Resin?
> 
>  
> 
> Regards,
> 
>  
> 
> Stavros Stavrakis
> 
>  
> 
> ASTA Solutions Pty Ltd
> 
> Address: Suite 9, 2 Park Drive, Bundoora, VIC 3083
> 
> Tel:            +61 3 9479 3779
> 
> Fax:           +61 3 9277 7130
> 
>  
> 
> *From:* [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] *On Behalf Of *Scott Ferguson
> *Sent:* Tuesday, 4 November 2008 5:08 AM
> *To:* General Discussion for the Resin application server
> *Cc:* Bill Angelidis; Con Terzoglou
> *Subject:* Re: [Resin-interest] Issue with Resin setup in IIS
> 
>  
> 
>  
> 
> On Nov 1, 2008, at 10:21 PM, Stavros Stavrakis wrote:
> 
> 
> 
> Hi All,
> 
>  
> 
> I have a Windows 2003 server running an the 2.1.14 version of resin. We 
> have multiple sites setup in resin at the moment.
> 
> I’ve been attempting to upgrade to version 3.0 of Resin and had troubles 
> surfing to my site I have.
> 
>  
> 
> The main thing to check with IIS or Apache is the /caucho-status page, 
> e.g. http://192.168.1.10/caucho-status.
> 
>  
> 
> That page will show you the isapi_srun.dll version, the Resin instance 
> used as a config server (to pass configuration from Resin to 
> isapi_srun), and show the URL mapping and cluster configuration.
> 
>  
> 
> So, you should look at that page first to understand why IIS isn't 
> contacting Resin.
> 
>  
> 
> -- Scott
> 
> 
> 
>  
> 
> Basically, I am able to access my site 
> via http://localhost:8080/application but when I try to get to it via 
> the external IP address
> 
> http://888.888.888.88/application it does not find it for some reason. I 
> am guessing it’s resin.conf file tag that needs to be modified.
> 
> I include below the host section (which I thought would need modifying 
> in order to get the site running via the IP).
> 
> 
> Reading off the documentation, it states to set the IIS directory for 
> the webapp root below.. Not sure what else I need to be wary of.
> 
>  
> 
> Any help would be much appreciated.
> 
>  
> 
> <!-- configures the default host, matching any host name -->
> 
>     <host id="" root-directory=”.”>
> 
>       <!--
> 
>          - configures an explicit root web-app matching the
> 
>          - webapp's ROOT
> 
>         -->
> 
>       <web-app id="/">
> 
>                                 
> <document-directory>D:/inetpub/wwwroot/</document-directory>
> 
>                 </web-app>
> 
>  
> 
>       <resin:if test="${java.isJava5()}">
> 
>         <!--
> 
>            - Administration application /resin-admin
> 
>            -
> 
>            - password is the md5 hash of the password.
> 
>            - localhost is true to limit access to the localhost
> 
>           -->
> 
>         <resin:set var="resin_admin_password"  default=""/>
> 
>         <resin:set var="resin_admin_localhost" default="true"/>
> 
>  
> 
>         <web-app id="/resin-admin" 
> document-directory="${resin.home}/php/admin"/>
> 
>        </resin:if>
> 
>       
> 
>        <web-app id="/timesheet" 
> document-directory="${resin.home}/webapps/timesheet"/>
> 
> </host>
> 
>  
> 
> Regards, 
>   
> Stavros Stavrakis 
>   
> <image001.jpg>
>   
> ASTA Solutions Pty Ltd 
> Address: Suite 9, 2 Park Drive, Bundoora, VIC 3083 
> Tel:   +61 3 9479 3779 
> Fax:  +61 3 9277 7130 
> Mob: +61 409 055 403 
> Web: http://www.astasolutions.com.au <http://www.astasolutions.com.au/>
> 
>  
> 
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com <mailto:resin-interest@caucho.com>
> http://maillist.caucho.com/mailman/listinfo/resin-interest
> 
>  
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to