RE: Possible bug?

2007-05-25 Thread Thai Dang Vu
I never use SSL with Tomcat, but do you really want to load 4k rows a
time? 

-Original Message-
From: Hoa Doan [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 24, 2007 5:11 PM
To: users@tomcat.apache.org
Subject: Possible bug?

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 looking for what you sell. 



NOTICE: This message (including any attachments) from Momentum Systems, Inc. 
contains information that is PRIVILEGED and CONFIDENTIAL.  If you are not an 
intended recipient, you are hereby notified that any dissemination of this 
message is strictly prohibited.  If you have received this message in error, 
please do not read, copy or forward this message.  Please permanently delete 
all copies and any attachments and notify the sender immediately by reply email 
or by calling our Office at 703.740.9300.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat 6 web root directory

2007-04-03 Thread Thai Dang Vu
If you want to access your application with
http://your.server/your-app-file.jsp, then I don't know any way to not
have the web files in ROOT. But if accessing your app with
http://your.server/your-app-name/your-app-file.jsp, then your web files
don't need to be in ROOT.

-Original Message-
From: Hoa Doan [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 02, 2007 4:21 PM
To: users@tomcat.apache.org
Subject: Tomcat 6 web root directory

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 server.xml-- Host name=localhost
appBase=c:/www.web...
Path to my jsp files-- c:/www.web/ROOT

So my question is, is there a way to not have my web file under a folder
name 'ROOT' in order for tomcat 6 to pick it up.

 
-
8:00? 8:25? 8:40?  Find a flick in no time
 with theYahoo! Search movie showtime shortcut.



NOTICE: This message (including any attachments) from Momentum Systems, Inc. 
contains information that is PRIVILEGED and CONFIDENTIAL.  If you are not an 
intended recipient, you are hereby notified that any dissemination of this 
message is strictly prohibited.  If you have received this message in error, 
please do not read, copy or forward this message.  Please permanently delete 
all copies and any attachments and notify the sender immediately by reply email 
or by calling our Office at 703.740.9300.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat 6 Transaction Manager

2007-02-28 Thread Thai Dang Vu
Hello everybody,

I read the JNDI Resources HOW-TO and noticed that there is something
like a transaction manager in Tomcat 6. Is that right?

copy from the JNDI Resources HOW-TO
Transaction - Add a resource factory for instantiating the
UserTransaction object instance that is available at
java:comp/UserTransaction.



NOTE - Of the standard resource factories, only the JDBC Data Source
and User Transaction factories are mandated to be available on other
platforms, and then they are required only if the platform implements
the Java2 Enterprise Edition (J2EE) specs. All other standard resource
factories, plus custom resource factories that you write yourself, are
specific to Tomcat and cannot be assumed to be available on other
containers.
/copy from the JNDI Resources HOW-TO

Could anybody please confirm that if this is a transaction manager? If
it is, is there any sample configuration file to use this transaction
manager? And is that transaction manager compliant to JTA?

The reason I need to know if it's compliant to JTA is that if it's
really compliant, then in my application (using Spring), the transaction
manager bean will be a JTA transaction manager (so no need to change the
application, even in the Spring configuration file, when the application
is moved from Tomcat 6 to other application servers like jboss,
weblogic, oracle AS ...)

Thanks for any of your answers.



NOTICE: This message (including any attachments) from Momentum Systems, Inc. 
contains information that is PRIVILEGED and CONFIDENTIAL.  If you are not an 
intended recipient, you are hereby notified that any dissemination of this 
message is strictly prohibited.  If you have received this message in error, 
please do not read, copy or forward this message.  Please permanently delete 
all copies and any attachments and notify the sender immediately by reply email 
or by calling our Office at 703.740.9300.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]