I think that I would recommend you to change web hosts.

I currently am using a web host, which for about $10 more per month and a
small setup fee I get to have full access to my own JVM.  This way I can
start it up and shut it down when I choose.  Plus I get to setup my own
class paths which is great.  My last web host had a shared system with their
own configs.  I couldn't even use my own choice for a database driver.  Not
worth the time and headaches it took to get it all working.  Not to mention
it was a huge security risk because their JVM was set up wrong allowing one
servlet access to everyone else's.  Aghgh!

        Much happier now.

        ~Matt

 -----Original Message-----
From:   A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]  On Behalf Of Abhay
Sent:   Monday, November 06, 2000 3:34 AM
To:     [EMAIL PROTECTED]
Subject:        Re: Shared Servlet Engine and Sessions [Scanned by Yellow Pages
PostMaster]

Hi !
    I have not used JSERV till now, but JRUN gives such a facility. It has
an option to use a jrun servlet engine as session persistant engine. It
stores sessions in a flat file at the time of shutting down and recovers
them on restart.

Abhay


> Peter Pilgrim <[EMAIL PROTECTED]> on 11/06/2000 10:21:00 AM
>
> To:        [EMAIL PROTECTED]
> cc:         (bcc: Charles Chen/YellowPages)
> From:      Peter Pilgrim <[EMAIL PROTECTED]>, 6 November 2000, 10:21
a.m.
>
> Shared Servlet Engine and Sessions  [Scanned by Yellow Pages PostMaster]
>
>
> I have a question about shared servlets web hosting.
>
> My web hoster provides a single Java servlet engine (Apache jserv)
> which shared across many Apache virtual host. Because of people
> writing bad servlets, the web hoster has adopted the policty of
shutdowning
> and restarting the servlet engine every 15 minutes.
>
> The consequence is that all sessions are gone.
>
> 1) Can one detect when the servlet engine starts or shutdown?
> (Probably look in the JServ open source )
>
> 2) Can one recreate sessions at start up?
> (Probably look in the JServ open source )
>
> 3) Is there a way to save the sessions to a database or persistant file
store?
>
> 4) Has anyone done this for Jserv or any another engine?
>
> --
> Peter Pilgrim
> G.O.A.T
>                     "The Greatest of All Time"
>
>
>
> --
>
> This e-mail may contain confidential and/or privileged information. If you
are
> not the intended recipient (or have received this e-mail in error) please
notify
> the sender immediately and destroy this e-mail. Any unauthorised copying,
> disclosure or distribution of the material in this e-mail is strictly
forbidden.
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to