I hate to ask this because I know the answer must exist somewhere. I have spent about an hour searching the archives of this list, the Sun site and the newsgroups. No joy..
I have customers that really want the FrontPage 2002 extensions. So far I can't find a pkg or really much info at all about how to get the newer extensions installed on our Raq 4. Any info would be appreciated. Thanks a ton and Happy Thanksgiving to all that celebrate it. Todd -- Start Your Own ISP! http://www.YourOwnISP.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Smulsky Sent: Wednesday, November 27, 2002 3:17 PM To: [EMAIL PROTECTED] Subject: [cobalt-developers] Knox Arkeria?? Ok, so we have the "client" installed, correct?? What good is it without a server? and where can you get it? I was not able to find it on their website. anyone have any other effecient backup ideas for our raq's?? Dave Smulsky Senior Network Admin [EMAIL PROTECTED] www.thehostworks.com ----- Original Message ----- From: "Greg Davis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 27, 2002 11:57 AM Subject: Re: [cobalt-developers] Help with external jars/servlets... That makes perfect sense. I just kept getting the error that the classes directory was causing the error. I ended up using the following to get it to work but I'm going to try and "do it right" rather than this brute force method: grant { permission java.security.AllPermission; } this lets all servlets do anything you want. Thanks again for your help. On Wednesday, November 27, 2002, at 02:39 AM, Wouter van Reeven wrote: > Hi Greg, > > > Coincidentically, I have been fiddling around with tomcat.policy files > on a RaQ550 myself over the pas few days. I think the error you get is > due to the jar file in the lib directory that isn't allowed to be > read. Perhaps this may work : > > grant codeBase "file:/home/.sites/28/site1/web/WEB-INF/-"{ > permission java.security.AllPermission; > } > > > Kind regards, > > > Wouter van Reeven > > Greg Davis wrote: > >> I just started working with a raq550 and am having problems. >> I have a servlet that uses one external jar file. I installed the >> servlet >> according to the 'simple' instructions. Step 1 place the class file >> in the >> {site}/WEB-INF/classes directory. Step 2 place the jar library in the >> {site}/WEB-INF/lib directory. Step 3 restart the web service. Upon >> checking the servlet, I get the following error >> >> java.security.AccessControlException: access denied >> (java.io.FilePermission /home/.sites/28/site1/web/WEB-INF/classes >> read) >> >> I know this means I have to set some security policy up but I have no >> idea >> what to set up. I tried putting: >> >> grant codeBase "file:/home/.sites/28/site1/web/WEB-INF/classes/-"{ >> permission java.security.AllPermission; >> } >> >> in 2 different places according to what I've read - >> /usr/java/jakarta-tomcat/conf/tomcat.policy.custom and >> /usr/java/jakarta-tomcat/conf/tomcat.policy (after the first >> method >> didn't work) >> >> I only have (and plan on having) a single site up on this box and >> blowing the security >> is less of an issue since it's an internal-only machine. >> >> What could I be doing wrong? >> >> Greg Davis >> >> _______________________________________________ >> cobalt-developers mailing list >> [EMAIL PROTECTED] >> http://list.cobalt.com/mailman/listinfo/cobalt-developers > > > -- > _____________________________________________________________________ > SUN MICROSYSTEMS > "We make the Net Work" > > Wouter van Reeven > Sun Cobalt Support Engineer > Sun Services > > Visit us at http://www.sun.com/ > http://www.cobalt.com/ > _____________________________________________________________________ > > _______________________________________________ > cobalt-developers mailing list > [EMAIL PROTECTED] > http://list.cobalt.com/mailman/listinfo/cobalt-developers _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers