RE: Best eclipse plugin for tomcat development

2006-03-17 Thread Mauricio Fernandez A.
Hi Dola I´m using this one http://www.sysdeo.com/eclipse/tomcatplugin and it works very well. I´m developing on Windows XP but I didn´t test it on linux, maybe it works fine too, perhaps somebody can tell us more info for using it on linux. Mauricio Fernández A. Ingeniero de Sistemas Universidad

RE: Java Question

2006-02-22 Thread Mauricio Fernandez A.
search for USB-Java and javaspain in www.yahoogroups.com Mauricio Fernandez A. Ingeniero de Sistemas Universidad Autonoma de Manizales -Mensaje original- De: Andrew English [mailto:[EMAIL PROTECTED] Enviado el: miercoles, 22 febrero, 2006 16:12 Para: Tomcat Users List Asunto: Java

RE: how to execute javascript file in jsp

2006-01-06 Thread Mauricio Fernandez A.
Hello Marju Here you can see a .jsp fragment where I use what you need: There are some instruction before tag that are not shown here, that is why I put "..." ... strAction = request.getRequestURI(); strImagen = strAction.substring(0,9)+"/jsp/images/"; // strJsp mantain

RE: Tomcat webapps problem.

2005-10-21 Thread Mauricio Fernandez A.
... > But as those jar files are specific to this application, so they should not be placed in shared/lib folder. ... Do you have any good reason to place the jar files in other location than $CATALINA_HOME/webapps//WEB-INF/lib? You are saying that jar files are specific to the application so I w

RE: Server Access Log and Request Information

2005-10-21 Thread Mauricio Fernandez A.
TK, If i understand what you want, you can do something like this. you can define a logger for each page (I think you have jsp`s), that causes that every record on the log file has its logger name on the log file. example: (if you are using log4j) your jsp´s must be like this: (yourJspName = yo

RE: session problem

2005-10-21 Thread Mauricio Fernandez A.
the session did not work, now because it works I even cannot try your solution, but I will try your code if the problem comes up again in the future. Could you tell me if you have encountered this similar problem before? Thank you so much! David "Mauricio Fernandez A." <[EMAIL PROT

RE: session problem

2005-10-21 Thread Mauricio Fernandez A.
David, try this: In Servlet: request.getSession().setAttribute("my","abc"); In jsp: String myString = (String)request.getSession().getAttribute("my"); Mauricio Fernández A. Ingeniero de Sistemas U. Autónoma de Manizales -Mensaje original- De: David Won [mailto:[EMAIL PROTECTED] E

RE: where is "catalina.out" defined and enabled?

2005-10-21 Thread Mauricio Fernandez A.
It was an error, so in windows you don´t have catalina.out, there you have catalina_log.txt as in the server.xml specification. The other log file localhost_log.txt is intended to the localhost virtual server, that is, if you have several virtual servers, each one can has its own log file. Mauric

RE: Problems with graphics on Tomcat 5.5.9 Finally OK!!!

2005-10-15 Thread Mauricio Fernandez A.
dedicated a minute (or minutes :D )to read my posts Mauricio Fernández A. Ingeniero de Sistemas U. Autónoma de Manizales -Mensaje original- De: Mauricio Fernandez A. [mailto:[EMAIL PROTECTED] Enviado el: martes, 11 octubre, 2005 19:12 Para: Tomcat Users List Asunto: RE: Problems with graphics

RE: How to search in Tomcat Mailing list archive?

2005-10-13 Thread Mauricio Fernandez A.
hhh few days ago I was reading a lot becouse it seems is not way to search, so if there is once it is good idea somebody post it Mauricio Fernández A. Ingeniero de Sistemas U. Autónoma de Manizales -Mensaje original- De: Philip Chang [mailto:[EMAIL PROTECTED] Enviado el: jueves, 13 oc

RE: How to re-direct Tomcat output from console to file?

2005-10-13 Thread Mauricio Fernandez A.
you can find tomcat logs in $CATALINA_HOME/logs/catalina.out Mauricio Fernández A. Ingeniero de Sistemas U. Autónoma de Manizales -Mensaje original- De: Philip Chang [mailto:[EMAIL PROTECTED] Enviado el: jueves, 13 octubre, 2005 21:10 Para: users@tomcat.apache.org Asunto: How to re-direct

Tomcat shutdown fails

2005-10-13 Thread Mauricio Fernandez A.
Hi I have a strange situation with tomcat shutdown command, always when I run it I can see the tomcat stop message, however if i try to navigate to a web application I can, it is like another tomcat instances are running too, so to stop it I have to use this kill -9 `ps ax | grep java | grep -v g