java.security.AccessControlException

2004-09-07 Thread Andre Legendre
Hi I had a servlet working using jwsdp 1.3. I changed to 1.4 and I get now a java.security.AccessControlException My classes are in a jar located in WEB-INF/lib/ my policy is : grant { permission java.security.AllPermission , ; }; Any help welcome Andre Legendre Error is : INFO: Server

Repost: java.security.AccessControlException

2004-09-07 Thread Andre Legendre
, ; }; Any help welcome Andre Legendre Error is : INFO: Server startup in 20279 ms Setting controller properties Setting controller RMISecurityManager Setting controller RMISecurityManager Finish 127.0.0.1 Setting controller startDiscovery java.security.AccessControlException: access denied

Re: Repost: java.security.AccessControlException

2004-09-07 Thread Andre Legendre
Hi David Thanks for your message. I solved my problem starting tomcat with -security. The fact is that I try first to get things works, even without security and then set security step by step. Now that things are working again I will start to set back security on. Best Regards Andre Legendre

Re: java environment + cron issue

2004-09-01 Thread Andre Legendre
I don't know the cause of your problem, but personaly I use nohup to start commands from cron : nohup /usr/local/jakarta-tomcat-5.0.18/bin/shutdown.sh nohup manage in good way standard input and output (you can pass options) and keep your task running after father task die. Hope it help. Andre

Re: Precompiling JSP How To

2004-07-16 Thread Andre Legendre
Hi I tried to use this build.xml. It help me alot but I still have some difficulties. My build.xml is use to compile many other elements. Because of that build.xml is not located in the directory where are the jsp. How can I declare the directory where are located the jsp files to translate ?

Re: Precompiling JSP How To

2004-07-16 Thread Andre Legendre
(and compiled classes) can each be their own subdirectories. -Tim Andre Legendre wrote: Hi I tried to use this build.xml. It help me alot but I still have some difficulties. My build.xml is use to compile many other elements. Because of that build.xml is not located in the directory where are the jsp. How

Help for jsp

2004-07-06 Thread Andre Legendre
Hi I try to run jsp from a servlet Servlet was working good without jsp. Any help welcome. Andre To try I first make a very basic jsp page : html body bgcolor=white h1 First try of : % out.print (request.getAttribute(servletName).toString()); % Servlet. /h1 /html The doGet method is also very

Re: I've officially decided that JSTL is one of the worst things to ever happen to mankind

2004-07-05 Thread Andre Legendre
Hi Ivan I heard same story for assemblor supporters about C 30 years ago : Slower and not better. Fact is that today's software are larger than 30 years ago. Tools just cannot be the same as complexity is exponential to the size. It is not one good tool, you have tools adapted for each job.