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
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
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
...
> 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
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
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
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
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
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
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
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
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
12 matches
Mail list logo