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

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

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: 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

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

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

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

RE: *** Ordinary users can kill the tomcat server? ***

2001-05-23 Thread Artigas, Ricardo Y.
It may be because the permission for the shutdown.sh script was granted to everyone. Change the permissions for the shutdown script so not everyone can execute it. HTH. :^) Ricky Y. Artigas Analyst/Programmer / Database Administrator Information Technology Division Easycall Communications

RE: using the context admin tool

2001-05-17 Thread Artigas, Ricardo Y.
in your tomcat-users.xml, add a username for your use and assign admin to the role section. This should enable you to login into the admin tool. :^) Ricky Y. Artigas Analyst/Programmer Information Technology Division Easycall Communications Phils., Inc. - Easycall Internet - 418 Arayat St.,

RE: Tomcat Socket Error

2001-05-17 Thread Artigas, Ricardo Y.
Are you using the servlet to connect to another socket? If so, you should try synchronizing access to the socket and not closing the connection prematurely. Or use a single-threaded model for your servlet so only 1 request at a time will be served and avoid socket connection being reset. I

HANDLER THREAD PROBLEM when accessing servlet

2001-05-07 Thread Artigas, Ricardo Y.
is it really necessary to recompile the mod_jk.so just so that Tomcat will run fine with Apache? I have Apache web server and jakarta-tomcat-3.2.1 running on red hat linux 6. I am running tomcat using the startup.sh script (I guess this means it's stand-alone). I get an error while accessing a

RE: contextAdmin question

2001-05-07 Thread Artigas, Ricardo Y.
I believe it will already exist when you use the builtin ContextAdmin app.HTH. :^) A chain is only as strong as its weakest link. Ricky Y. Artigas Analyst/Programmer Information Technology Division Easycall Communications Phils., Inc. - Easycall Internet - 418 Arayat St., Mandaluyong City 1550,