catalina error log

2007-08-15 Thread Hoa Doan
I have tomcat 6 and it is getting the jvm.dll from my jre1.6.0_02/bin/client directory. Everytime I start it I get the message below. My server is able to parse file but the message scares me... So how do i fix the this message? Aug 16, 2007 12:32:22 AM

very slow upload over SSL

2007-08-08 Thread Hoa Doan
Hi, I am trying to upload a file size of 2MB to my server. Doing it without SSL takes only 1 sec but doing it over SSL takes so long that the server time out. Longer than 10 min! I have searched everywhere but I can't find any solution. Please help. Server Specs: Window XP Tomcat 6

Possible bug?

2007-05-24 Thread Hoa Doan
I am accessing a page on my server that outputs about 4000+ records and displaying them in a table. The page loads fine w/o SSL enable but with SSL it just stop around the 2000th row. I have no idea why this is happening. - Pinpoint customers who are

Tomcat 6 run really slow with ssl

2007-05-22 Thread Hoa Doan
For some reason my page are loading really slow when SSL is enabled. But this only happens on pages that are outputting a lot of records from the SQL database. I am using org.apache.coyote.ajp.AjpAprProtocol for the ssl connection. - Boardwalk for $500?

Tomcat 6 User Connected

2007-04-05 Thread Hoa Doan
How do you find out how many user are connected to the server? Do you get a thread count? if so how do you do that? - No need to miss a message. Get email on-the-go with Yahoo! Mail for Mobile. Get started.

Re: Tomcat hiding director

2007-04-05 Thread Hoa Doan
I don't want to block people from accessing my site, I just want to block access to folder. And I can't find .htaccess anywhere, is it something you install serparetly? Rashmi Rubdi [EMAIL PROTECTED] wrote: I don't think .htaccess works with Tomcat alone -- doesn't it require Apache as well?

Tomcat hiding director

2007-04-04 Thread Hoa Doan
Is there a way to hid some directory from user access? Like lets say i have a directory name 'hideme' and in it are some files. What i want to do is not allow user from accessing it like 'localhost/hideme/index.html' - Sucker-punch spam with award-winning

Re: Tomcat 6 web root directory

2007-04-03 Thread Hoa Doan
Thank you, can you tell me where i can read more on configuring the Host tag for Tomcat? Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: Filip Hoa Doan wrote: Hi, I am trying to direct Tomcat to my own web root director, and I know you can do that by changing the host tag

Tomcat 6 web root directory

2007-04-02 Thread Hoa Doan
Hi, I am trying to direct Tomcat to my own web root director, and I know you can do that by changing the host tag in server.xml. But Tomcat wont read any of my web file unless they are in a folder name 'ROOT'. Kind of confusing but here is an example of what i did. My host tag in

Re: Tomcat 5.5: Jre or Jdk?

2007-04-02 Thread Hoa Doan
What is the -server option and how to you turn it on? I thought when you install Tomcat it will ask where the JRE is not the JDK so why do you need to install JDK. Rodrigo Ruiz [EMAIL PROTECTED] wrote: Hi, AFAIK, Tomcat 5.5 uses the Eclipse compiler, so it does not require a JDK to compile

RE: SSL set expiration date

2007-03-21 Thread Hoa Doan
you. Jimmy -Original Message- From: Hoa Doan [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 3:10 PM To: users@tomcat.apache.org Subject: SSL set expiration date I have generated my own .keystore file just fine and SSL is work fine too, but i want to know if it is possible to set

Custom error page on Tomcat 6

2007-03-20 Thread Hoa Doan
How do I set up a custom error page in Tomcat 6? - Never miss an email again! Yahoo! Toolbar alerts you the instant new Mail arrives. Check it out.

SSL set expiration date

2007-03-20 Thread Hoa Doan
I have generated my own .keystore file just fine and SSL is work fine too, but i want to know if it is possible to set the expiration date of the certificate to me none/never expire or if that is not possible, to set it with the newest date possible. Thanks in advance, Hoa

RE: SSL on Tomcat 5 problem.

2007-03-07 Thread Hoa Doan
. But for curiosity what is tcnative-1.dll used for? Thank you again, Hoa Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Hoa Doan [mailto:[EMAIL PROTECTED] Subject: SSL on Tomcat 5 problem. I have gone through the steps provided on Tomcat SSL document and generated a .keystore file

SSL on Tomcat 5 problem.

2007-03-05 Thread Hoa Doan
I have gone through the steps provided on Tomcat SSL document and generated a .keystore file. I put it in my C:\keystore directory. Here are my server.xml config: !-- Define a non-SSL HTTP/1.1 Connector on port 8080 -- Connector port=80 maxHttpHeaderSize=8192 maxThreads=150

Re: Problems connecting

2007-03-05 Thread Hoa Doan
If your router have port forwarding try that. Wayne Bragg [EMAIL PROTECTED] wrote: For what it's worth. I wouldn't be so quick, did he ever say what error page he was getting from outside? This happened to me and it was because I wasn't handing off the NEW app code to Tomcat from httpd jk