Re: How to deploy my first War in Tomcat 6?

2009-11-26 Thread supareno
On 26/11/2009 09:41, Jack Morton wrote: Thanx for replying p :) I'm sorry for multiples posts, is there tools automating/facilitating deployment ? a) for facilating deployment, you can have a look to these links:

Re: Scheduling tasks in Tomcat

2009-04-29 Thread supareno
Hi, if it is possible, you could use Spring and the scheduling Quartz implementation check out this http://static.springframework.org/spring/docs/2.5.x/reference/scheduling.html regards supareno Hi I would suggest u to use the Listener tag instead of Load on startup listener listener

clustering error

2009-04-11 Thread supareno
log (multicast error) so my question is: is it possible to test the clusterng with two tomcats on the same machine? regards supareno - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e

Re: Can't use J2EE libraries in Eclipse

2009-03-01 Thread supareno
not sure that is possible to download the ee sdk separeted from glassfish it was possible with j2ee 1.4 hope this help supareno Hi, I am working on Mac OS X. I have the latest version of Tomcat, and Eclipse Europa. Mac OS X did not come with J2EE. I downloaded J2EE with GlassFish from Sun. Set

Re: Tomcat Service

2009-03-01 Thread supareno
motit, will it possible to tomcat to compile jsps without a jdk? tomcat and a jre has ever been discussed here: http://www.mail-archive.com/users@tomcat.apache.org/msg50300.html hope this help supareno Hi, According to Tomcat bin/service.bat file, the environment variable JAVA_HOME needs

Re: Tomcat Service

2009-03-01 Thread supareno
Caldarale, Charles R a écrit : From: supareno [mailto:reno.rkc...@free.fr] Subject: Re: Tomcat Service will it possible to tomcat to compile jsps without a jdk? Tomcat does not need a JDK to compile JSPs (and it's been that way a long time). sorry, i apologize - Chuck

Re: Lambda Probe is back

2008-11-07 Thread supareno
Mark , the demo didn't work :-( http://demo.lambdaprobe.org/probe/index.htm : internal server error supareno Christopher Schultz wrote: Mark, Mark Thomas wrote: I have been mentioning Lambdaprobe and its disappearance at ApacheCon and one of the attendees pointed out it is back

tomcat and Shark TOgether

2008-10-28 Thread supareno
hello everyone, just a mail to know if anybody here is using Shark as BPM workflow?? i should make test on it and i would like to have any returns from users if anyone exists ! bye supareno - To start a new topic, e-mail

Re: Controlling the order of classloading.

2008-10-16 Thread supareno
hi, i did some research and i found this http://mail-archives.apache.org/mod_mbox/struts-user/200606.mbox/[EMAIL PROTECTED] and this http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/parsers/SAXParserFactory.html i don't know if it could help you but i learn something new: we can configure

Re: config problem

2008-08-28 Thread supareno
=org.apache.catalina.valves.AccessLogValve directory=logs prefix=gedai_access_log. suffix=.txt pattern=common resolveHosts=false/ /Host [...] when i try to access to the IP, i've got an error 500 - no context configured... what did i do wrong?? supareno

Re: Add yourself to mobchannel.com

2008-08-21 Thread supareno
Arun a écrit : Guys, I am running the site (mobchannel.com) which aggregates all the blogs in www. It does a clean update of all blogs on a per day basis and categorizes them in so many ways This is the one BIG site which can give you much more capabilities in the near future. If you find the

Re: web.xml pbm

2008-04-07 Thread supareno
Chuck, my Context element is in the proper place!! the thing that i don't understand is: why it is working with easyeclipse (when i start my webapp with ee, there is no problem) and why it doesn't work when i try to create the war with a build.xml ?? From: supareno [mailto:[EMAIL PROTECTED

Re: web.xml pbm

2008-04-06 Thread supareno
at 4:49 AM, supareno [EMAIL PROTECTED] wrote: i write a build.xml file to build and deploy my war. (compilation OK and deployment on the server OK) but, when i try to start it, it starts but when i try to access to it, i'm only seeing the list of the apps prrsents in the webapps folder

web.xml pbm

2008-04-04 Thread supareno
hello, my config is: tomcat 5.5.9 jdk 6 linux ubuntu eclipse 3.2 ant 1.7.0 i write a build.xml file to build and deploy my war. (compilation OK and deployment on the server OK) but, when i try to start it, it starts but when i try to access to it, i'm only seeing the list of the apps

Re: web.xml pbm

2008-04-04 Thread supareno
the web.xml is in the WEB-INF folder when i deploy the war file , the log write this stuff 4 avr. 2008 14:28:33 org.apache.catalina.core.NamingContextListener lifecycleEvent GRAVE: La création du context de nommage (naming context) a échoué : javax.naming.NamingException: Le Contexte est en

Re: web.xml pbm

2008-04-04 Thread supareno
David Smith a écrit : That error is different from what you originally posted and implies your webapp is trying to modify the tomcat supplied JNDI name context. That context which houses tomcat container supplied stuff like database pools is read only. ... But that's a different post. Back

Re: problem installing SSL om Debian

2008-01-01 Thread supareno
Neha, it is more a Linux question than a tomcat question :-) are you sure to have the privileges to run keytool?? happy new year supareno Hi! i have installed Tomcat 5.5 on debian etch. Also installation on APR is working correctly. i want to install and configure SSL outputs are #java