Re: Servlet / Jini lookup

2005-03-21 Thread A Leg
Hi I have made one servlet for JINI/RIO for http://compiere-mfgscm.sourceforge.net/ It works and it is license apache v2. It is not already online because it is part of a lot of softs, I am currently testings. I will publish during may probably. If you need I can send you elements. Contact me on

Re: Heap size - java.lang.OutOfMemoryError

2005-02-26 Thread A Leg
Hi Rasmus Switch to Linux 8-) Unfortunatly, I have no idea but joke. I realy think that this problem is OS dependent. Are you sure that your environment variables are taken in count ? Suppose you run tomcat using some startup.bat ? in this case may be could you print some debug telling you the

AccessControlException

2005-01-12 Thread A Leg
Hi For our application we get AccessControlException on our WEB-INF/classes directory content We have the policy to : grant { permission java.security.AllPermission , ; }; And we get these errors : at java.lang.Thread.run(Thread.java:534) java.security.AccessControlException: access denied

Re: which Linux Platform is best for Tomcat?

2004-10-26 Thread A Leg
Hi I use fedora 2, and I have no problem with java, nor tomcat. But tomcat deliver with fedora is an old one. You would have to download some up to date release. I have also some mandrake and it works good. Best regards Andre Dale, Matt wrote: If you go with core 2 you'll need to upgrade to a

Unable to compile class for JSP

2004-09-30 Thread A Leg
Hi I had some pb my my projects jsps. I am obliged to precompile them. I tried to get the same problem with a small appli. I write a very simple jsp : html body %java.util.Date d = new java.util.Date();% Todays date is %= d.getDate()% hello! /body /html When I start tomcat everythings seems ok,

Re: Unable to compile class for JSP

2004-09-30 Thread A Leg
to tomcat 5.028 which will enable me tu use ant1.6.1 for everything. (yes ?) I use only jsp and servlets. Do I need to download something more than Tomcat distrib ? Best regards Andre QM wrote: On Thu, Sep 30, 2004 at 11:36:40AM +0300, A Leg wrote: : org.apache.jasper.JasperException: Unable

resource error was ServletException

2004-06-23 Thread A Leg
(PoolTcpEndpoint.java:575) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:649) at java.lang.Thread.run(Thread.java:534) A Leg wrote: Hi Yes I recompile all application, and jar in my application webapp direstory is the new one. Andre QM wrote: On Tue, Jun 22, 2004

ServletException

2004-06-22 Thread A Leg
Hi I have a servlet communicating with some JINI services. This was good working with Tomcat 4.2 and Jini 1.21 I just upgrade to tomcat 5.0 and Jini 2.0 and I get these error Servlet seems to start OK but it fail systematicaly on Jini checkConstraint method. TcpServerEndpoint exist in my jar, so

Re: ServletException

2004-06-22 Thread A Leg
Hi Yes I recompile all application, and jar in my application webapp direstory is the new one. Andre QM wrote: On Tue, Jun 22, 2004 at 09:55:01PM +0300, A Leg wrote: : I have a servlet communicating with some JINI services. : This was good working with Tomcat 4.2 and Jini 1.21 : I just upgrade