[Resin-interest] problem installin resin

2008-09-25 Thread janusch

I'm completely new to Linux and are having a hard time here. I've been trying
to install resin for quite some time now, but problems seem to be popping up
as i go along. The latest, and most irritating, problem appeared when i was
almost home free. I run the httpd.sh file in the resin/bin directory, and
resin begins loading into memory, as it's supposed to. Everything works
according to plan until this message appears:
[CODE] [10:33:02.507] {main} Resin started in 16905ms
[10:34:02.173] {resin-15} Host[] stopping   [/CODE]
Then the message which tells that host is stopping goes into loop with 
different numbers for xx in {resin-xx} appearing.

I'm completely lost here, can anybody help me out?
I'm running Kubuntu 8.04.1.
-- 
View this message in context: 
http://www.nabble.com/problem-installin-resin-tp19666197p19666197.html
Sent from the Resin mailing list archive at Nabble.com.



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


[Resin-interest] DB Persistent Sessions

2008-09-25 Thread Eric Kreiser
I am running resin pro 3.1.6 with db persisted session.

Can anyone help me understand the following data I am seeing?

If I count the number of rows in the db in the persistent_session table 
and get the SessionActiveCount from JMX for my server, I get 2 different 
numbers.  I believe it could make sense for the numbers to be different 
for instance after a restart... and java has not yet needed to load all 
the sessions back into memory... but in this case the rows in the DB 
would be more then the count returned by java.  What I am seeing is the 
other way around.  My numbers reported by JAVA are significantly higher 
then the number of rows I have persistently backing them.

How could this be?  Am I misunderstanding the expected behavior?

thanks
Eric


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


Re: [Resin-interest] configuring webdav

2008-09-25 Thread Scott Ferguson

On Sep 23, 2008, at 7:23 AM, Gary Lawrence Murphy wrote:


 I am attempting to enable webdav for a test and I'm wondering if there
 might be a step missing from the how-to page at
 http://www.caucho.com/resin-3.0/servlet/webdav.xtp

I've filed a bug report for this at http://bugs.caucho.com/view.php?id=2966

It's been awhile since we've worked on the webdav servlet, so I'm not  
exactlu sure what the issue is.

-- Scott



 For this test I am using the open non-secure settings (just to KISS).
 I have copied the given servlet config section into conf/resin.xml

 servlet
  servlet-namewebdav/servlet-name
  servlet-classcom.caucho.servlets.webdav.WebDavServlet/servlet- 
 class
  init
enablewrite/enable
rootWEB-INF/webdav/root
securefalse/secure
role*/role
  /init
 /servlet

 servlet-mapping url-pattern='/webdav/*' servlet-name='webdav'/

 and I see

 == /opt/resin/logs/msg.log ==
 [09:44:39.308] webdav: init

 but when I use a browser to access localhost:8080/webdav I get
 a 404 Not-Found error.

 on the chance it needed the root pre-created, I created the
 webapps/WEB-INF/webdav directory, but I still get that error.

 what did I miss?


 -- 
 Gary Lawrence Murphy garym at teledyn.com  
 =
 Alice laughed: There's no use trying, one can't believe impossible  
 things.
 I daresay you haven't had much practice, said the Queen.


 ___
 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