[Resin-interest] What is http://admin.resin ?

2011-03-23 Thread Mattias Jiderhamn
After upgrading to Resin 4.0.15/16, there is a new virutal host (or 
whatever it is) in the WebApps section of the admin console, that I've 
never noticed before.

The name is http://admin.resin; and it contains only a root webapp 
(/) with an uptime as long as Resin has been running.

What is this?
Is it using any additional memory compared to earlier versions of Resin?
Is there a way to turn it off?

-- 

   /Mattias



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


[Resin-interest] Admin console not updated by make script

2011-03-23 Thread Mattias Jiderhamn
I just noticed that installing Resin on Linux using
   ./configure ... --without-resin-init.d --prefix=/path-to-use; make; 
make install
does not update the admin console pages in /path-to-use/admin

Could this be related to the problem with the docs dir reported by Bill 
Au yesterday (http://bugs.caucho.com/view.php?id=4445) or should I file 
a separate bug?

-- 

   /Mattias



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


[Resin-interest] Remote deploy still broken in 4.0.16

2011-03-23 Thread Mattias Jiderhamn
Giving the resin-deploy Ant task another try in Resin 4.0.16, I get 
resin-home is requried by resin-deploy

Adding a resin-home attribute to the resin-deploy tag as in
resin-deploy server=foo.com port=80
 warfile=${war.file.path}
 user=foo password=bar
 commitmessage=test commitMessage=Test
 version=0.1
 resin-home=${resin.path}
 /
results in resin-deploy doesn't support the resin-home attribute

Sigh

-- 

   /Mattias



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


[Resin-interest] Life Ray on Resin

2011-03-23 Thread Francis, Steve (IHG)
Has anyone ran Liferay on Resin?  I don't really want to have to startup Tomcat 
just for this app.

Steve Francis
Application Technologies

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


Re: [Resin-interest] Life Ray on Resin

2011-03-23 Thread srikanth a
Hello Steve,
you have resin liferay bundle in downloads section.

On Wed, Mar 23, 2011 at 4:58 PM, Francis, Steve (IHG) steve.fran...@ihg.com
 wrote:

  Has anyone ran Liferay on Resin?  I don't really want to have to startup
 Tomcat just for this app.

 Steve Francis
 Application Technologies


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




-- 

Thanks  Regards,
*Srikanth A*
___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] Remote deploy still broken in 4.0.16

2011-03-23 Thread Scott Ferguson
On 03/23/2011 01:27 AM, Mattias Jiderhamn wrote:
 Giving the resin-deploy Ant task another try in Resin 4.0.16, I get
 resin-home is requried by resin-deploy

 Adding a resin-home attribute to the resin-deploy tag as in
 resin-deploy server=foo.com port=80
   warfile=${war.file.path}
   user=foo password=bar
   commitmessage=test commitMessage=Test
   version=0.1
   resin-home=${resin.path}
   /
 results in resin-deploy doesn't support the resin-home attribute

We moved all the deploy logic into the command-line, instead of the 
specific ant/maven plugins. I've added a bug report to check the ant 
status. We might deprecated and remove the ant plugin, and suggest 
calling the command-line directly.

-- Scott

 Sigh




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


Re: [Resin-interest] What is http://admin.resin ?

2011-03-23 Thread Scott Ferguson
On 03/23/2011 12:51 AM, Mattias Jiderhamn wrote:
 After upgrading to Resin 4.0.15/16, there is a new virutal host (or
 whatever it is) in the WebApps section of the admin console, that I've
 never noticed before.

 The name is http://admin.resin; and it contains only a root webapp
 (/) with an uptime as long as Resin has been running.

 What is this?

It's an admin virtual host. That's how the remote deploy talks to Resin 
to upload the new version.

 Is it using any additional memory compared to earlier versions of Resin?

Not significantly.

 Is there a way to turn it off?

It's created with the resin:RemoteAdminService/ tag.

-- Scott




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