driverClass and URL are Null

2005-09-16 Thread Mattier, Ricardo
Hello, I'm currently running Tomcat 5.5 with a Postgresql 8.0 database. I created a test .jsp to test the Datasource, I get the following error: Cannot create JDBC driver of class '' for connect URL 'null' It seems I've inserted the correct parameters in the server.xml, and

RE: Trying to connect tomcat5 with postgresql database

2005-09-12 Thread Mattier, Ricardo
-namejdbc/lisy/res-ref-name res-typejavax.sql.DataSource/res-type res-authContainer/res-auth /resource-ref display-namelisy/display-name .. == Edoardo Mattier, Ricardo

RE: Trying to connect tomcat5 with postgresql database

2005-09-12 Thread Mattier, Ricardo
.. == Edoardo Mattier, Ricardo wrote: I duplicated your configuration for the server.xml file, and I came up with the same error. -Original Message- From: Edoardo Panfili [mailto:[EMAIL PROTECTED] Sent: Saturday, September 10, 2005 7:49 AM

RE: Trying to connect tomcat5 with postgresql database

2005-09-12 Thread Mattier, Ricardo
in the META-INF directory of the war archive. Tomcat will read it when deploying the application. --David Mattier, Ricardo wrote: Where should the context.xml file be placed, and what else should go in this file? I'll rename my jar file to see if that works too? Thanks! Rick Mattier Systems

RE: Trying to connect tomcat5 with postgresql database

2005-09-11 Thread Mattier, Ricardo
= (DataSource) ambiente.lookup(jdbc/lisy); Connection c=pool.getConnection(); == I am using Postgres 7.4 and Tomcat 5.0 Edoardo Mattier, Ricardo wrote: Hello, I'm currently working with Tomcat5 on Solaris10 x86 machine. I'm running

RE: Trying to connect tomcat5 with postgresql database

2005-09-11 Thread Mattier, Ricardo
I'm using tomcat 5.5, and postgresql 8.0.1 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 09, 2005 9:08 PM To: Tomcat Users List Subject: Re: Trying to connect tomcat5 with postgresql database Sorry for the last post. Try this.

Trying to connect tomcat5 with postgresql database

2005-09-09 Thread Mattier, Ricardo
Hello, I'm currently working with Tomcat5 on Solaris10 x86 machine. I'm running into problems when trying to access a postgresql 8.0.1 database on the local machine. Cannot create JDBC driver of class '' for connect URL null' is the error I receive when trying to establish a connection.

compatibility package

2005-06-14 Thread Ricardo Miguel Machado Marques
to solve this situation. TIA Ricardo Miguel Marques

RE: compatibility package

2005-06-14 Thread Ricardo Miguel Machado Marques
My bad. After reading the first ones just thought the rest to diferent file formats (rpm, etc) Thx Ricardo Miguel Marques Projecto ProUno tel: 21 500 39 75 [EMAIL PROTECTED] -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 15 de Junho de

Jakarta http server with LDAP security

2004-08-20 Thread Ricardo Souza
. Ricardo Souza

RES: auto-configuration of mod_jk

2004-04-22 Thread Ricardo Campos
Look for the Host/Host tag in you server.xml The name parameter should be equal to localhost Change it to your server name -Mensagem original- De: Emerson Cargnin [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 22 de abril de 2004 16:15 Para: Tomcat Users List Assunto:

Apache with SOAP

2004-04-20 Thread Ricardo Souza
Hello Friends, I'm very interested to use Apache to develope Web Services! I get all products necessary to build Java Web Services according with the book Web Service Essencial, but the steps from configuratingdidn't successfull! Can anyone help?!? Please... I would like a step by step

request parameter

2004-02-11 Thread Ricardo de Souza Moura
Have somebody ever had problem with request parameters ? I am using Tomcat 4.1.29 com JK2. Sometimes my request parameters are disappearing. Did somebody already have this problem ? _ MSN Messenger: converse com os seus amigos online.

RE: request parameter

2004-02-11 Thread Ricardo de Souza Moura
PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: request parameter Date: Wed, 11 Feb 2004 11:58:54 -0500 are you using the isapi filter? post and get parameters or just get? -Original Message- From: Ricardo de Souza Moura [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11

Changing FORM Authentication page

2004-01-21 Thread Ricardo García
Is there some way to personalise the form authentication page of a context by passing a parameter? I want to change an image of the login page depending on the origin (static) page of the user. Is this possible? Thanks, Ricardo.

FORM based authentication referer

2004-01-21 Thread Ricardo García
Here's some starting context for my question I have a war file that has been configured to use FORM based authentication. I have set the form-login-page in the web.xml of the war file to point to a jsp file in my war file. When a user invokes any jsp without being logged in the login jsp

FORM based authentication pages

2003-11-12 Thread Ricardo García
I have setup Tomcat 4.1 to use FORM based auth, but I've found myself replicating login and error pages in every context I want to protect. The problem is that the path that point to the pages in the login-config tag in the web.xml file of the context is relative to the context.

RE: Setting up Tomcat

2003-11-12 Thread Ricardo García
You can try with the reloadable=true attribute of the Context configuration. Context ... reloadable=true -Mensaje original- De: S.Gokul [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 12 de noviembre de 2003 12:02 Para: Tomcat Users List Asunto: Setting up Tomcat Hi, I have been

Re: -Dfile.encoding and tomcat-3.3.1a question.

2003-11-05 Thread Luiz Ricardo
Hi, this occurs because the JVM 1.4.2 doesn´t permit to set some system properties, especially file.encoding. I solved this problem setting the enviroment variable LANG to pt_BR.ISO-8859-1 (in my case) in catalina.sh. Luiz Ricardo - Original Message - From: Thomas Troeger [EMAIL

Newbie - Tomcat on read only folder

2003-11-04 Thread Ricardo Ferraz de Oliveira
. Is this possible? What should I do? Thanks in advance Ricardo

Re: character sets showing as ?

2003-10-29 Thread Luiz Ricardo
displayed correctly. Luiz Ricardo - Original Message - From: Bodycombe, Andrew [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 6:29 AM Subject: RE: character sets showing as ? I have fixed similar problems in the past by setting CATALINA_OPTS

Re: J2SDK 1.4.2_01 + Linux + file.encoding

2003-10-28 Thread Luiz Ricardo
so some pages serverd by Tomcat display ISO-8859-1 characters as question marks. I solved my problem setting the enviroment variable LANG to my specific locale (LANG=pt_BR.ISO-8859-1) and it worked it out! Luiz Ricardo - Original Message - From: David O'Brien [EMAIL PROTECTED] To: Tomcat

J2SDK 1.4.2_01 + Linux + file.encoding

2003-10-27 Thread Luiz Ricardo
marks, Tomcat is started with the parameter -Dfile.encoding=ISO-8859-1. The detail is that if I use J2SDK1.4.1 everything works fine! I would like to know if someone here faced this problem and/or has some tip how to solve it. Thanks in advance, Luiz Ricardo

Removing extra white spaces in source

2003-10-24 Thread Luiz Ricardo
Hi everyone, I would like to know if someone here knows some filter that removes extra white spaces from content generated by servlet or jsp. Luiz Ricardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

web.xml editor

2003-10-23 Thread Luiz Ricardo
Hi everyone, I would like to know if someone here uses some free application to edit web.xml files, likely this application was web-based. I also would like to know if Tomcat Team intends to do something like this. Thanks in advance, Luiz Ricardo

Apache2 + mod_jk + Tomcat 4.1.24

2003-08-21 Thread Luiz Ricardo
to know if someone has a tip to solve this problem because I have to control the use of machine resources. Luiz Ricardo Luiz Ricardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Opening Files Outside Context

2003-01-22 Thread Gladwell, Ricardo X -ND
file to the same, local drive (c:) it worked. Obviously either Java cannot see networked drives or some sort of file filter is in place. Strange... -- Ricardo Gladwell, Java Developer WD Internet Group, Engineering [t] (020) 8222 2723 [m] (07734) 813 187 -Original Message- From: Dan Tran

RE: Opening Files Outside Context

2003-01-22 Thread Gladwell, Ricardo X -ND
I'll simply host the files I'm trying to access off my local drive. Yours... -- Ricardo Gladwell, Java Developer WD Internet Group, Engineering [t] (020) 8222 2723 [m] (07734) 813 187 -Original Message- From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] Sent: 22 January 2003 15:27

Opening Files Outside Context

2003-01-21 Thread Gladwell, Ricardo X -ND
or server.xml files or through the Tomcat admin tool? TIA... -- Ricardo Gladwell, Java Developer WD Internet Group, Engineering [t] (020) 8222 2723 [m] (07734) 813 187 Stack Trace: java.io.FileNotFoundException: h:\projects\adtagger\xml\config.xml (The system cannot find the path specified

Re: Sharing Session data between two instances?

2002-12-16 Thread Luiz Ricardo
Hi, take o look at: http://www.onjava.com/lpt/a/2422 http://www2.theserverside.com/resources/article.jsp?l=Tomcat Luiz Ricardo - Original Message - From: Prashanth Pushpagiri [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, December 15, 2002 4:57 PM Subject

Deny access to directory of a web-app

2002-12-11 Thread Luiz Ricardo
accessing this directory via URL. I tried to use security-constraint but I cannot do so much. Luiz Ricardo -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Deny access to directory of a web-app

2002-12-11 Thread Luiz Ricardo
Hi, I could do that but the localization of this dir is a requirement for my application run, it's kinda legacy problem. I was thinking of mapping the url /conf to a servlet that returns a 404 HTTP Message. Luiz Ricardo - Original Message - From: Jacob Kjome [EMAIL PROTECTED] To: Tomcat

Reloading classes in shared dir

2002-12-09 Thread Luiz Ricardo
Hi everybody, I would like to know if there is any way to configure TomCat to reload the classes installed in CATALINA_HOME/shared. Luiz Ricardo -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: JSP error handling

2002-11-06 Thread Ricardo Moral
There are two valves used to handle errors. The first one is the ErrorDispatcherValve. This is the valve that will forward the request to the error page if there is a uncaught exception. The second valve is the ErrorReportValve wich is the last valve on the list of valves of a Host and is used to

Re: Connection pool question:

2002-11-06 Thread Ricardo Moral
Send us the code of the DBQuery.java. (The shorter the better) --- Michael Nicholson [EMAIL PROTECTED] wrote: I'm building a webapp, and I want to use connection pooling with it. In order to play around some, I made a dummy webapp that does virtually nothing, but uses the connection pool.

Re: Connection pool question:

2002-11-06 Thread Ricardo Moral
Sorry but I cant't find nothing wrong... Please send the part of the server.xml and web.xml files where you have defined the references. Are you sure there are no diferences between the two web applications? --- Michael Nicholson [EMAIL PROTECTED] wrote: I'm running it through

Re: JNDI JDBC Question

2002-11-05 Thread Ricardo Moral
Are you writing the driver class name this way: 'com.ibm.as400.access.AS400JDBCDriver()'? when you configure the BasicDataSource...? I think the problem may be that you must not use the '()' at the end of the class name. --- Brian Kautz [EMAIL PROTECTED] wrote: I have a Class Not Found

session

2002-10-28 Thread Ricardo de Souza Moura
Did somebody already use Tomcat4.1.12 with javagroups to do session replication ? _ MSN Hotmail, o maior webmail do Brasil. http://www.hotmail.com -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For

JkAutoAlias + Apache 1.3 + WAR

2002-10-23 Thread Luiz Ricardo
Hello, I can not access an web application deployed in a war archive. I am using Apache 1.3 + mod_jk and in my server.xml the attribute unpackWARs is false, in my mod_jk.conf I use JkAutoAlias. Does anyone knows if JkAutoAlias and unpackWARs=false work? Luiz Ricardo -- To unsubscribe, e-mail

RV: Runtime.exec()

2002-10-22 Thread Ricardo Arias
-Mensaje original- De: Ignacio J. Ortega [mailto:nacho;siapi.es] Enviado el: Martes, 22 de Octubre de 2002 11:46 a.m. Para: 'Ricardo Arias' Asunto: RE: Runtime.exec() This is a user question please use [EMAIL PROTECTED] to ask this.. Saludos, Ignacio J. Ortega -Original Message

session replication

2002-10-22 Thread Ricardo de Souza Moura
Does anybody use the javagroups session replication with tomcat4.1.12 ? I read a article of theserverside: http://www2.theserverside.com/resources/articles/Tomcat/article.html about how to use javagroups session replication, but I am getting the error: java.lang.Exception: ManagedBean is not

Mod_jk content length

2002-10-21 Thread Ricardo de Souza Moura
Had anybody problems with contentLength in mod_jk ? I am using Tomcat4.1.12 e jdk 1.3.1. I am getting this error: - Root Cause - java.lang.NoSuchMethodError: java.lang.StringBuffer: method append(Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer; not found at

RE: is this a bug ?

2002-10-18 Thread Ricardo de Souza Moura
... Does this mean that tomcat 4.1.10 requires JDK1.4 to work? Andy -Original Message- From: Ricardo de Souza Moura [mailto:ricsouzamoura;hotmail.com] Sent: 17 October 2002 16:55 To: [EMAIL PROTECTED] Subject: RE: is this a bug ? I am using jdk1.3.1 with Tomcat 4.1.10. Is there somewhere

RE: is this a bug ?

2002-10-18 Thread Ricardo de Souza Moura
to append an array of stringbuffers to a stringbuffer? Yoav Shapira Millennium ChemInformatics -Original Message- From: Ricardo de Souza Moura [mailto:ricsouzamoura;hotmail.com] Sent: Thursday, October 17, 2002 10:27 AM To: [EMAIL PROTECTED] Subject: RE: is this a bug ? Yes

is this a bug ?

2002-10-18 Thread Ricardo de Souza Moura
Does anybody knows about this error ? Please 2002-10-17 10:16:24 StandardWrapperValve[action]: Servlet.service() for servlet action threw exception javax.servlet.ServletException: Servlet execution threw an exception at

RE: is this a bug ?

2002-10-18 Thread Ricardo de Souza Moura
But I get this error exactly with this configuration From: Shapira, Yoav [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: is this a bug ? Date: Thu, 17 Oct 2002 14:11:39 -0400 Hi, Can I use the jdk1.3.1 with Tomcat4

come back !!! Is this a bug of mod JK ?

2002-10-18 Thread Ricardo de Souza Moura
this is a piece of code of the src HttpRequestBase of the Tomcat4.1.12 It comment about the possible bug of mod_JK, but put some lines to avoid a infinite loop... So this piece of code use a resource of jdk1.4 that is a method of StringBuffer(add(StringBuffer)). This signify that the

RE: is this a bug ?

2002-10-18 Thread Ricardo de Souza Moura
... Yoav Shapira Millennium ChemInformatics -Original Message- From: Ricardo de Souza Moura [mailto:ricsouzamoura;hotmail.com] Sent: Thursday, October 17, 2002 10:15 AM To: [EMAIL PROTECTED] Subject: is this a bug ? Does anybody knows about this error ? Please 2002-10-17 10:16:24

GC Log in catalina.out

2002-10-11 Thread Luiz Ricardo
activity is not being anymore logged in /usr/local/tomcat4/logs/gc.log, it is logging in catalina.out. To change user root to tomcat4 I execute the following command in startup.sh script: su - tomcat4 -c /usr/local/tomcat4/bin/catalina.sh start Does anyone know how to fix this?! Luiz Ricardo

Tomcat cluster

2002-10-10 Thread Ricardo de Souza Moura
Has anybody any book online, or tutorial about how use Tomcat in cluster ? Thanks !!! _ MSN Photos é a maneira mais fácil e prática de editar e compartilhar sua fotos: http://photos.msn.com.br -- To unsubscribe, e-mail:

Re: Tomcat cluster

2002-10-10 Thread Luiz Ricardo
Here it is more links: http://www2.theserverside.com/resources/article.jsp?l=Tomcat http://www.onjava.com/lpt/a/2422 Luiz Ricardo - Original Message - From: Ralph Einfeldt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, October 10, 2002 10:57 AM Subject: AW

Re: AW: Tomcat cluster

2002-10-10 Thread Ricardo de Souza Moura
/a/onjava/2002/07/17/tomcluster.html http://www.onjava.com/lpt/a/1228 http://www.javaworld.com/javaworld/jw-12-2000/jw-1221-servlets.html -Ursprüngliche Nachricht- Von: Ricardo de Souza Moura [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 10. Oktober 2002 15:39 An: [EMAIL PROTECTED

RE: Doubt about multiple applications

2002-10-02 Thread Ricardo de Souza Moura
that dont hardcode A as in href=/A/something.jsp of course). d. Ricardo de Souza Moura wrote: I am using Tomcat 4.0... I have two applications, A and B in the lib directory of A I have a file1.jar, and in the lib directory of B I have the same file, file1.jar. I am

Load balancing + replicated sessions

2002-10-01 Thread Luiz Ricardo
crashes the requests would be redirected to TC2 without lost sessions and vice-versa. Luiz Ricardo -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Load balancing + replicated sessions

2002-10-01 Thread Luiz Ricardo
thanks so much. Luiz Ricardo - Original Message - From: Ben Ricker [EMAIL PROTECTED] To: Tomcat-Users List [EMAIL PROTECTED] Sent: Tuesday, October 01, 2002 11:33 AM Subject: Re: Load balancing + replicated sessions See http://www.theserverside.com/resources/article.jsp?l=Tomcat. you

Doubt about multiple applications

2002-10-01 Thread Ricardo de Souza Moura
I am using Tomcat 4.0... I have two applications, A and B in the lib directory of A I have a file1.jar, and in the lib directory of B I have the same file, file1.jar. I am not wanting to put my file file1.jar in the lib directory of Tomcat. But when the Tomcat load the applications, only one

Re: Problem with classNotFound and multiples contexts

2002-10-01 Thread Ricardo de Souza Moura
I had the same problem, and my solution was putting my jar file in the lib Tomcat, but I think that this is not the best solution... From: Thomas Eichberger [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject:

Re: urgent: The stream has been closed

2002-08-22 Thread Luiz Ricardo
Perhaps you've already got the PrintWriter with getWriter() method. Luiz Ricardo - Original Message - From: Rum Pel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 22, 2002 4:50 AM Subject: urgent: The stream has been closed When I do the following, ServletOutputStream

Re: WebApp ADMIN + TomCat 4.1.9

2002-08-16 Thread Luiz Ricardo
Hi, I am sorry, the translated message is: The system cannot find the specified file. A note, the file is right there. Luiz Ricardo - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, August 15, 2002 6:37 PM Subject

Re: WebApp ADMIN + TomCat 4.1.9

2002-08-16 Thread Luiz Ricardo
Worked it out, I created a temp directory at my CATALINA_HOME and 'bingo'. But this directory was not created when I installed Tomcat 4.1.9. I installed the package jakarta-tomcat-4.1.9-LE-jdk14.tar.gz in a machine Windows maybe this package is recommended to Unix machines. Thanks. Luiz Ricardo

WebApp ADMIN + TomCat 4.1.9

2002-08-15 Thread Luiz Ricardo
Hi, I am trying to run the webapp admin from Tomcat 4.1.9 and I am catching the following exception. Does anybody know why this is happening? I am using a Windows ME + J2SDK 1.4.0 + Tomcat 4.1.9-LE. The exception is at attachment. Luiz Ricardo 2002-08-15 15:40:02 WebappLoader[/admin

Tomcat 4.1.8 is not finding jar files

2002-08-02 Thread Luiz Ricardo
, Struts 1.1b1 in a Windows Me machine with JDK 1.4. Luiz Ricardo -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Verisign CSR generation for Tomcat

2002-02-06 Thread Artigas, Ricardo Y.
See sun's documentation on keytool (included in jdk's): http://java.sun.com/products/jdk/1.2/docs/tooldocs/solaris/keytool.html Hope this helps. :~) Ricky Y. Artigas Database Administrator / Analyst/Programmer Information Technology Division Easycall Communications Phils., Inc.

RE: JDBC driver

2002-01-29 Thread Artigas, Ricardo Y.
I think you can just put it anywhere as long as the pathname is in your CLASSPATH setting. E.g. CLASSPATH=/path/to/jar_file.jar :~) Ricky Y. Artigas Database Administrator / Analyst/Programmer Information Technology Division Easycall Communications Phils., Inc. ---

RE: new photos from my party!

2002-01-28 Thread Artigas, Ricardo Y.
Yes it is. :~) Ricky Y. Artigas Database Administrator / Analyst/Programmer Information Technology Division Easycall Communications Phils., Inc. --- IMPORTANT NOTICE: This message (and any attachment hereto) may contain privileged and/or confidential

Custom Authentication

2002-01-22 Thread Ricardo Ramalho
so... where is it? If it doesn't exist, it's no problemat all. I'll simply use the usual method to access the MySQL database without aquiring the DataSources from InitialContext (wich maybe it's something from J2EE). Sorry for my poor English. Thanks for any help you can give me! :) Ricardo

Custom Authentication

2002-01-22 Thread Ricardo Ramalho
- Ricardo Ramalho Carcavelos Lisbon Portugal EWorks Consulting - -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Problems with GET method

2002-01-14 Thread Luiz Ricardo
. I would like to know if someone has faced this problem and/or has some solution?! Luiz Ricardo -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Question on TOMCAT running in the AS/400

2002-01-04 Thread CHAVEZ RICARDO (SYS1RBC)
I am doing a research of the Apache server using the TOMCAT server to run servlets and JSPs. Currenlty I'm using the AS/400 web server and the websphere standard edition to run Servlets and JSPs under the AS/400 operating system. My question is Is anyone upthere using the Apache Server with

RE: Difference: TOMCAT and APACHE

2002-01-03 Thread Artigas, Ricardo Y.
Yes you could also use TOMCAT as web server but in terms of serving static (html) pages, they say it's not as fast as Apache. It is advisable to use Tomcat for serving the servlet and jsp files only. I don't know if this has changed with Tomcat 4. You can integrate TOMCAT with IIS or Apache so

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Artigas, Ricardo Y.
Assuming prodserver is the database name and pe_orders is the table name, try prodserver..pe_orders instead of prodserver.pe_orders. HTH. :~) Ricky Y. Artigas Database Administrator / Analyst/Programmer Information Technology Division Easycall Communications Phils., Inc.

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Artigas, Ricardo Y.
AM To: Tomcat Users List Subject: RE: JDBC Driver for MS SQL Server or prodserver.dbo.pe_orders where dbo is the owner of the database. if dbo is not the owner then specify who the owner is there. -Original Message- From: Artigas, Ricardo Y. [mailto:[EMAIL PROTECTED

question...

2001-12-06 Thread Ricardo Guerrero
hi I've installed jakarta-tomcat but i didnt found any way to run it in background or as an aplication that my O.S. (windows 2000) runs at start. i hope you can help me. Ricardo Guerrero Intituto Nacional de Estadistica Geografia e Informatica MEXICO -- To unsubscribe: mailto:[EMAIL

Re: Tomcat 4.0 Apache with Client Certs

2001-09-26 Thread Ricardo
This property is actually set to TRUE, but i can't get SSL properties. Ricardo Borillo Domenech Programació - Servei d'Informàtica Universitat Jaume I - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday

RE: Tomcat 3.2.2 crashes with JDBC

2001-09-26 Thread Artigas, Ricardo Y.
Are you using the JDBC-ODBC bridge packaged with jdk? If so, it may be the cause of the problem. Try using another driver (type 3 or 4?). I've learned that the JDBC-ODBC bridge is not suggested for production use. HTH. :~) Ricky Y. Artigas Analyst/Programmer / Database Administrator Information

RE: Thawte, SSL, and Tomcat

2001-09-26 Thread Artigas, Ricardo Y.
Have you looked at the server.xml file in your tomcat's conf directory already? You'll find brief instructions there or you can check out java's keytool at : http://java.sun.com/j2se/1.3/docs/tooldocs/win32/keytool.html. hth. from server.xml !-- Uncomment this for SSL

RE: OutOfMemoryError from Tomcat 3.2

2001-09-26 Thread Artigas, Ricardo Y.
I've learned that you can use -Xms128m -Xmx256m (The java command line option) which means the heap will start at 128m and grow to 256m If you haven't done so, It would be best testing your app first (use verboseGC) to check the memory usage and then setting both parameters to the same no. I

Re: Tomcat 4.0 Apache with Client Certs

2001-09-25 Thread Ricardo
I'm using Tomcat 4.0 b5 standalone with client authentication. In this situation Tomcat only exports information about the CIPHER_SUITE and KEY_SIZE ... what about client certificate ?!?!?! Thanks, Ricardo Borillo Domenech Programació - Servei d'Informàtica

Re: importing an existing certificate

2001-09-23 Thread Ricardo
You can import openssl certificates with no problems !!! See at ... http://www.comu.de/docs/tomcat_ssl.htm Ricardo Borillo Domenech Programació - Servei d'Informàtica Universitat Jaume I - Original Message - From: Jonathan Eric Miller [EMAIL PROTECTED

Re: Tomcat 4.0

2001-09-18 Thread Ricardo
And how must be configured the CA public key certificate in tomcat to perform client authentication ?? Thanks, Ricardo Borillo Domenech Programació - Servei d'Informàtica Universitat Jaume I - Original Message - From: Jonathan Eric Miller [EMAIL PROTECTED

Re: Generate PDF with Java

2001-09-17 Thread Ricardo
I have heard about two options: *. iText in http://www.lowagie.com/iText/. *. retepPDF in http://www.retep.org.uk/pdf/ Both are hosted in sourceforge and are good options !!! Bye, Ricardo Borillo Domenech Programació - Servei d'Informàtica Universitat Jaume

Re: Possible to import SSL private/public key pair from Apache into Tomcat?

2001-09-16 Thread Ricardo
is that i don't know how to configure the keystore with the CA public key for validating client certificates... I hope the information i give you will be useful, and i will be very happy if i get an answer. Thanks all, Ricardo Borillo Domenech Programació - Servei

Client Authentication in Tomcat

2001-09-13 Thread Ricardo
and client authentication to yes. My problem is how can i store the CA public key (for validating client = certificate) in the keystore to make it work ... Please it's quiet important, HELP ME !! Thanks, Ricardo Borillo Domenech Programació - Servei d'Informàtica

RE: Database Driver

2001-09-07 Thread Artigas, Ricardo Y.
I'm not quite sure but try adding the jar's filepath to your tomcat startup script (tomcat.bat). look for the lines similar to below and add one more line for your driver. (see line with your_sqldriver.jar). Where did you download your driver from? hth. :staticClasspath echo Setting your

Apache + mod_ssl === Tomcat + JSSE

2001-09-05 Thread Ricardo
to the keystore in tomcat. Thaks a lot, Ricardo Borillo Domenech Programació - Servei d'Informàtica Universitat Jaume I

Re: Apache + mod_ssl === Tomcat + JSSE

2001-09-05 Thread Ricardo
I can import the certificate... but what about the key ?? When your configure tomcat to work with SSL you have to execute --- keytool -genkey -alias tomcat ... I would like to import my key (or something ???) with this alias. Thanks a lot, Ricardo Borillo Domenech

RE: Supressing directory contents listing in tomcat 4.0

2001-09-05 Thread Artigas, Ricardo Y.
I am not sure if this is the culprit and I haven't tried it out. In the server.xml, look for these lines. set suppress=true. !-- default handler - static files and dirs. Set the suppress property to true to suppress directory listings when no welcome file is

Help with ssl client authentication

2001-08-31 Thread Ricardo
+ openssl), conversion and instalation of this certificates in the tomcat keystore and IE ? Thank in advance, Ricardo Borillo Domenech Programació - Servei d'Informàtica Universitat Jaume I

RE: Help Installing Tomcat on Win95

2001-08-19 Thread Artigas, Ricardo Y.
Isn't c:jakarta-tomcat-4.0-b7\common\lib\servlet.jar; supposed to be: c:\jakarta-tomcat-4.0-b7\common\lib\servlet.jar;? HTH. :~) Ricky Y. Artigas Analyst/Programmer / Database Administrator Information Technology Division Easycall Communications Phils., Inc. ---

RE: How can I find number of 'open files'

2001-08-16 Thread Artigas, Ricardo Y.
I assume you are closing the sockets that you create/open? :~) Ricky Y. Artigas Analyst/Programmer / Database Administrator Information Technology Division Easycall Communications Phils., Inc. --- IMPORTANT NOTICE: This message (and any attachment

RE: jsp issue

2001-08-14 Thread Artigas, Ricardo Y.
Hi Arnaud. You need the jdk not just the jre. You need the jdk because tomcat will compile your jsp. hth. -Original Message- From: Arnaud Tuffery [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, August 14, 2001 5:19 PM To: Jakarta Subject: jsp issue Hi ! I use Tomcat 3.2.3 with

RE: connecting to mysql database

2001-07-30 Thread Artigas, Ricardo Y.
Did you include the mysql driver (the jar file) to your classpath? -Original Message- From: Chad Wray [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 9:22 AM To: [EMAIL PROTECTED] Subject: connecting to mysql database I am trying to access a mysql database on a linux

RE: connecting to mysql database

2001-07-30 Thread Artigas, Ricardo Y.
file to the classpath in the tomcat.sh file? -- Chad --- Artigas, Ricardo Y. [EMAIL PROTECTED] wrote: Did you include the mysql driver (the jar file) to your classpath? -Original Message- From: Chad Wray [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 9

RE: VOTE: HTML in Messages and politeness (Was: Re: jdbc odbc bridge on linux)

2001-07-29 Thread Artigas, Ricardo Y.
yes! -Original Message- From: Pier P. Fumagalli [SMTP:[EMAIL PROTECTED]] Sent: Sunday, July 29, 2001 10:42 PM To: [EMAIL PROTECTED] Subject: VOTE: HTML in Messages and politeness (Was: Re: jdbc odbc bridge on linux) Emir Alikadic (ADNOC IST) at [EMAIL PROTECTED] wrote:

RE: user admin

2001-07-17 Thread Artigas, Ricardo Y.
add this line: user name=yourusername password=yourpassword roles=admin / :^) Ricky Y. Artigas Analyst/Programmer / Database Administrator Information Technology Division Easycall Communications Phils., Inc. - Easycall Internet - 418 Arayat St., Mandaluyong City 1550, Philippines Company

RE: can run tomcat on linux servlets but not jsp's

2001-07-10 Thread Artigas, Ricardo Y.
If I'm not mistaken, I believe you need the jdk installed not just the jre. HTH. :^) Ricky Y. Artigas Analyst/Programmer / Database Administrator Information Technology Division Easycall Communications Phils., Inc. - Easycall Internet - 418 Arayat St., Mandaluyong City 1550, Philippines Company

Tomcat/Apache mapping

2001-06-12 Thread Ricardo A Bosch
Hey, I'm having a crap of a time trying to run a servlet from tomcat through apache without having to see the /servlet directory. I've messed with web.xml in my apps WEB-INF and the main tomcat.conf file for apache but I just cant get it to work. Someone must know this is easy, I

Re: Tomcat/Apache mapping

2001-06-12 Thread Ricardo A Bosch
it via Tomcat's HTTP port, but not via Apache's? - r -Original Message- From: Ricardo A Bosch [mailto:[EMAIL PROTECTED]] Sent: June 12, 2001 10:57 AM To: [EMAIL PROTECTED] Subject: Tomcat/Apache mapping Hey, I'm having a crap of a time trying to run a servlet from tomcat through apache

The Answer is (Was: Tomcat/Apache mapping)

2001-06-12 Thread Ricardo A Bosch
]> To: [EMAIL PROTECTED]> Sent: Tuesday, June 12, 2001 4:01 PM Subject: RE: Tomcat/Apache mapping Do you mean that it works when you access it via Tomcat's HTTP port, but not via Apache's? - r -Original Message- From: Ricardo A Bosch [mailto:[EMAIL PROTECTED]] Sent: June 12, 2001

RE: Starting Tomcat without new DOS Window

2001-05-29 Thread Artigas, Ricardo Y.
According to the documentation, it is possible to start tomcat as an nt service. I am not familiar with it though but I read it in the documentations. :^) Ricky Y. Artigas Analyst/Programmer / Database Administrator Information Technology Division Easycall Communications Phils., Inc. - Easycall

  1   2   >