How does the webapp owner configure a System Exception to throw a 
SecurityException?
For which version of TC does this configuration use?
Do you also support WL or Glassfish?
Do you support EJB2 and or EJB3?
Would this SecruityException be enabled for HTTPS with keystore or using a 
external provider such as LDAP or RSA?

Martin Gainty 
______________________________________________ 
Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung / Note de 
déni et de confidentialité 
This message is confidential. If you should not be the intended receiver, then 
we ask politely to report. Each unauthorized forwarding or manufacturing of a 
copy is inadmissible. This message serves only for the exchange of information 
and has no legal binding effect. Due to the easy manipulation of emails we 
cannot take responsibility over the the contents.
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.






> Date: Sun, 3 May 2009 17:40:39 -0700
> From: kerryjacab...@yahoo.com
> Subject: Re: OT: GoDaddy Hosting and Tomcat
> To: users@tomcat.apache.org
> 
> Hi Martin,
> How the plans are setup at WebAppCabaret,
> the Shared JVMs are run under a Security Manager; so an app calling 
> system.exit would
> just throw a security exception.
> I think many choose VPS as a cheaper alternative to a dedicated server as the 
> cost for data center
> space keeps increasing. 
> 
> 
> 
> 
> ________________________________
> From: Martin Gainty <mgai...@hotmail.com>
> To: Tomcat Users List <users@tomcat.apache.org>
> Sent: Sunday, May 3, 2009 5:26:12 PM
> Subject: RE: OT: GoDaddy Hosting and Tomcat
> 
> 
> if someone elses webapp does a system.exit(1) does that impact your JVM 
> process
> ?
> 
> since diskspace,memory and servers are dirt cheap what advantages does VPS 
> offer?
> 
> i would be curious as to which VPS implementation these guys use
> 
> Martin 
> _________________________________________ 
> Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung / Note 
> de déni et de confidentialité 
> This message is confidential. If you should not be the intended receiver, 
> then we ask politely to report. Each unauthorized forwarding or manufacturing 
> of a copy is inadmissible. This message serves only for the exchange of 
> information and has no legal binding effect. Due to the easy manipulation of 
> emails we cannot take responsibility over the the contents.
> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
> sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
> oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich 
> dem Austausch von Informationen und entfaltet keine rechtliche 
> Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen 
> wir keine Haftung fuer den Inhalt uebernehmen.
> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
> destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
> l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci 
> est interdite. Ce message sert à l'information seulement et n'aura pas 
> n'importe quel effet légalement obligatoire. Étant donné que les email 
> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter 
> aucune responsabilité pour le contenu fourni.
> 
> 
> 
> 
> 
> 
> > Date: Sun, 3 May 2009 17:07:40 -0700
> > From: kerryjacab...@yahoo.com
> > Subject: Re: OT: GoDaddy Hosting and Tomcat
> > To: users@tomcat.apache.org
> > 
> > Hi George,
> > checkout http://www.webappcabaret.com
> > They offer a wide variety of Java hosting plans - shared jvm, private jvm, 
> > as well as VPS based.
> > 
> >  
> > 
> > 
> > 
> > ________________________________
> > From: George Sexton <geor...@mhsoftware.com>
> > To: Tomcat Users List <users@tomcat.apache.org>
> > Sent: Sunday, May 3, 2009 4:08:19 PM
> > Subject: Re: OT: GoDaddy Hosting and Tomcat
> > 
> > 
> > 
> > Evan Siegel wrote:
> > > This posting raises a question I've long had: What JSP-friendly hosts are 
> > > to be recommended.. I did some searching and came up with a large number 
> > > of helpful sites, but I'd like to poll the list members on the matter.See 
> > > the following:
> > > http://www.hosting-review.com/hosting-directory/top-10-lists/Top-JSP-Hosting-Companies.shtml
> > > I'm seriously consideringhttp://hostpapa.com/hr_offer_green.shtml
> > > Thank you.
> > > 
> > 
> > Since writing my original message, I've done two ISP/Hosting deployments.
> > 
> > The first was to LunarPages.com. They're using an older version of resin. 
> > Installation was pretty smooth. My only comment is the older version of 
> > Resin they're using doesn't support welcome files that are created via 
> > servlet mapping in the web.xml. Installing the app, was as simple as 
> > uploading the war file. It deployed within a minute or so, and I was going.
> > 
> > The second was on a Network Solutions Virtual Private Server deployment. I 
> > tried using Plesk to deploy the WAR file, and it wasn't working. Logging in 
> > via SSH to the root account helped me find out they were using the GNU 
> > 1.4.2 JVM. My app is 1.5 or higher. I downloaded JDK 1.5.0_18. Because of 
> > memory restrictions, I couldn't run the JVM. Then, I realized that the VPS 
> > only had enough memory to run one JVM. After I killed Tomcat and the GNU 
> > JVM, I was able to start the updated JVM. Once I updated the JVM, I was 
> > able to use Plesk to deploy the WAR file. This went pretty well. In this 
> > case, the application is deployed as an uncompressed WAR file. If your 
> > application can't handle this then you might have some problems. In my 
> > case, the application generally ran fine. I spent another hour or so fixing 
> > it so that features that wouldn't work when running as an undeployed WAR 
> > file were disabled.
> > 
> > -- George Sexton
> > MH Software, Inc.
> > Voice: +1 303 438 9585
> > URL:  http://www.mhsoftware.com/
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> > For additional commands, e-mail: users-h...@tomcat.apache.org
> > 
> > 
> >      
> 
> _________________________________________________________________
> Insert movie times and more without leaving Hotmail®.
> http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd1_052009
> 
> 
>       

_________________________________________________________________
Hotmail® has a new way to see what's up with your friends.
http://windowslive.com/Tutorial/Hotmail/WhatsNew?ocid=TXT_TAGLM_WL_HM_Tutorial_WhatsNew1_052009

Reply via email to