Re: SQL Server 2000: JDBC

2005-10-06 Thread Roberto Rios
Hi, Generally this error occurs when the connection between tomcat and the database is down, or the connection object is using a connection that is poor. For instance, if your tomcat is running, and for some reason, the database goes down and then restart, you will receive this error. So,

Problems serving files to download

2005-06-28 Thread Roberto Rios
Hi, I have a tomcat 4.1.31 (j2sdk1.4.2_08) running in a linux rh9 box. It's a fresh install. I'm from Brazil, so I've configured my linux to use pt_BR.ISO-8859-1. If I type locale, everything is ok. My CATALINA_OPTS has the -Dfile.encoding=ISO-8859-1 I have no problems with my

RES: Problems serving files to download

2005-06-28 Thread Roberto Rios
it will be displayed in the browser window. The user may then save the file from the browser. Robert S. Harper Information Access Technology, Inc. -Original Message- From: Roberto Rios [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 28, 2005 7:49 AM To: 'Tomcat Users List' Subject: Problems serving

Tomcat service terminated unexpectedly

2005-05-09 Thread Roberto Rios
Hi, We have a tomcat running in a W2K Box (tomcat 4.1.30, java 1.4.1_01, W2K SP4, Pentium Xeon 2,8Ghz, 2,5Gb ram). Tomcat is running as a service (default installation) and time to time (random) it crashes with the following message: The Apache Tomcat 4.1 service terminated unexpectedly. It has

RES: Tomcat service terminated unexpectedly

2005-05-09 Thread Roberto Rios
service terminated unexpectedly Do you perchance have the Norton virus known as anti? -Original Message- From: Roberto Rios [mailto:[EMAIL PROTECTED] Sent: Monday, May 09, 2005 7:43 AM To: 'Tomcat Users List' Subject: Tomcat service terminated unexpectedly Importance: High Hi, We have

How to search tomcat user list

2005-04-30 Thread Roberto Rios
Hi, I think that this post is a little bit off-topic, but I couldn't found it elsewhere... How do I search something in the tomcat user list? I used to do it through mail-archives.apache.org, but they changed it and now it's not possible to search it, only browse it. I looking for information

RES: How to search tomcat user list

2005-04-30 Thread Roberto Rios
I found it: http://www.mail-archive.com Bob -Mensagem original- De: Roberto Rios [mailto:[EMAIL PROTECTED] Enviada em: sábado, 30 de abril de 2005 12:18 Para: 'Tomcat Users List' Assunto: How to search tomcat user list Prioridade: Alta Hi, I think that this post is a little bit off

Images CSS not loaded after the request passes through a Servlet Filter

2005-04-28 Thread Roberto
, Roberto

Re: Images CSS not loaded after the request passes through a Servlet Filter

2005-04-28 Thread Roberto
Roberto On 4/28/05, Frank W. Zammetti [EMAIL PROTECTED] wrote: Question: are the requests for images and CSS files also going through the filter? I'm wondering if those requests are getting forarded to the logon page too, which obviously wouldn't work. -- Frank W. Zammetti Founder and Chief

Re: commons-logging logger instances - how to initialize in replicated session objects

2005-02-14 Thread Roberto Cosenza
: [EMAIL PROTECTED] -- Roberto Cosenza http://robcos.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 301 permanent redirects in Tomcat - how to achieve

2005-02-11 Thread Roberto Cosenza
Bainbridge KDE - Conquer Your Desktop - http://kde.org KDE Web Team - [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Roberto Cosenza http://robcos.com

Memory Usage from Mbean

2005-02-10 Thread Roberto Cosenza
Hi. I'm trying to build a Servlet to retrieve some memory information about tomcat. I'm using Tomcat 5.5.7. Which bean contains the jvm memory data? Thanx ___ Roberto Cosenza http://robcos.com - To unsubscribe, e-mail: [EMAIL

Re: IllegalStateException: getOutputStream() has already been called for this response

2005-02-09 Thread Roberto Cosenza
Just don't pass the ouput stream that you get from the servlet but create a new one. When you are done with your business, you'll copy the one on the other. On Wed, 9 Feb 2005 08:24:05 -0500, DAVID TURNER [EMAIL PROTECTED] wrote: Thanks for the advice Roberto. I agree that the approach

Re: IllegalStateException: getOutputStream() has already been called for this response

2005-02-08 Thread Roberto Cosenza
page to display OutputStream out = res.getOutputStream(); res.setContentType(text/plain); out.println(myOutput.toString()); } /roberto - Original Message - From: DAVID TURNER To: tomcat-user@jakarta.apache.org Sent

Re: Recommendation: where to place app config file without overwriting during deploy. JNDI configuration also??

2005-02-08 Thread Roberto Cosenza
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Roberto Cosenza http://robcos.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Class loader and garbage collector

2005-02-07 Thread Roberto Cosenza
is not enough. The number of loaded classes keep increasing when reloading a webapp. The jconsole only shows the number of loaded classes. Is there any way to see which classes are still referenced so that I can further investigate the problem? /roberto -- Roberto Cosenza Infoflex Connect AB, Sweden Tel: +46

Re: separate log4j configurations

2005-02-01 Thread Roberto Cosenza
/class-loader-howto.html In other words, your webapp log4j.configuration will override your tomcat-wide log4j.configuration which may annoy you /roberto - Original Message - From: Tony Tomcat [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Tuesday, February 01, 2005 8:50 PM

Re: separate log4j configurations

2005-02-01 Thread Roberto Cosenza
No, Tomcat will continue to log just as it was configured at the server level. And, actually, his log4j.properties file in WEB-INF/classes wouldn't even get picked up by log4j at all because the default logger repository has already been configured (assuming no manual configuration) so there would

Re: Updating webapps in a running production cluster.

2005-01-29 Thread Roberto Cosenza
if moving to Jboss, with tomcat as a servlet container, will help? Thanx - Original Message - From: Roberto Cosenza [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Thursday, January 20, 2005 8:59 PM Subject: Re: Updating webapps in a running production cluster. We

Re: Updating webapps in a running production cluster.

2005-01-29 Thread Roberto Cosenza
1.2.8 on Windows/Linux Roberto Cosenza schrieb: Sorry if I insist with this post. Has anybody succeeded in updating a webapp in a tomcat cluster without loosing (any)requests? I´m wondering if this is possible at all with tomcat. If we don´t provide a solution we are forced to switch to an other

Re: Updating webapps in a running production cluster.

2005-01-29 Thread Roberto Cosenza
I do mean mod_jk2. Could this be the problem? /roberto - Original Message - From: Peter Rossbach [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Saturday, January 29, 2005 10:42 PM Subject: Re: Updating webapps in a running production cluster. Please update

[OT]Re: Logger file

2005-01-20 Thread Roberto Cosenza
Check on log4j homepage. One strategy is to have a log4j.properties file in your classpath. There you will define where you want your log file to be saved. Please do not discuss this argument on this mailing list since it is not tomcat related. /Roberto - Original Message - From: micky

Re: Updating webapps in a running production cluster.

2005-01-20 Thread Roberto Cosenza
seconds?) 2) Objects stored in the session disappear temporarly, causing eventually annoing npe's. We were wondering if it is possible to achieve an higher reliability but we didn not succeed. /roberto - Original Message - From: Derrick Koes [EMAIL PROTECTED] To: Tomcat Users List tomcat-user

Re: in web.xml

2005-01-17 Thread Roberto Cosenza
Sure! Mark wrote: will getInitParameter(...) translate lt; to ? --- Peter Crowther [EMAIL PROTECTED] wrote: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

High reliability tomcat

2005-01-12 Thread Roberto Cosenza
of this kind? Thanx, -Roberto

RES: Tomcat5 java.lang.OutOfMemoryError

2005-01-10 Thread Roberto Rios
Hi Claudia, It's NOT necessary to reinstall tomcat in order to change it's values. Take a look at: http://forum.java.sun.com/thread.jspa?threadID=559924tstart=360 Bob -Mensagem original- De: SARMIENTO Claudia COGA [mailto:[EMAIL PROTECTED] Enviada em: segunda-feira, 10 de janeiro de

RE: jndi error configuring data source

2005-01-06 Thread Roberto Rios
Hi, Put the JDBC jar in [TOMCAT]/common/lib Do not place it inside your own application lib folder Bob -Mensagem original- De: Scott Purcell [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 5 de janeiro de 2005 20:02 Para: tomcat-user@jakarta.apache.org Assunto: jndi error

RES: I need to configure logs on my virtual hosting

2004-12-30 Thread Roberto Rios
5.0. I found that logger is used below tomcat 5.5.0. Can I use logger in context.xml in mywebapp/META-INF/context.xml? Amit Gupta Mobile: 91-9818052171 Yahoo IM: amitguptainn MSN IM : amitguptainn -Original Message- From: Roberto Rios [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 28

RES: I need to configure logs on my virtual hosting

2004-12-30 Thread Roberto Rios
-Original Message- From: Roberto Rios [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 4:03 PM To: 'Amit Gupta'; 'Tomcat Users List' Subject: RES: I need to configure logs on my virtual hosting Hi, Yes, you can. Take a look at the admin context provided with tomcat (as an example

RE: I need to configure logs on my virtual hosting

2004-12-28 Thread Roberto Rios
Hi, Which tomcat version? For tomcat 4.X put a LOGGER component inside the context and specify the directory that you want. Take a look at (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/logger.html) This procedure works with TC 5.0.X, but it's deprecated. For TC 5.5, look at

Re: Tomcat lost request parameters

2004-12-23 Thread Roberto Rios
Hi, Thanks for replying. I was looking through the code trying to find multi-threading problems (like Bob said). So, I decided to post some code fragments in order to show to you how stupid these errors are... jsp:useBean id = ticket class = com.mycompany.Ticket/ % ticket.setAttribute(code,

Tomcat lost request parameters

2004-12-22 Thread Roberto Rios
Hi, I know that my subject sounds crazy, but I'm going nuts... I have an application, 100% java (jsp 1.2 and servlet 2.3). This application has more or less 1,5 years. So it is stable. I always used tomcat as my web server (without apache because I don't have static html to be served) with no

[OT] Re: Tomcat mailing list is full of non tomcat topics

2004-12-09 Thread Roberto Cosenza
to an intvery legitimate question but very OT. I know that you can't kill a user for writing such questions/answers, but it they were just reminded, from time to time... I think that educating the list users is a duty of the mailing list itself. /roberto -- Roberto Cosenza Infoflex Connect

Re: [OT] Re: Tomcat mailing list is full of non tomcat topics

2004-12-09 Thread Roberto Cosenza
It's like those posters that remind people not to be rude with their cellphones in public places: the offenders hardly recognize themselves, so the posters are a waste. =) -QM That's a risk, but there is people who care but just needs to be informed -- Roberto Cosenza Infoflex Connect AB

Re: prevent multiple form posts using only servlets

2004-12-09 Thread Roberto Cosenza
have support for it (www.springframework.com). /Roberto Elihu Smails wrote: Is there a way to prevent multiple form posts from the same page/user/session using only servlets? I have a page where users can upload files, but I do not want them to keep smashing the upload button if their files

Re: Tomcat synchronous shutdown?

2004-12-08 Thread Roberto Cosenza
Will tomcat wait until time consuming requests are completed before shutting down? /rob - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 9:36 PM Subject: RE: Tomcat synchronous shutdown? Hi, The Tomcat

Tomcat mailing list is full of non tomcat topics

2004-12-08 Thread Roberto Cosenza
for those users lookin for other kind of help? It will sure enhance the quality of the list a lot. /Roberto

Re: Tomcat mailing list is full of non tomcat topics

2004-12-08 Thread Roberto Cosenza
PROTECTED] Sent: Wednesday, December 08, 2004 10:57 PM Subject: RE: Tomcat mailing list is full of non tomcat topics From: Roberto Cosenza [mailto:[EMAIL PROTECTED] Subject: Tomcat mailing list is full of non tomcat topics Isn't it time to route this traffic to other mailing lists? Are you

Re: logging swallow output

2004-12-04 Thread Roberto Cosenza
Yes, I'm using a ConsoleAppender. Are you telling me to use SimpleLog ? I don't think that the link you sent me clarifies my ideas... /rob David Stevenson wrote: Is your Log4j configured to use a ConsoleAppender? That might possibly explain it.

logging swallow output

2004-12-03 Thread Roberto Cosenza
For some reason I still have a lot of messages getting to catalina.out even If I have swallowoutput=3 and my logger gets a copy of the message. What can the problem be? I use tomcat 5.0.28 -- Roberto Cosenza Infoflex Connect AB, Sweden Tel: +46-(0)8-55576860, Fax: +46-(0)8-55576861 -- Nordic

Re: logging swallow output

2004-12-03 Thread Roberto Cosenza
I did mean swallowOutput=true My typo. Problem still there, strange... (I'm using commons-logging + log4j to log) Ben Souther wrote: On Fri, 2004-12-03 at 04:28, Roberto Cosenza wrote: For some reason I still have a lot of messages getting to catalina.out even If I have swallowoutput=3

Re: tomcat5.0 shutdown

2004-12-02 Thread Roberto Cosenza
] For additional commands, e-mail: [EMAIL PROTECTED] -- Roberto Cosenza Infoflex Connect AB, Sweden Tel: +46-(0)8-55576860, Fax: +46-(0)8-55576861 -- Nordic Messaging Technologies is a trademark of Infoflex Connect. Please visit www.nordicmessaging.se for more information about our carrier-grade messaging

Re: [OT] Which webframework to use?

2004-11-29 Thread Roberto Cosenza
Take a look at Spring. It is much more than a MVC though. Allistair Crossley wrote: +1. we've created an intranet on struts, integrated backend solutions like a CMS, search engine, custom applications, SQL server etc... is very cool. Allistair. -- Roberto Cosenza Infoflex Connect AB, Sweden

Re: jaring a zip file

2004-09-22 Thread Roberto Cosenza
Unzip it and then run jar -cvf filename.jar theoldfiles to create a new jar -- Roberto Cosenza Infoflex Connect AB, Sweden Tel: +46-(0)8-55576860, Fax: +46-(0)8-55576861 -- Nordic Messaging Technologies is a trademark of Infoflex Connect. Please visit www.nordicmessaging.se for more information

Re: JSP Implicit import

2004-09-22 Thread Roberto Cosenza
jsp, anyway, should import those classes by itself. -- Roberto Cosenza Infoflex Connect AB, Sweden Tel: +46-(0)8-55576860, Fax: +46-(0)8-55576861 -- Nordic Messaging Technologies is a trademark of Infoflex Connect. Please visit www.nordicmessaging.se for more information about our carrier-grade

Re: Location of third party jar files.

2004-09-09 Thread Roberto Cosenza
directory. You probably have a corrupted jar file or you have bad permissions on the WEB-INF/lib directory. Check that the user running Tomcat can access the dir correctly. /rob -- Roberto Cosenza Infoflex Connect AB, Sweden Tel: +46-(0)8-55576860, Fax: +46-(0)8-55576861 -- Nordic Messaging

Tomact + jk2: won't shutdown

2004-09-09 Thread Roberto Cosenza
the problem? (Strange enough: we have an other box which is running exactly the same configuration and it works perfectly) -- Roberto Cosenza Infoflex Connect AB, Sweden Tel: +46-(0)8-55576860, Fax: +46-(0)8-55576861 -- Nordic Messaging Technologies is a trademark of Infoflex Connect. Please

Re: Tomact + jk2: won't shutdown

2004-09-09 Thread Roberto Cosenza
Shapira, Yoav wrote: Hi, The most common reason for failed shutdowns as you describe, i.e. Tomcat closing but some threads (and therefore the JVM process) still alive, is your app (or libraries used by your app) starting up non-daemon threads and not shutting them down on exit. The JVM cannot

Logger configuration

2004-09-07 Thread Roberto Cosenza
How do I configure context loggers so that everything written to stdout or stderr goes to a special file? My debug messages are only printed to catalina.out. Thanx -- Roberto Cosenza Infoflex Connect AB, Sweden Tel: +46-(0)8-55576860, Fax: +46-(0)8-55576861 -- Nordic Messaging Technologies

Re: Logger configuration

2004-09-07 Thread Roberto Cosenza
Bedrijven.nl wrote: see tomcat page http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/index.html Thanx, I read the manual. The fact is that the logger seems to not to log what i print using System.out.println. Am I right or am I just confusing stuff? -- Roberto Cosenza Infoflex Connect

Re: Logger configuration

2004-09-07 Thread Roberto Cosenza
for. /roberto -- Roberto Cosenza Infoflex Connect AB, Sweden Tel: +46-(0)8-55576860, Fax: +46-(0)8-55576861 -- Nordic Messaging Technologies is a trademark of Infoflex Connect. Please visit www.nordicmessaging.se for more information about our carrier-grade messaging products

Re: Logger configuration

2004-09-07 Thread Roberto Cosenza
Bedrijven.nl wrote: See the product Log4j. -Oorspronkelijk bericht- Van: Roberto Cosenza [mailto:[EMAIL PROTECTED] Verzonden: Tuesday, September 07, 2004 1:48 PM Aan: Tomcat Users List Onderwerp: Re: Logger configuration Bedrijven.nl wrote: see tomcat page http://jakarta.apache.org

Servlet coming as file download

2004-08-05 Thread Carlos Roberto de Oliveira Queiroz
Hello, I have a Apache 2.0.50 with an active mod_deflate connecting to Tomcat (4.x) via mod_jk2. After I activated deflate, sometimes when I call a servlet IE doesn´t open the page with the servlet response, but a file download window as if I was trying to download a file named 'servlet'.

Strage Behaviour - Tomcat Memory Leak

2004-08-05 Thread Roberto Rios
Hi, I was doing an evaluation of JProfiler in order see the improvements did since the last time I used it. I has a feature (like other profilers) that shows the heap usage in real time. As I always do, I have installed a new copy of tomcat, with NO changes. I have just unziped it into a

RE: Strage Behaviour - Tomcat Memory Leak

2004-08-05 Thread Roberto Rios
features. Since the last time that I have tested it, they have improved a lot. Thanks, Bob -Mensagem original- De: Roberto Rios [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 5 de agosto de 2004 13:40 Para: [EMAIL PROTECTED] Assunto: Strage Behaviour - Tomcat Memory Leak Hi, I

Long running JDBC session

2004-05-04 Thread Carlos-Roberto Queiroz
Hello, I have a servlet that connects to an Oracle database (9i) using classes12.jar JDBC file. In it, there´s a loop that executes a quick query 3000 times, and that´s running for long 10 minutes !! Is there any way I can optimize this connection (JDBC parameters maybe) for such case ?

Re: Long running JDBC session

2004-05-04 Thread Carlos-Roberto Queiroz
obtain connection and how you create statements. Are you using PreparedStatements? Nathan On May 4, 2004, at 2:31 PM, Carlos-Roberto Queiroz wrote: Hello, I have a servlet that connects to an Oracle database (9i) using classes12.jar JDBC file. In it, there´s a loop that executes

where to find mod_jk2 for linux?

2004-03-15 Thread Márcio Roberto
Hello, I cant find the jk2 connector for Linux. I am running tomcat 4.1.30 and Apache 2.0.48. In the binaries page of mod_jk2 there are only directories for solaris and win32. Anyone knows where I can find it Thanks! -

Great Compiling Problem

2003-11-21 Thread Roberto Bottoni - AfterBit \(TMP\)
get no problem. I can find any solution.. any idea?? Thanks Roberto. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Help : Linux Debian

2003-11-14 Thread Roberto Bottoni - AfterBit \(TMP\)
Anyone has successfully installed Apache 2 and Tomcat 4.1.29 on Debian? And most important.. the integration between Apache and Tomcat !! Roberto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Tomcat startup script

2003-11-14 Thread Roberto Bottoni - AfterBit \(TMP\)
I'm looking for a startup script for Tomcat for starting it at system boot. Thanks! Roberto. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Apache 2 and Tomcat 4.1.29

2003-11-13 Thread Roberto Bottoni - AfterBit \(TMP\)
() Found child 1995 in scoreboard slot 5 [Thu Nov 13 18:09:34 2003] [notice] workerEnv.init() ok /etc/apache2/conf/workers2.properties but if I load a jsp page I get it as an HTML page. Where is the error? Thanks! Roberto

Re: Integrating Tomcat 4.1.29 with Apache 2

2003-11-13 Thread Roberto Bottoni - AfterBit \(TMP\)
What linux box you have? - Original Message - From: Dave Morrow [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, November 13, 2003 7:19 PM Subject: Integrating Tomcat 4.1.29 with Apache 2 Hi all, well, as seen by my previous posting, I have finally gotten

Re: Integrating Tomcat 4.1.29 with Apache 2

2003-11-13 Thread Roberto Bottoni - AfterBit \(TMP\)
the Autodata system administrator at [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -Original Message- From: Roberto Bottoni - AfterBit (TMP) [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 1:33 PM To: Tomcat Users List Subject: Re: Integrating Tomcat 4.1.29 with Apache 2

Invalidated session

2003-10-15 Thread Carlos-Roberto Queiroz
Sorry for the dull question, but I´d like to know what an invalidated session is, and when a session gets invalidated (just timeout ?) Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

closing browser terminates servlet ?

2003-08-25 Thread Carlos-Roberto Queiroz
Hello, I´d like having some help on a test I´m doing : I have a servlet that updates a record in a table in database, but it cannot do it immediately because I´m locking the table using another client. The browser progress bar will just go on and on while the servlet waits to perform the

Monitoring Tomcat

2003-08-14 Thread Carlos-Roberto Queiroz
Hello, I´d like to know about any tools one can use to monitor Tomcat JVM for performance issues (e.g. most consuming object, gc execution). Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RMI Stubs And Tomcat 4.1.24

2003-07-28 Thread Roberto Bouza
... Thanks in advance. -- = Roberto Bouza Fraga = === Research Development Engineer Ella Fontanals Cisneros Holdings Ph: (305)-860-0116 / Fax:(305)-860-9401 === e-Mail:[EMAIL PROTECTED

Re: web.xml parameters mappedfile and largefile don't work

2003-07-17 Thread Jose Roberto M. Garcia
=== Jose Roberto M. Garcia ICQ: 64364941 TecnologistaCPTEC/INPE (12) 3186-8405 MCT - http://www.cptec.inpe.br

javac vs. jikes (a corrected title now)

2003-07-17 Thread Jose Roberto M. Garcia
=== Jose Roberto M. Garcia ICQ: 64364941 TecnologistaCPTEC/INPE (12) 3186-8405 MCT - http://www.cptec.inpe.br

Re: javac vs. jikes (a corrected title now)

2003-07-17 Thread Jose Roberto M. Garcia
:25:42 -0300, Jose Roberto M. Garcia [EMAIL PROTECTED] wrote: Hi people, I´m configuring Tomcat on Solaris as a production system to serve one app on our intranet. It really doesn´t have any static page, so we´ve decided not to integrate Apache. I´ve followed some of the optimization tasks

RE: Bugs with Session Replication

2003-06-23 Thread Carlos-Roberto Queiroz
fine, turn off your debugging --debug=10 set to debug=0 and nothing will be printed the article on theserverside only works for Tomcat 4.0.x not 4.1.x. filip -Original Message- From: Carlos-Roberto Queiroz [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 2:54 PM To: [EMAIL

Bugs with Session Replication

2003-06-18 Thread Carlos-Roberto Queiroz
Hello, could anyone help me ? I ´ve tried three implementations for session replication with Tomcat (4.1.18 on Red Hat 7.2) but I´ve got problems with all of them. I first used the solution discussed in Filip Hanik´s article on ServerSide, In Memory Session Replication in Tomcat 4, but every

Admin Webapp Error

2003-02-12 Thread Roberto Rios
works fine too, but the admin module... Please, some one have a solution to this problem? Thanks in advance, Roberto Rios - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RES: Admin Webapp Error - SOLVED

2003-02-12 Thread Roberto Rios
... Thanks again, Roberto -Mensagem original- De: Roberto Rios [mailto:[EMAIL PROTECTED]] Enviada em: quarta-feira, 12 de fevereiro de 2003 11:34 Para: [EMAIL PROTECTED] Assunto: Admin Webapp Error Prioridade: Alta Hi all, I am trying to use the admin module that comes with tomcat 4.1.18

RE: Connection Pooling Help

2002-12-09 Thread Roberto Bouza
-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- = Roberto Bouza Fraga = === Research Development Engineer Ella Cisneros Fontanals Holdings Ph: (305)-860-0116 / Fax:(305)-860

RE: Tomcat 4.1, DBCP and Oracle

2002-12-09 Thread Roberto Bouza
] -- = Roberto Bouza Fraga = === Research Development Engineer Ella Cisneros Fontanals Holdings Ph: (305)-860-0116 / Fax:(305)-860-9401 === e-Mail:[EMAIL PROTECTED] -- To unsubscribe, e-mail

SQLException: Cannot load JDBC

2002-12-06 Thread Roberto Bouza
in the commons/lib. 3.) Use the JK2 Connector, that the MVP to connect Apache with tomcat and have a good pool connection. Is more difficult to configure, but it works. ;) I hope, this help somebody with the same issue. Thanks to all. -- = Roberto Bouza Fraga

RE: java.sql.SQLException: Cannot load JDBC driver class 'null'

2002-12-05 Thread Roberto Bouza
: Cannot load JDBC driver class 'null'... Thanks you for your help. -- = Roberto Bouza Fraga = === Research Development Engineer Ella Cisneros Fontanals Holdings Ph: (305)-860-0116 / Fax:(305)-860-9401

RE: java.sql.SQLException: Cannot load JDBC driver class 'null'

2002-12-05 Thread Roberto Bouza
Eric, I tried that, but I still get the same error... Quoting Roberts, Eric [EMAIL PROTECTED]: Roberto, Subtle difference between my code and yours: ctx = new InitialContext(); Context envCtx = (Context) ctx.lookup(java:/comp/env/); DataSource ds = (DataSource

RE: java.sql.SQLException: Cannot load JDBC driver class 'null'

2002-12-05 Thread Roberto Bouza
Eric, I'm sure that the context lookup is fine and works both ways with the / and without the /, why, I tested both ways and I can bind with the JNDI Resource, if the problem were there then I get like a NamingException or NamingResourceNotFound beacuse the binding name were wrong. Am I right?

java.sql.SQLException: Cannot load JDBC driver class 'null' (Apache-Tomcat)

2002-12-05 Thread Roberto Bouza
the exception of JDBC driver class 'null', when I try to get the connection... Any ideas Thanks in advance. Quoting Roberto Bouza [EMAIL PROTECTED]: Eric, I'm sure that the context lookup is fine and works both ways with the / and without the /, why, I tested both ways and I can bind

java.sql.SQLException: Cannot load JDBC driver class 'null'

2002-12-04 Thread Roberto Bouza
for your help. -- = Roberto Bouza Fraga = === Research Development Engineer Ella Cisneros Fontanals Holdings Ph: (305)-860-0116 / Fax:(305)-860-9401 === e-Mail:[EMAIL PROTECTED

Re: Loading Properties Files

2002-12-04 Thread Roberto Bouza
WARs classes area. Regards, Will Hartung ([EMAIL PROTECTED]) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- = Roberto Bouza Fraga

REPOST: mod_jk

2002-03-24 Thread Roberto Lo Giacco
apache handlers which both display the mod_jk module was loaded. If my config files are needed I can post them, but I didn't want to overload the list with garbage that's why I haven't appended them to the end of this email. Does anyone can help me? Thanks, Roberto

mod_jk

2002-03-22 Thread Roberto Lo Giacco
I've a problem trying to integrate Tomcat4 with Apache 1.3: everything seems going well, tomcat starts correctly and creates the mod_jk.conf, the workers.properties is set up correctly, or at least I think so, but when I start up apache a warning is issued telling me that the mod_jk is not

Content Negotiation

2002-03-15 Thread Roberto Lo Giacco
Is it possible to set up content negotiation on JSPs using Apache + mod_negotiation + Tomcat ?

Re: getparameter

2001-10-03 Thread Roberto B.
I use linux (debian), T3.2.3 and jsdk 1.4 ...and your code works! Try to upgrade to jsdk 1.4 R. - Original Message - From: Michele Cerioni [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 03, 2001 6:38 PM Subject: getparameter Hi, I use jakarta-tomcat-3.2.3 and

Re: getparameter

2001-10-03 Thread Roberto B.
For now... I have no problem. However.. you could try jsdk 1.3 R. - Original Message - From: Michele Cerioni [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 03, 2001 7:29 PM Subject: Re: getparameter Roberto B. wrote: I use linux (debian), T3.2.3 and jsdk 1.4

Restart Tomcat to load Java Beans

2001-10-02 Thread Roberto B.
I'm using Tomcat 3.2.3. I use java beans for my site (myapp). 1) I place my beans under dir: /webapps/myapp/WEB-INF/classes. Is it right? 2) Every time I change a bean, I compile it and I must restart Tomcat to get this changes ... Is it right?.. or is there another way to do this? Roberto.

Using java bean

2001-10-02 Thread Roberto B.
I'm using Tomcat 3.2.3. I use java beans for my site (myapp). 1) I place my beans under dir: /webapps/myapp/WEB-INF/classes. Is it right? 2) Every time I change a bean, I compile it and I must restart Tomcat to get this changes ... Is it right?.. or is there another way to do this? Roberto.

Develop Application

2001-09-05 Thread Roberto B.
on windows (using address like this: www.myserver.com:8080/myapp ) in order to use the graphical interface and then.. when it is finished.. put my application under linux. My question is: Do I have to change anything to do this (put my jsp file from windows to linux)? Roberto.

Re: Develop Application

2001-09-05 Thread Roberto B.
native calls but stick to pure java. Regards Roland - Original Message - From: Roberto B. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 05, 2001 4:41 PM Subject: Develop Application I use a linux (debian) box with no graphical interface (x-window..). On this system I

Wierd RMI...

2001-09-04 Thread Roberto B.
. : : and then I suppose that the rest of the error is caused by the lack of the server RMIJDBC. Any idea what means wierd RMI...??? Thanks! Roberto.

Re: Wierd RMI...

2001-09-04 Thread Roberto B.
... Roberto B. [EMAIL PROTECTED] wrote: I'm using a linux (debian) box and a win2000 server box. On both I use Tomcat 3.2.3 I use a RMIJDBC (type 3) driver to connect to an Access DB. The following code give me an error: : Class.forName(RmiJdbc.RJDriver); String sourceURL

Re: Ajp13 protocol

2001-08-31 Thread Roberto B.
Yes.. I have the same ones ! But I'm asking now what does it means RequestInterceptor className=org.apache.tomcat.modules.server.Ajp13Interceptor port=8009/ that is written in the doc. mod_jk-howto for Tomcat 3.2... Roberto. - Original Message - From: Cristian Bortolato

Ajp13 protocol

2001-08-30 Thread Roberto B.
?? thanks! Roberto.

Re: Ajp13 protocol

2001-08-30 Thread Roberto B.
=org.apache.tomcat.modules.server.Ajp13Interceptor port=8009/ to enable Ajp13 protocol, but when I start Tomcat 3.2.3 I receive an error. Is it necessary the above line in order to activate Ajp13?? thanks! Roberto.

mod_jk.so differences

2001-08-29 Thread Roberto B.
/release/v3.2.3/bin/linux Thanks! Roberto.

Re: mod_jk.so differences

2001-08-29 Thread Roberto B.
sorry.. now I have understood!! but where I find mod_jk for Linux for Tomcat 3.2.3?? Thanks! R. - Original Message - From: Roberto B. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 29, 2001 10:07 AM Subject: mod_jk.so differences I used Tomcat 4 with Apache but I have

  1   2   >