Re: logging

2010-02-16 Thread reno . rkcrew
Sayin, did you have a look on the wiki: http://wiki.apache.org/tomcat/FAQ/Logging S. > > Hi, > > I have an application which uses "apache commons logging" for logging . > When i deployed this appication to tomcat 6.0.20 , the appication level logs > are not dispayed . I havent altered the defa

Re: knowing the status using Tomcat's start ant task

2009-12-28 Thread reno . rkcrew
srikanth, did you read this: http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html#Executing%20Manager%20Commands%20With%20Ant? it may help you :-) regards supareno > > Hi, > > I am using Tomcat 6.0.16 on JDK 1.5.09. > I am using Tomcat's ant task "start" to start an application. > > If I

Re: how to get the console output on ubuntu

2009-06-16 Thread reno . rkcrew
Selon Marcus Better : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > syed shah wrote: > > 1)How to get console output on ubuntu > > If you are running Tomcat with the startup script provided by Ubuntu in > /etc/init.d/tomcat*, you have logs in /var/log/tomcat* and > /var/log/daemon.log. The

config problem

2008-08-27 Thread reno . rkcrew
hello, we are facing a problem! config: jdk 1.4 tomcat 4 the server is configured to be accessed by an network internal IP but it is not working with an external IP . i did the config in the server.xml but it is not working [...] [...

libs oracle and tomcat 5.5

2008-06-20 Thread reno . rkcrew
hello everyone, is anybody know why the oracle lib should be placed into the 'common/endorsed' folder to be seen by BIRT ? i put them into 'common/lib' and i had an sql error ... thanks fred - To start a new topic, e-mail: user

Re: NoClassDefFoundError, Tomcat isn't seeing JARs in webapps//lib?

2007-09-04 Thread reno
hello, > Here's my web.xml: > @home:~/dev/tomcat/webapps/HelloWicket/WEB-INF$ cat web.xml > > "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" >"http://java.sun.com/dtd/web-app_2_3.dtd";> > > > configuration > development > > >

Re: Tomcat Installtion issue

2007-08-06 Thread reno
On dim, 2007-08-05 at 17:12 +0530, Partha Goswami wrote: > Hi, > > I am going to install/start Tomcat 6x version in solaris 10. Now, > > I did, > > # mkdir < path of tomcat dir > log > # JAVA_HOME=/usrjava you may forget a "/" after usr and JAVA_HOME should point to the jre > #export JAVA_HO

Re: Problem to configure servelet on Tomcat6

2007-07-31 Thread reno
catch the NumberFormatException check the given parameter: if your parameter is empty or is different that a number, set it to a default value http://java.sun.com/j2se/1.5.0/docs/api/java/lang/NumberFormatException.html it is more a servlet problem than a tomcat problem F. > Hi, > I've configur

Re: Coverting Program to Servlet

2007-05-24 Thread reno
Hi, i'm sorry but i'm not sure that we will do your homework... check this: http://www.unix.org.ua/orelly/java-ent/servlet/index.htm and http://java.sun.com/products/servlet/articles/tutorial/ to understand how servlets work. good luck S. > Dear All, > The following program uses socket.

Re: Which Version Of Tomcat 5.5.23 to download

2007-04-18 Thread reno
http://apache.cict.fr/tomcat/tomcat-5/v5.5.23/README.html > Hi Frends, > I m downloading Tomcat 5.5.23 from > http://tomcat.apache.org/download-55.cgi i m about to download it from the > binary distribution but thier is many subcategory in binary distribution > like Core,Depoyer,Embedded,Admi

Re: unable to install tomcat 5.0

2007-04-11 Thread reno
http://www.google.com/search?q=install+tomcat+5 > Hi, > > I'm trying to install tomcat 5.0 by downloading it directly from the > apache official website." > after unziping the same...im getting the error > > "the specified service doesnot exist as an instaled service...unable to > open the ser

RE: How do you change default log level from INFO to ERROR in Tomcat 5.0.28?

2007-03-27 Thread reno
Le mardi 27 mars 2007 à 10:29 +0200, Mirou, Antoine a écrit : > Hello, > > > > I just upgraded from 4.1.29 to 5.0.28, and now when I startup the > Tomcat > > Server, I see 15 some odd INFO messages being printed to the console > > window. I only want a couple system.outs that inform me that the

Re: Can't view examples

2007-03-26 Thread reno
are you sure that the folders that you wanna see are on your machine? > Hi, > > I installed Apache Tomcat/6.0.10 on Win > XP Pro. Tomcat Web Application Manager > shows status is OK. But when I click on Servlets and JSP Examples link on > http://127.0.0.1:8080/, I get a 404 error. I also get

Re: Log4j problems in Tomcat 5.x

2007-03-21 Thread reno
Le mercredi 21 mars 2007 à 14:36 +0530, Gaurav Kushwaha a écrit : > I am trying to use log4j with Tomcat. I created a log4j.properties file and > dumped it in WEB-INF/classes. I believe its still not being picked up by > Tomcat. Any ideas ? could you please precise your problem... is your log4j

Re: Logging

2007-03-20 Thread reno
> > If I place a logging.properties in my context/WEB-INF/classes I > > seem to get the correct logging information in my log file. > > However, the output also seems to get the catalina.out. I really > > only want it in the context specific. Is there something else to > > configure to p

Re: Logging

2007-03-20 Thread reno
> I had planned on using commons logging.. Would you recommend log4j over > commons logging. YES !! but you can also define which logger commons logging will use if you want... check this http://jakarta.apache.org/commons/logging/guide.html#Quick_Start Regards F > > reno w

Re: Logging

2007-03-20 Thread reno
if yuo are using log4j, put a log4j.properties in your /WEB-INF/classes/ folder then, follow this nice tutorial http://www.vipan.com/htdocs/log4jhelp.html regards S. > Hello, > > If I place a logging.properties in my context/WEB-INF/classes I seem to > get the correct logging information in my

Re: Tomcat setup / config (System.exit if exception thrown)

2007-02-08 Thread reno
Le mercredi 07 février 2007 à 23:17 -0800, Lisa a écrit : > When starting up Tomcat, I would like to do a System.exit() if an exception > of any kind is thrown. Is there a way to configure this? We are using a > large number of frameworks (Spring, Hibernate, log4j) and I want the > developers t

Re: conecting tomcat 5.5.17 to IIS 6

2007-01-16 Thread reno
have you read this and follow all the steps: http://tomcat.apache.org/connectors-doc/reference/iis.html > I'm not trying to be a spammer but nobody has responded yet. > > Has anyone got JK-1.2.20 to work with IIS 6? > > I went back to version 1.2.15 and it works now but the developers tell > me

troubles with error pages

2007-01-10 Thread reno
hello, i 've got this exception java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(De