Re: Hi

2004-09-29 Thread fabio
resolves to the ip? fabio. Carlos Bracho wrote: Hi, Craigmcc, I received a message from you with this text On Wed, 29 Sep 2004 11:23:40 -0500, Craigmcc [EMAIL PROTECTED] wrote: Dangerous Attachment has been Removed. The file price.cpl has been removed because of a virus. It was infected

Getting started questions about Jakarta

2004-09-28 Thread fabio
Hi. I want to develop solutions based on Java. The servers are running Solaris sparc, we want to use apache httpd server. I would like to know What exactly is the different from Jakarta and conventional apache server version?. The analogy is jakarta is to tomcat like apache is to mod_foo ?

Tomcat5 not logging

2003-12-17 Thread Grassi Fabio
. I'm still tracking down the problem and I'm a bit confused at the moment, but just wanted to know whether there where known issues. TIA, Fabio. Ai sensi della Legge 675/96, si precisa che le informazioni contenute in questo messaggio sono riservate ed a uso esclusivo del destinatario. Qualora

problem in FORM authentication

2003-09-11 Thread Fabio Bazzani
I'm using tomcat 4.1.27. I authenticate with FORM login and I get 400 error: The request sent by the client was syntactically incorrect (Invalid direct reference to form login page). when I try to get a page with security constraints Tomcat show me the login page (action = j_security_check ,

Re: problem in FORM authentication

2003-09-11 Thread Fabio Bazzani
are authenticated and can access the protected area? YES -Original Message- From: Fabio Bazzani [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 3:17 PM To: Tomcat Users List Subject: problem in FORM authentication I'm using tomcat 4.1.27. I authenticate with FORM login

problem in session closing for explorer

2003-09-11 Thread Fabio Bazzani
After I authenticate I begin a session. Closing the browser my session does not go down. When I open a new browser my old session is still on. What to do to terminate my session when I close my browser? FB.

tomcat 4.1.27: Realm authentication 400 error code

2003-09-05 Thread Fabio Bazzani
How is it possible I get this message: HTTP Status 400 - Invalid direct reference to form login page during JDBC Realm FORM authentication. These are the stpes I followed : 1. create tables in mysql db : create table IsInRole( usernamevarchar(20) not null,

tomcat 4.1.27: cannot shutdown tomcat !!

2003-09-04 Thread Fabio Bazzani
. For safety, tomcat will only accept connections from localhost on the shutdown port. Yoav Shapira Millennium ChemInformatics -Original Message- From: Fabio Bazzani [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 12:29 PM To: Tomcat Users List Subject: tomcat 4.1.27: cannot

(errata corrige) tomcat 4.1.27: cannot shutdown tomcat !!

2003-09-04 Thread Fabio Bazzani
I'm sorry for previous wrong message !! This is the correct one !! see details down. Fabio - Original Message - From: Fabio Bazzani [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 04, 2003 4:03 PM Subject: tomcat 4.1.27: cannot shutdown tomcat

tomcat 4.1.27: cannot shutdown tomcat !!

2003-09-04 Thread Fabio Bazzani
shutdown with telnet is ok. It appears the message Stopping service Tomcat-Standalone on the shell but the Window does not close. Should I recompile the entire catalina source code ? Thank you fabio - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List

Tomcat 4.1.27 : error in FORM authentication

2003-09-03 Thread Fabio Bazzani
reference to form login page). in my login.jsp I put j_security_check in ACTION attribute in FORM tag. What's wrong ? Thank you Fabio Bazzani

tomcat 4.1.27: cannot shutdown tomcat !!

2003-09-03 Thread Fabio Bazzani
) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203) Does anybody know what happened ? Thank you. Fabio

Re: Tomcat 4.1.27 : error in FORM authentication

2003-09-03 Thread Fabio Bazzani
!! Whats wrong ? Fabio. - Original Message - From: Mike Curwen [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 6:54 PM Subject: RE: Tomcat 4.1.27 : error in FORM authentication -Original Message- From: Fabio Bazzani [mailto

Re: why i must restart the Tomcat ??

2003-08-29 Thread Fabio Bazzani
put reloadable =true in your context in server.xml - Original Message - From: L.Karam [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, August 30, 2003 2:06 PM Subject: why i must restart the Tomcat ?? Hi, Every time I compile any class I must restart the

RE: security hole on windows tomcat?

2003-08-11 Thread Moraes, Fabio
http://localhost/examples/jsp/num/numguess.jsp%20 = 404 (my tomcat is running on port 80) --- Fabio Moraes [EMAIL PROTECTED] System Engineer Work Force Management System +55 21 3088 9548 -Original Message- From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] Sent: Monday, August 11

RE: Java and tomcat issues

2003-08-07 Thread Moraes, Fabio
$JAVA_HOME != $PATH try: cd $JAVA_HOME/bin java --- Fabio Moraes [EMAIL PROTECTED] System Engineer Work Force Management System +55 21 3088 9548 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 14:54 To: [EMAIL PROTECTED

The same servlet through 2 different URL

2003-08-01 Thread Moraes, Fabio
, --- Fabio Moraes [EMAIL PROTECTED] System Engineer Work Force Management System +55 21 3088 9548 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Where does index.jsp come from

2003-07-31 Thread Moraes, Fabio
try looking at webaaps/ROOT directory. --- Fabio Moraes [EMAIL PROTECTED] System Engineer Work Force Management System +55 21 3088 9548 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 11:35 To: [EMAIL PROTECTED] Subject: Where

RE: Checking for invalidated session

2003-07-31 Thread Moraes, Fabio
i guess this will work fine ... session = request.getSession( false ); if( session.isNew( ) ) { out.println( new session ); } someone let me know if i'm wrong. hugs, --- Fabio Moraes [EMAIL PROTECTED] System Engineer Work Force Management System +55 21 3088 9548 -Original

RE: Checking for invalidated session

2003-07-31 Thread Moraes, Fabio
sorry. session = request.getSession( false ); if( session != null ) { session.invalidate(); } --- Fabio Moraes [EMAIL PROTECTED] System Engineer Work Force Management System +55 21 3088 9548 -Original Message- From: Moraes, Fabio [mailto:[EMAIL PROTECTED] Sent: Thursday

RE: problem

2003-07-31 Thread Moraes, Fabio
i guess you forgot to add the Context tag to conf/server.xml or maybe you didn't pointed /index.jsp to anything (a servlet or anything else). let me know if i'm wrong. thanks, --- Fabio Moraes [EMAIL PROTECTED] System Engineer Work Force Management System +55 21 3088 9548 -Original

RE: Strange request.setAttribute() problem

2003-07-28 Thread Moraes, Fabio
he meant: use: HttpSession session = request.getSession( ); session.setAttribute( itemnumber, Integer.valueOf(Integer.toString(itemnumber))); and then: session.getAttribute( itemnumber ); --- Fabio Moraes [EMAIL PROTECTED] System Engineer Work Force Management System +55 21 3088 9548

Exception invoking periodic operation

2003-07-28 Thread Moraes, Fabio
) ... 11 more Could anyone help me ? Thanks in advance, --- Fabio Moraes [EMAIL PROTECTED] System Engineer Work Force Management System +55 21 3088 9548 - To unsubscribe, e-mail: [EMAIL PROTECTED

Exception invoking periodic operation

2003-07-24 Thread Moraes, Fabio
Method) at org.apache.commons.logging.impl.LogFactoryImpl.loadClass(LogFactoryImpl.java :454) at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryI mpl.java:406) ... 11 more Could anyone help me ? Thanks in advance, --- Fabio Moraes

RE: Exception invoking periodic operation

2003-07-24 Thread Moraes, Fabio
Thanks for the answer. No, I didn't mess with commons-logging.jar or commons-logging-api.jar. I just added mysql-connector-java-3.0.8-stable-bin.jar, but (I THINK) there is no problem with that action. --- Fabio Moraes [EMAIL PROTECTED] System Engineer Work Force Management System +55 21

Re: Cannot load JDBC Driver class 'com.ibm.db2.jdbc.app.DB2Driver'

2003-04-02 Thread Fabio Mengue
| valuejdbc:db2:gupt1b/value |/parameter Do uppercase or lowercase matters in Windows ? |The following is thrown in the ds.getConnection method: | |java.sql.SQLException: Cannot load JDBC driver class |'com.ibm.db2.jdbc.app.DB2Driver' | |Now I did see Fabio Mengue's posting from Feb 20 in a response

Re: proxy and sessions problem

2003-03-07 Thread Fabio Mengue
/logs/error_log TransferLog /www/apache/logs/access_log ProxyRequests Off ProxyPass / http://tomcat01.sist.unicamp.br:8080/ ProxyPassReverse / http://tomcat01.sist.unicamp.br:8080/ ... /VirtualHost And my Apache server is one firewall away from the Tomcat servers. Fabio. Gaston Escobar wrote

Re: mysql-connector-java-3.0.6-stable-bin.jar pgjdbc2.jar

2003-02-26 Thread Fabio Mengue
/lib? Thanks in advanced. Georges -- Fabio Mengue - Centro de Computacao - Unicamp [EMAIL PROTECTED] [EMAIL PROTECTED] When explaining a command, or language feature, or hardware widget, first describe the problem it is designed

Re: DB2 version 8.1 using Jakarta Commons Connection Pool

2003-02-20 Thread Fabio Mengue
(); } catch (Exception e) { e.printStackTrace(System.err); } Variable 'c' is now a pooled DB2 connection. I think that's it. Hope that helps, Fabio. Simon Wong wrote: Hello, all, Does anyone successfully configure DB2 version 8.1 using Jakarta Commons Connection Pool

[OT] Transaction

2003-02-18 Thread Fabio Mengue
an applet for that or a fat client ? In fact, do I make sense at all ? :) Thanks a lot, F. -- Fabio Mengue - Centro de Computacao - Unicamp [EMAIL PROTECTED] [EMAIL PROTECTED] Furious activity is no substitute for understanding

Re: preview of webapp of Tomcat Performance book

2003-02-11 Thread Fabio Mengue
!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Fabio Mengue - Centro de Computacao - Unicamp [EMAIL

Re: 4.1.17 Problems - Possibly Coyote Connector?

2003-01-06 Thread Fabio Mengue
they switched to HttpConnector. I don't really understand the cause of this exception... Seems to be related to getSession() method. I'm not aware of any changes in the interface... And I did not tried an older version of the JDK (I'm using 1.4.1_01 and 1.3.1_06). Thanks a lot for your time, Fabio

Re: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-19 Thread Fabio Mengue
versions. F. -- Fabio Mengue - Centro de Computacao - Unicamp [EMAIL PROTECTED] [EMAIL PROTECTED] pi seconds is a nanocentury. - Tom Duff -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

Re: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-19 Thread Fabio Mengue
Hello, Did not work for me. I still get the blank pages. Mine are servlet related, not JSP related. Fabio. Torsten Fohrer wrote: This is bug in 4.1.17 which will fixed in Tomcat 4.1.18, i attach the compiled classes that fixe it. update the tomcat-coyote and it should work... -- Fabio

Re: Session timeout setting

2002-12-19 Thread Fabio Mengue
-- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- Fabio Mengue - Centro de Computacao - Unicamp [EMAIL PROTECTED] [EMAIL PROTECTED] pi seconds is a nanocentury. - Tom Duff

Re: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-19 Thread Fabio Mengue
Remy Maucherat wrote: Fabio Mengue wrote: Hello, Did not work for me. I still get the blank pages. Mine are servlet related, not JSP related. The bug can affect servlets which use a Writer. The same patch should fix it. I'm sorry... But it didn't. What can I do to help figure this out

Re: DB2 JDBC

2002-12-17 Thread Fabio Mengue
need something else pls advise. I don't know, your tomcat don't look like the one I use. F. Thank you. Sherif - Original Message - From: Fabio Mengue [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, December 16, 2002 4:08 AM Subject: Re: DB2 JDBC Hello

Re: DB2 JDBC

2002-12-16 Thread Fabio Mengue
added the line JAVA_OPTS=-Djava.library.path=/db2_user_dir/sqllib/java12/ To tomcat_install_dir/bin/setclasspath.sh, and copied db2profile to tomcat_install_dir/bin, changing its name to setenv.sh After that, DB2 worked :) Good luck, Fabio. Sherif D Mohamad wrote: I need to make JSP files

Off Topic: SAP DB

2002-12-10 Thread Fabio Mengue
Hello, Does anyone here has tested or uses SAP DB (www.sapdb.org) ? I am willing to try it, but the setup is a little complicated. Thanks, Fabio. -- Fabio Mengue - Centro de Computacao - Unicamp [EMAIL PROTECTED] [EMAIL PROTECTED] Quem se mata de trabalhar merece mesmo morrer. - Millor

Re: Onde esta o AutoWebApp ... /????

2002-12-04 Thread Fabio Mengue
Oi Marcus, Nao sei se vc notou, mas a lingua da lista eh o ingles :) Acho que o material que vc esta usando eh antigo. Recomendo vc dar uma lida em http://www.onjava.com/pub/a/onjava/2002/11/20/tomcat.html Ate, Fabio. Milhomem, Marcus wrote: Pessoal, Estou montando o combo Apache2

Re: Problems with DB2ConnectionPoolDataSource - Cannot create JDBCdriver

2002-11-11 Thread Fabio Mengue
DBCP. I'm using Tomcat 4.1.14 + JDK 1.4.1_01 on linux. I tried to set a DB2 connection pool for several weeks, a while ago. IBM docs only show how to do it using WebSphere. I can't say that I laughed a bit when I saw your domain :) Good luck, Fabio. Andrew D Johnson wrote: I'm trying

REPOST - Coyote Connector problem ?

2002-11-06 Thread Fabio Mengue
:). Thanks a lot, Fabio. -- Fabio Mengue - Centro de Computacao - Unicamp [EMAIL PROTECTED] [EMAIL PROTECTED] Quem se mata de trabalhar merece mesmo morrer. - Millor -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat

Re: Tomcat 4.1.12 won't start- giving exception

2002-10-28 Thread Fabio Mengue
You have to use JDK 1.4.x to use tomcat-4.1.12-LE. Or any other LE version. Fabio. Nalini wrote: Hi, I have installed jdk1.3.1_04 and made JAVA_HOME point to the jdk home = directory. Then I have down loaded the release version of tomcat 4.1.12 and unzipped = it. When I tried to start tomcat

Re: Tomcat 4.1.12 won't start- giving exception

2002-10-28 Thread Fabio Mengue
That's correct. Sorry for the previous message. F. Burt Johnson wrote: At 4:07 PM -0300 10/28/02, Fabio Mengue wrote: You have to use JDK 1.4.x to use tomcat-4.1.12-LE. Or any other LE version. Not true. Just add the Xerces parsers and it works fine. I'm using it under Mac OS X

R: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER?

2002-10-23 Thread Fabio Marsilio
Thank you Wu! I will immediatly try to use managerx servlet. Thanks a lot to Craig and Remy for their help For Remy: ( maybe the question was silly but the need to manage all virtual hosts from one app is not) -Messaggio originale- Da: Wu Yiqun [mailto:yqwu;mail.etonenet.com]

R: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER?

2002-10-23 Thread Fabio Marsilio
I installed The ManagerX servlet of http://www.talika.org/ and works great! now I can manage all apps of all virtualhosts from a single url. thank you Wu Yiqun! Fabio -Messaggio originale- Da: Wu Yiqun [mailto:yqwu;mail.etonenet.com] Inviato: mercoledì 23 ottobre 2002 03.10

Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER?

2002-10-22 Thread Fabio Marsilio
://virtualhost1.com/manager , to manage the applications of virtualhost2.com I must use the URL http://virtualhost2.com/manager ...etc, etc. Do you know if there is the possibility to manage all apps of all virtual hosts within the same url? Thank you in advance Fabio.

R: turn off directory listing in tomcat 4.0.3

2002-10-21 Thread Fabio Marsilio
To disable directory browsing, edit the file web.xml in Tomcat's config directory. Change the value of the parameter listings in the servlet named default from true to false. Fabio -Messaggio originale- Da: unix guy [mailto:unixguy;verizonmail.com] Inviato: lunedì 21 ottobre 2002 17.52

TOMCAT MANAGER-APP and WARP CONNECTOR PROBLEM

2002-10-21 Thread Fabio Marsilio
to access manager app with port 8008 http://localhost:8008/manager but there is no reply at all. Is there a configuration of server.xml that gives me the possibility to manage applications deployed under warp connector? Thank you in advance Fabio

MOD_JK2 installation question

2002-10-11 Thread Fabio Marsilio
install Buildfile: build.xml BUILD FAILED Target `install' does not exist in this project. Total time: 4 seconds so I don't know what copy and where to put it inside catalina home. thank you for your help! Fabio

R: MOD_JK2 installation question

2002-10-11 Thread Fabio Marsilio
/apache13/mod_jk.so to ${APACHE_HOME}/libexec/mod_jk.so -Georg -Original Message- From: Fabio Marsilio [mailto:[EMAIL PROTECTED]] Sent: Friday, October 11, 2002 8:54 AM To: Tomcat Users List Subject: MOD_JK2 installation question Hello, I' m new to mod_jk2 (at present I' using mod_webapp

MOD_WEBAPP PROBLEM: RESTART APACHE IF RESTART TOMCAT

2002-10-03 Thread Fabio Marsilio
in order to make it work (otherwise apache works but the connection with tomcat is lost) is there a possible configuration to avoid this behavior? thank you in advance. Fabio

RESTART APACHE IF RESTART TOMCAT with MOD_WEBAPP

2002-09-26 Thread Fabio Marsilio
(otherwise apache works but the connection with tomcat is lost) is there a possible configuration to avoid this behavior? thank you in advance. Fabio

FIREWALL AND APACHE + TOMCAT MOD_WEBAPP : RESTART APACHE IF RESTART FIREWALL

2002-09-25 Thread Fabio Marsilio
the connection work without restart of apache? Any suggestion is welcome :-) Fabio

MOD_WEBAPP [error] Cannot shutdown warpConnection

2002-09-24 Thread Fabio Marsilio
If I restart apache (not tomcat!) all works again. This did not happen with apache withous ssl. If someone has any Idea .it's welcome! I cannot make an apache restart every morning ... : ) This will be soon a production site!! Thank you in advance Fabio Marsilio [EMAIL PROTECTED]

apache + tomcat + ssl

2002-09-23 Thread Fabio Marsilio
morning ... : ) Thank you in advance Fabio Marsilio [EMAIL PROTECTED]

Re: Character Encoding problem

2002-08-28 Thread Fabio Mengue
Perhaps something like this is tomcat/bin/setclasspath.sh JAVA_OPTS=-Dfile.encoding=ISO-8859-1 (with you ISO configuration, of course). Fabio. Nehemia Litterat wrote: Hi I am using tomact 4.0.4 and JDK1.3.1 I am trying to read parameter in hebrew from the URL but get '???' writing Hebrew

Apache+tomcat configuration

2002-08-15 Thread Alarcon, Fabio
Hi guys Is there a page or an archive list where I can found in order to run apache together with Tomcat? I know some of you has already configured sucessfuly Thanks in advance for your replies Fabio -- Este mensaje y

Re: LD_LIBRARY_PATH

2002-07-12 Thread Fabio Mengue
Hi, Create in $TOMCAT/bin a file called setenv.sh. In there, put LD_LIBRARY_PATH and any other env variable you want (I have the entire db2profile file on setenv.sh). Fabio. Johnny wrote: To all Tomcat users : How can I set LD_LIBRARY_PATH in setclasspath.sh? or is there any alternate

Re: Tomcat-induced HotSpot Server VM crashes

2002-06-26 Thread Fabio Mengue
by applications that can't handle 64 bits. Perhaps this won't help, but who knows. Fabio. [EMAIL PROTECTED] wrote: Has anyone encountered (and fixed, ideally) the following problem: This is on a 2 cpu 1Gb ram linux workstation ( Redhat 7.2 kernel 2.4.7-10smp, libc-2.2.4.so) and happens in both

Re: javax.naming.NamingException: Cannot create resource instance

2002-06-25 Thread Fabio Mengue
is always my problem :) See ya, Fabio. - Fabio Mengue - Centro de Computacao - Unicamp [EMAIL PROTECTED] [EMAIL PROTECTED] Quem se mata de trabalhar merece mesmo morrer. - Millor -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: javax.naming.NamingException: Cannot create resource instance

2002-06-25 Thread Fabio Mengue
again :) Now for the million dolar question: Dave, did you manage to make DB2 + DBCP work ? If so, may you send me your server.xml ? Thanks, Fabio. Dave Gibbs wrote: DB2 driver does need the URL formatted as follows. URL=jdbc:db2:your_db_name Have you installed the DB2 CAE on the host machine

Re: Connection Pool Configuration OT!!

2002-05-23 Thread Fabio Mengue
Hi, D Watson wrote: BTW, which version of WS are you using? WebSphere 4.0 on a Sun Enterprise, with Solaris 8. Fabio. -- Fabio Mengue - Centro de Computacao - Unicamp [EMAIL PROTECTED] [EMAIL PROTECTED] Quem se mata de trabalhar merece mesmo morrer. - Millor -- To unsubscribe, e

Re: Connection Pool Configuration

2002-05-21 Thread Fabio Mengue
one of the fine people in this list may correct me. Fabio. D Watson wrote: I am testing under Tomcat but I will be deploying the project to WebSphere (as per the client's request). I would like to be able to have the project work under any application server, so I do not want to rely on a 3rd

Re: java.library.path and database connection

2002-04-18 Thread fabio
it doesn't work with JVM 1.4. I think that perhaps this has something to do with libdb2jdbc.so, but I can connect via an aplication, using JVM 1.3. Anyone ? Thansk again, Fabio. fabio wrote: Hello, I have a problem and I'm having a hard time to figure out what is going

Re: java.library.path and database connection

2002-04-18 Thread fabio
/jdbc.asp), but unfortunaly is not free. I guess I'll have to resign myself to the fact that I'll have to use JVM 1.3 :( Thanks a lot Andy. Fabio. Andy Eastham wrote: Fabio, jdk1.4 includes jdbc v3 as standard. Perhaps your database drivers explicitly require jdbc v2? Andy

java.library.path and database connection

2002-04-16 Thread fabio
/setenv.sh, tried Tomcat 4.0.4b2, and got the same message. Of course I'm missing something, but I don't know what is it. Anyone has a clue ? Except giving up on DB2 :) Thanks a lot in advance. Fabio. -- Fabio Mengue - Centro de Computacao - Unicamp [EMAIL PROTECTED] [EMAIL

How do i set up a JDBC connection pool to access from my servlet?

2002-04-12 Thread Fabio Lin
Hi, How do i set up a JDBC connection pool to access from my servlet? Thx! -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Tomcat 4.0 and Poolman

2001-11-23 Thread Fabio Mengue
work together. I had to disable (ie, delete) the configuration of the Velocity classes. I don't know why, but they crashed Tomcat. After delete the entries from /webapps/poolman/WEB-INF/web.xml, everything works fine (and quick too :). Fabio. [EMAIL PROTECTED] wrote: Hi Folks I have searched

Tomcat 4.0 and Poolman 2.1b1

2001-10-26 Thread Fabio Mengue
, localhost_log). I configured poolman.xml, and followed the instructions (just cody the poolman-webapp to tomcat webapps directory). Is there a way to find out what is wrong ? Poolman did not work with TC 4.0 in his previous version too... Thanks a lot, Fabio. -- Fabio Mengue

Tomcat + mod_vhost_alias

2001-09-14 Thread Fabio Wakim Trentini
Hi dudes, I'd like to use tomcat with mass virtual hosting. Is it possible? Thanks in advance. -- (O- Fabio Wakim Trentini //\ UOL Systems Engineering Supervisor V_/_[EMAIL PROTECTED] Dodge This!!! -- Trinity, The Matrix

Can not generate mod_jk.so file

2001-01-31 Thread Fabio Galarraga
I look at /usr/local/jdk1.2.2/include/linux directory and only have some .h files (not .c files) Any ideas? Best regards, Fabio Galarraga [EMAIL PROTECTED] application/ms-tnef - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: init-param

2001-01-15 Thread Fabio Sato
a context in TOMCAT_HOME/conf/server.xml like Context path="" docBase="webapps/webdev/WEB-INF" / Fabio Sato wrote: I'm facing a strange problem with servlets and init parameters under Tomcat 3.2.1: I created a servlet and put it in the following directory:

Re: init-param

2001-01-15 Thread Fabio Sato
/ Basically I think you need to recreate the package heirarchy under the classes directory, which is why it works when you have no package declared. Look at the webapps/examples/WEB-INF/classes for an example of this. Fabio Sato wrote: Thanks Regis, but I had already added the new context when I

JSP mailing list

2001-01-09 Thread Fabio Sato
Hi, Does anyone know a good JSP mailing list? -- Fbio Sato - [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]