Re: Renewing SSL certificate???HOW???

2002-12-20 Thread Pae Choi
For a quick solution: keytool -delete -alias alias name, e.g., tomcat And redo as you created the keys and certificate. For your own benefit: Take a look at the keytool command with an option, -help. And reference the documentation as well. That will take you to the direction where you need to

Re: Tomcat for Enterprise Applications

2002-12-14 Thread Pae Choi
Hi all, i have currently an dicussion going on about creating a 3/Multi Tier Enterprise Application which will have one Webbased Client and one Standalone Client. The main aim is the Webbased Client. For the most(if not all)modern Enterprise Application is based on the n-tier, a.k.a.,

Re: I don´t understand the objective of this open list !

2002-12-09 Thread Pae Choi
You have all the rights to have your own impressions, but I'd like to share with you about this list. I have subscribed many lists in many years, but this is one of the most friendly lists I ever seen. This is just FYI. Pae -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

Re: Security constrant to force SSL works with apache+tomcat?

2002-12-07 Thread Pae Choi
javax.servlet.request.cipher_suite? Where did you get that? Pae Actually (hopefully I didn't snip you out of context) ... If a user switches from http to https - shouldn't a new session id be assigned? If not - an attacker can swipe the session id while the user was in http mode. Then

Re: hiding servlet URLs in JSPs

2002-12-04 Thread Pae Choi
For the servlet part, the common use is 'alias'. And either you use CGI or Servlet if you get the DDOS attack, you are out of luck. Pae - Original Message - From: Price, Erik [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 04, 2002 10:36 AM Subject: hiding servlet

Re: migration from jrun to tomcat

2002-12-02 Thread Pae Choi
Just curious. Is your migration extending your app while preseving JRun or planning to drop JRun when the migration is completed. Thanks. Pae Hi All, I am new user to tomcat. I have my application in Jrun. I want to mirate to tomcat . It would be really helpful if anyone can tell me the

[4.1.16a] A feeedback from an Initial Installation on WinNT

2002-12-02 Thread Pae Choi
This is a feedback after trying to install v4.1.16a and mod_jk(JK1). And the some parts seem not working as it used be in v4.1.12. The change made in the server.xml as follows: !-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -- !-- commeted Connector

Re: Is it possible to have a serlvet as a first page?

2002-11-28 Thread Pae Choi
The short answer is YES. I done that before, but put the static page back as a home page. Pae [EMAIL PROTECTED] writes: I'm using ajp13 with apache1.3 and tc4.0.x. Im using virtual hosts, and the config I use for this one looks like this: VirtualHost 130.236.228.174:80

Re: [OT] - Let's be nice -- Re: How do I integrate my CLASSPATH o n Tomcat?

2002-11-28 Thread Pae Choi
:-) Right there with you Steve :-) Imagine all the peopl... Manos Steve Beech wrote: Smile and the world smiles with you ;o) -Original Message- From: Pae Choi [mailto:[EMAIL PROTECTED]] Sent: 28 November 2002 00:12 To: Tomcat Users List Subject: Re

Re: How do I integrate my CLASSPATH on Tomcat?

2002-11-27 Thread Pae Choi
As I said, that's a simpler way. That did not meant that's the only way. Long run? I've been watching TC a long enough and have changed a number of times the scheme of including the CLASSPTH. In the long run, are you absolutely sure what is going right now will be stay same ... say in next 5

Re: How do I integrate my CLASSPATH on Tomcat?

2002-11-27 Thread Pae Choi
First, let me copy the initial inquriy to refresh your memory. I'm wondering how I should do to make tomcat use the paths that are in my CLASSPATH? Does it say or imply to move JARs or packages to a specific location? The question was simple and the my reply included a simple suggestion

Re: How do I integrate my CLASSPATH on Tomcat?

2002-11-27 Thread Pae Choi
Didn't you see the posting that came from original poster again. I don't want to move everything to tomcat, I want tomcat to read from the classpath and this way find the files. Is this possible? And The BEST part, you are not in the position to determine and call that. It's customers' call.

Re: [OT] - Let's be nice -- Re: How do I integrate my CLASSPATH on Tomcat?

2002-11-27 Thread Pae Choi
You listen up. You should know who started this first. And mind your own business. Pae Pae, you are sure a sensitive person. I, for one, do not appreciate this nastiness in a public place. Please try to play well with others. And, to be fair, I certainly have had my moments too. At

Re: JDK is not enough. SDK is needed

2002-11-24 Thread Pae Choi
in the site. There's no search function and the site is not easy to navigate. I hope it wasn't developed by a developer. Web developers do not necessarily design good web pages. John From: Pae Choi [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED

Re: JDK is not enough. SDK is needed

2002-11-24 Thread Pae Choi
the basic stuff before complain about TOMCAT. If you don't appreciate the TOMCAT, no one will stop you go somewhere else. Pae John From: Pae Choi [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: JDK is not enough. SDK

Re: What the problem about tomcat 4.1 or IE? in my computer?

2002-11-24 Thread Pae Choi
Wow! 5 min? That's not acceptable. I have not seen such yet. I, personally, do not think that's causing by TOMCAT. And it's gotta be something else than TC then. Just FYI. I have seen TC running fast even on a machine equipped less than your machine. Also that machine was running about 7 to 10 IE

Re: JDK is not enough. SDK is needed

2002-11-23 Thread Pae Choi
John, What is/are the difference(s) between JDK and Java SDK from your viewpoint? From what I understand, they are same, but the name just changed in the naming transition. I am guessing that your JDK may referring to JRE? :-) Pae The instructions to install Tomcat under Windows indicated

Re: Tomcat NT Service Runtime.exec()

2002-11-23 Thread Pae Choi
I am comfortable with Java security though, but I would not place such code in the live site. Man! you guys got a lot of guts to do that. :-) Pae I am running cmds ok from win200 with tomcat 4.12 have ago wuth this example - It migth be bad code but it works ok with and pinted as html

Re: What the problem about tomcat 4.1 or IE? in my computer?

2002-11-23 Thread Pae Choi
I hope the other side know how to appreciate the sense of humor. :-) Also, try http://localhost:8080/index.jsp as well. Pae Uninstall win2k, install linux, see if your problem persists ... :) naah; seriously: check the logs: see if there is anything funny. Which JDK are you using? Maybe

Re: JDK is not enough. SDK is needed

2002-11-23 Thread Pae Choi
for compiling JSP? Maybe the installer should verify that all necessary components are there before it finishes. John From: Pae Choi [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: JDK is not enough. SDK is needed Date: Sat

Re: application timeout

2002-11-21 Thread Pae Choi
See the javax.servlet.http.HttpSession interface. You should get what you need. Pae - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 12:40 AM Subject: Re: application timeout Hi Kwok, I looked at the docs

Re: HTTP and SSL Connector port problems

2002-11-20 Thread Pae Choi
Strange! I've been testing HTTP with port 80, 8080, and even other ports for tunneling and HTTPS with port 443, 8443, and ohters for tunneling. They all work fine with IE v6.0 since TC v4.1.12 came out. Pae - Original Message - From: mech [EMAIL PROTECTED] To: 'Tomcat Users List'

Re: HTTP and SSL Connector port problems

2002-11-20 Thread Pae Choi
Also, everyone has different mileages. Just soemone did not able to figure out, that does not mean it's a bug. Pae Mech P.S. Don't use Tomat 4.1.12 with SSL, upgrade to 4.1.14. Minor? ssl warning bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14164 -- To unsubscribe, e-mail:

Re: Granting security permissions not working

2002-11-20 Thread Pae Choi
On Win32, the forward slash works as well . For example, grant codebase file://drive name:/- { Pae - Original Message - From: Greg Trasuk [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, November 20, 2002 5:05 AM Subject: RE: Granting security

Re: tomcat/ jsse problem, truncated post messages

2002-11-19 Thread Pae Choi
FYI. I have no problem sending and receiving SOAP message 16MB+ with TC v.4.1.12 used both HTTP and HTTPS fine. The 16MB+ includes an image file in BASE64 as well. :-) I have not tested greater than 16MB+, because it(Base64 stuff) takes longer time time than encrypting and decrypting the message

Re: Granting security permissions not working

2002-11-18 Thread Pae Choi
I know it's not going to help you much or at all. And I am not certain what's going on with your side, but just FYI. I have tested the TC v4.1.12 with -security. And it runs fine on the WinNT. It has many security permissions in the catalina.policy, inclduing own Web Apps, JAXM, AXIS, RMI stub

Re: Can I use Structs in Tomcat 4.1.12?

2002-11-17 Thread Pae Choi
reynir, Man! You MUST be a good guesser. It would cost to pull all my hairs to figure out. There's no guarantee that I will be able to figure out after having no hair at all though. :-) Pae - Original Message - From: Reynir Hübner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

Re: eth0 ip, not lo ip

2002-11-16 Thread Pae Choi
I am just curious why the JDK1.4.x is not an acceptable choice? It should be backward compatible? Pae - Original Message - From: RXZ JLo [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, November 16, 2002 5:23 AM Subject: Re: eth0 ip, not lo

Re: How do I know if tomcat is started with SSL?

2002-11-13 Thread Pae Choi
Try https://localhost:8443/ and see what you get. Pae - Original Message - From: Mark Liu [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 12, 2002 10:54 PM Subject: How do I know if tomcat is started with SSL? I am using Tomcat 4.1.12 under my W2K

Re: Tomcat Application on Port 443 or 8080?

2002-11-12 Thread Pae Choi
The recommend way is either you [1]configure Apache/HTTP(S) and TOMCAT(TC) with connentor or [2]make a direct conection to TC. So the first case will be accessed as follows: [1]https://domain/context/url-pattern This will use the port # 443. And the second case will be accessed as

Re: remove the need for :8443 in URLs needing https:

2002-11-12 Thread Pae Choi
That is wha the connector is for. Pae - Original Message - From: Qmail List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 12, 2002 1:21 PM Subject: remove the need for :8443 in URLs needing https: Hello, It is more difficult to re-write urls

Re: Tomcat Application on Port 443 or 8080?

2002-11-12 Thread Pae Choi
must be a way for SSL to work w/o having to explicity say :8443 in the URL. - Original Message - From: Pae Choi [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, November 12, 2002 7:17 PM Subject: Re: Tomcat Application on Port 443 or 8080

Re: Can't use alternate root context with Tomcat 4.1.12

2002-11-04 Thread Pae Choi
You will probably have better luck with the following: find . -print | xargs egrep '(ROOT|/ROOT)' Pae - Original Message - From: yoom nguyen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, November 04, 2002 10:22 AM Subject: Re: Can't use alternate root context

[TC v4.1.12] Anything abnormal in the Context Path

2002-11-03 Thread Pae Choi
Have you tried the following? ServletContext sctx = getServletContext(); String contextBugPath = sctx.getRealPath(reqRef.getContextPath()); What do you get? Anything abnormal? Pae

Re: AccessControlException - java.io.FilePermission

2002-11-02 Thread Pae Choi
You do not have access to log files, but do have access the security policy file? Wow! what kinda IT policy is that? Anyhow, have you tried AllPermission for debug purpose as follows: grant codeBase file:/home/.sites/5/site513/web/- { permission java.security.AllPermission; } Let us know

Re: AccessControlException - java.io.FilePermission

2002-11-02 Thread Pae Choi
] To: [EMAIL PROTECTED] Sent: Saturday, November 02, 2002 10:23 PM Subject: Re: AccessControlException - java.io.FilePermission Pae Choi, u absolutely don't know me from Adam, but I was kinda curious about the subject of your posting Re:AccessControlException - java.io.FilePermission!! Now

Re: Apache 1.3 + mod_ssl + mod_jk or mod_jk2 with EAPI under Windows

2002-11-01 Thread Pae Choi
Interesting! mod_ssl is only available for Apache v1.3.27 based on the info on the Web site, www.modssl.org. I wonder how could you integrate Apache v2.x with OpenSSL. Pae I have a document that will probably help you. ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Jk2_TC4.1.x_JSDK1.4.x.zip

Re: Apache 1.3 + mod_ssl + mod_jk or mod_jk2 with EAPI under Windows

2002-11-01 Thread Pae Choi
: Friday, November 01, 2002 3:46 AM Subject: RE: Apache 1.3 + mod_ssl + mod_jk or mod_jk2 with EAPI under Windows Have look at: http://httpd.apache.org/docs-2.0/ssl/ -Original Message- From: Pae Choi [mailto:paechoi;earthlink.net] Sent: Friday, November 01, 2002 3:27 PM To: Tomcat Users

Re: Apache 1.3 + mod_ssl + mod_jk or mod_jk2 with EAPI under Windows

2002-11-01 Thread Pae Choi
-Original Message- From: Pae Choi [mailto:paechoi;earthlink.net] Sent: Friday, November 01, 2002 4:15 PM To: Tomcat Users List Subject: Re: Apache 1.3 + mod_ssl + mod_jk or mod_jk2 with EAPI under Windows That's what I meant. The URL is pointing the www.modssl.org and take a look at the info

Re: More Re: SSL with Tomcat standalone on WIN98

2002-11-01 Thread Pae Choi
Your exception message is clearly telling you what is going on. To wit, somewhere in the execution path of your prgram could not find the class, java.net.ServerSocketFactory. With J2SDK veriosn 1.4.x, you will have to play with J2 Security Extension packages, but no needed to mess with them if

[TC v4.1.12] Integrating with BouncyCastle on JDK v1.4.1_01

2002-10-29 Thread Pae Choi
Forst of all, my applogies if this has been asked and solved. If anyone has integrated TC v4.1.12 with BC-jdk14-115 on JDK 1.4.1_01 using PKCS12 key store, not JKS keystore, would you please share with me whether it's feasible or not. To wit, without modifying the TC source code. Any suggestions

Tomcat v4.1.12 with jk1, not jk2(not yet, at least)

2002-10-13 Thread Pae Choi
First of all, my appologies if this question has been asked before. I have not been able to keep up with TOMCAT progress lately. But I have been using it up to 4.0.x so I can be considered as a newbie to v4.1.x. I have been using a combination, Apache/HTTP(S)d + mod_jk v1.1.0 + Tomcat v4.0.3

Re: Tomcat 4.0.4 won't reload modified classes

2002-10-13 Thread Pae Choi
FYI Tested Tocmat v4.0.3 with J2SE v1.3.x, 1.4.0, 1.4.1fcs. None of J2SE versions mentioned work. Regards, Pae - Original Message - From: Guillermo Payet [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, October 12, 2002 12:57 PM Subject: Re: Tomcat 4.0.4

Re: Connection pool DBCP

2002-10-06 Thread Pae Choi
I have not tested DBCP for this specific one yet, but this is an interesting one to do down the road. Just from my top of head, it should not be a difficult challenge. For example, you can create a listener that runs with a separate thread to check the connection heartbeat. Since 'dbcp' is

Re: mod_jk.c not compatible with Apache 2.0.39

2002-07-21 Thread Pae Choi
The source, i.e., under include direcotry, in Apache/HTTPd has changed its function names; so the source in mod_jk modules referencing them *certainly* will not make your compiler happy at all. Pae - Original Message - From: STEVE R BURRUS [EMAIL PROTECTED] To: Tomcat Users List

Re: Can Somebody help please! : Coyote, JK and JK2

2002-07-16 Thread Pae Choi
I have built the mod_jk.so on both Win32 and Linux for Apache v1.3.26 + Tomcat v4.0.4 harmony. You can find the mod_jk source from the distrbution, jakarta-tomcat-connectors-4.0.4-src.tar.gz and its sub- sirecotry, where tarball decomressed/jk/native/apache-1.3. Hope this helps, Pae -

Two TCs???

2002-06-12 Thread Pae Choi
Do we have two seperate TCs in the development process? I see the v4.0.4-b3 release arouind 10th and 11th of May as well as v4.1.3-b release around 28th and 29th of May. What's going on? Pae [1] http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4-b3/ [2]

Re: Two TCs???

2002-06-12 Thread Pae Choi
: Re: Two TCs??? On Wed, 12 Jun 2002, Pae Choi wrote: Date: Wed, 12 Jun 2002 12:56:20 -0700 From: Pae Choi [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Cc: Tomcat Developers List [EMAIL PROTECTED] Subject: Two TCs

Re: Doubts on SSL configuration.???

2002-05-20 Thread Pae Choi
For $400.00, I will make a custom build for those packages, applciations, configuration you need. That is including Apache/ HTTPd, Tomcat, OpenSSL, mod_ssl, mod_jk, and JSSE on Win32 for you. And I will provide the sample applications and configurations you need for those needs. Interesting? Send

Re: [ANNOUCEMENT] Tomcat 4.0.2 Final released

2002-05-15 Thread Pae Choi
We already have v4.0.3. You menat 4.0.4? If not, what am I missing here? Pae - Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, February 11, 2002 10:05 AM Subject: [ANNOUCEMENT] Tomcat 4.0.2 Final released [EMAIL

Re: Tomcat and SSL

2002-05-15 Thread Pae Choi
Basically you are suggesting to open all 80xx and 8443 ports to public? So brave!!! :-) Pae - Original Message - From: Oki DZ [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, May 15, 2002 9:01 PM Subject: Re: Tomcat and SSL On 05/15 18:52 Sefton, Adam

Re: 4.0.1 in production?

2002-01-28 Thread Pae Choi
I've been running Apache + mod_jk + mod_ssl + OpenSSL + TC v4.0.2b2 + (others). And for the specific TC part, it's been only less than a week, so I am not sure whether it is ready for prime time or not. But I haven't seen any problem yet. It looks cool so far and I feel safe to ride the TC v4.x

Re: mod_jk bug ?

2002-01-24 Thread Pae Choi
Are sure you are running the TC v4.x? I only see the Ascii.java in the TC v3.x. Based on the exception, it has nothting to do with mod_jk. It is more related to the TC v3.x utility class to me. Pae Hi, I encountered the following error when accessing any java

Re: j2ee and Tomcat 4.0

2002-01-21 Thread Pae Choi
I am not certain if I am understaind you correctly. But you seemed trying to understand the relationship between J2SE and J2EE. The J2SE is kinda JDK and the J2EE is a set of extensions for the server side applications, so called Enterprise Edition(EE). And the Servlet and JSP are just part of

Re: Which SSLeay do I need...?

2002-01-18 Thread Pae Choi
I have been used the [1]Apache/HTTP Server + [2]MOD_SSL +[3] OpenSSL + [4]TC + [5]JSSE combination. And I know [6]Apache-SSL is an alternative of MOD_SSL, but I have not heard about the opinions on the Apache-SSL yet. Is there any specific reason you have to use Apach-ssl than mod_ssl? By

Re: Urgent: works on TC 3.2.2, but not on TC 3.3 !!!

2002-01-17 Thread Pae Choi
J, Would you mind me asking you to elaborate your idea with simple code? Thanks, Pae One potential problem with frames is the session id if cookies are disabled. snip description - look in the archives You can get round this by having a third hidden frame which 'owns' the links

mod_jk.{dll | so} with Apache/HTTP Server v1.3.22 + TC v3.3a on WIN32

2002-01-17 Thread Pae Choi
It seems to me that Apache/HTTP Server got rid of the EAPI as it used to be hardcoded, e.g., mod_so.c. The same applies to mod_jk related files under the subdirectory, common from the TC distribution. Then, would someone or some people explain why the EAPI is still left in the jk_module of the

Re: Applet Hassles

2002-01-17 Thread Pae Choi
+1. John is correct and right about that. Pae Hi Hello, I have been using the Tomcat on NT for the past 7 months mostly dealing with Servlets and JSP's, and everything works great. I believe I have all my classpaths correct and the system configured properly. But whenever I

Re: Problem with file URL

2002-01-07 Thread Pae Choi
Hmm.. the communication between the browser(client) and the file system(server) is not considered in the client-server communication? An interesting comment. Pae There appears to be confusion about the 'file://' protocol. The file:// protocol is really not a protocol at all, since there

Re: Problem with file URL

2002-01-07 Thread Pae Choi
You are not telling me anything new I do not know about. The server does not have necessarily reside off the host machine where the client is on. Pae On Mon, 7 Jan 2002, Pae Choi wrote: Date: Mon, 7 Jan 2002 11:18:10 -0800 From: Pae Choi [EMAIL PROTECTED] Reply-To: Tomcat Users

Re: Programmatic login with Tomcat 4.0.1

2002-01-04 Thread Pae Choi
Maybe some folks might think that TC is a magical, all-in-one package for web services related solution, not just Servlet/JSP container. :-) Pae On Fri, 4 Jan 2002, Sergei Batiuk wrote: Date: Fri, 4 Jan 2002 14:10:03 +0200 From: Sergei Batiuk [EMAIL PROTECTED] Reply-To: Tomcat

Re: Tomcat SSL

2001-12-27 Thread Pae Choi
Among many other articles, you can read the keytool description from sun site. Pae Hi, I can't create a SSL connection in my Tomcat server. It always says: C:\Documents and Settings\Default User\.keytool is not found. How to create .keytool in that directory? An article about this

Re: JSSE 1.0.2

2001-12-24 Thread Pae Choi
Have you tried any of three samples that come with JSSE? If not, try run those samples to see if your JSSE is well configured and ready to use. This will be your starting point to trace your problem. Once you have verified it, it will help you as well as other folks to have better understing of

Re: Cookies in tomcat-3.2.3

2001-12-24 Thread Pae Choi
Cookie can be one of the available methods, but I am not certain it is only method for that purpose. Pae yes it does so no you can't. ditto tomcat 4 - cookies is the only reliable method for identifying an individual computer, so is therefopre the only method for managing sessions. ian

Re: JSSE 1.0.2

2001-12-24 Thread Pae Choi
On Mon, 24 Dec 2001 06:35:32 -0800, Pae Choi [EMAIL PROTECTED] escreveu : Have you tried any of three samples that come with JSSE? If not, try run those samples to see if your JSSE is well configured and ready to use. This will be your starting point to trace your problem. Once you have

Re: What does it mean - Name on certificate does not match name of the site

2001-12-22 Thread Pae Choi
Richard - Seems like you've been barking at the wrong tree if you've been playing with the Company Org Unit field. Look my previous message what field you need to play with. /Pae Greetings! Thanks for the replies so far. Unfortunately, I haven't got it to work yet. I'm putting various

Re: What does it mean - \Name on certificate does not match name of the site\

2001-12-22 Thread Pae Choi
The CN in the distinguished name is standing for Common Name. Pae - Original Message - From: Richard S. Huntrods [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, December 22, 2001 8:21 AM Subject: Re: What does it mean - \Name on certificate does not match

Re: Newbie: set java arguments

2001-12-21 Thread Pae Choi
Brown - Couldn't you use a batch file unless it's out of option. /Pae - Original Message - From: Brown Bay [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, December 21, 2001 8:30 AM Subject: Newbie: set java arguments I want to add to my java command line

Re: Newbie: initialize ORBSingleton

2001-12-21 Thread Pae Choi
I am not certain, but it seems to me a kinda of exception that servlet can't get to the target reference object, e.g., not in the CLASSPATH, or by simliar causes. Otherwise, I have to pass this to other folks. Cheers, Pae - Original Message - From: Brown Bay [EMAIL PROTECTED] To:

Re: HELP - URGENT : Stability of Tomcat if compare with JBOSS or JRUN

2001-12-20 Thread Pae Choi
No WebSphere or any other? Just BEA and Oracle? :-) Pae - Original Message - From: Kemp Randy-W18971 [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 6:03 AM Subject: RE: HELP - URGENT : Stability of Tomcat if compare with JBOSS or JRUN I

Re: xml conflict

2001-12-20 Thread Pae Choi
It is a well known problem when you are using multiple XML parsers. For example, COCOON, SOAP, TC, et al. You just have to know which parser you need to keep it as a common parser and make others available as needed. Check your environment sysmbols to see what are the parsers are running and in

Re: xml conflict

2001-12-20 Thread Pae Choi
. How do I do that? I thought by putting the jars that my servlet needs in the web-inf/lib diretory that that was making it available where needed. Thanks, Scott -Original Message- From: Pae Choi [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 11:26 AM To: Tomcat

Re: McClanahan Hints

2001-12-20 Thread Pae Choi
Hello Bo, As always, +1. Having a feeling a little to make everone laugh? :-) Pae - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 3:26 PM Subject: Re: McClanahan Hints On Wed, 19

Re: mod_jk for NT and EAPI

2001-12-19 Thread Pae Choi
I have a compiled version of mod_jk.dll that I have compiled with the EAPI option. Would you two like to have a copy of it. Let me know if you do. Pae I have the same problem with mod_webapp! I have Apache 1.3.22 on Win2k and I do not manage to compile with the -DEAPI option... Diego

Re: Jakarta NT SERVICE--- logout USER

2001-12-10 Thread Pae Choi
Wesley, What the rs option does in the -Xrs option? Pae Use the -Xrs option when starting the JVM. Wesley -Original Message- From: Catalin [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 2:55 PM To: [EMAIL PROTECTED] Subject: Jakarta NT SERVICE--- logout

Re: Jakarta NT SERVICE--- logout USER

2001-12-10 Thread Pae Choi
debugging -Xfuture enable strictest checks, anticipating future default The -X options are non-standard and subject to change without notice. -Original Message- From: Pae Choi [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 9:17 AM To: Tomcat Users List

Re: Is it always necessary to place the servlet class files under the WEB-INF/classesfolder?

2001-10-31 Thread Pae Choi
Have you read the Servlet spec before? If so, you do not like how it specified? In case you are not happy with the spec. you should send email to [EMAIL PROTECTED] Pae Is it always necessary to create a WEB-INF folder? Is this a standard or is it just plain mandatory to create a WEB-INF

Re: set SessionID (PLEASE HELP)

2001-10-31 Thread Pae Choi
Craig, I've been noticed that you are quite impressive. I am not just mentioning about your technical level, but more about your personal quality. To wit, It is amazing that someone repeatly and consistently providing answers for the similar(if not exactly same0 questions over and over again

Re: Tomcat and firewalls...

2001-10-27 Thread Pae Choi
Dave, Could you tell me what platform do you use? Pae I use Zone Alarm and it doesn't bother Tomcat at all. Dave At 01:54 PM 10/23/2001 +0100, you wrote: I use ZoneAlarm and I've found that I have to turn it off in order to use Tomcat Dave -Original Message- From: Thomas

Re: Urgent : Problems with JDBC Date formats...

2001-10-23 Thread Pae Choi
When did JDBC began to use the 1-digit centry code and 2-digit year code? So it's 001, not 2001 :-) Pae Hi ! Standart JDBC Date (java.sql.Date) format : yyy-mm-dd. - Original Message - From: Dmitri Colebatch [EMAIL PROTECTED] To: Shah, Chintan V (Chintan) [EMAIL PROTECTED] Cc:

Re: URGENT, Tomcat MySQL problems

2001-10-23 Thread Pae Choi
It has been a common practice that we do not put the application-specific JARs under the lib in the JRE context. Rather we place them under the application specific lib. So, I agreee with that. However, nobody is stopping you doing that and should not have technical problem. Do we? Pae I'm

Re: Chunked http requests

2001-10-22 Thread Pae Choi
Is TC v3.3 final supporting the HTTP v1.1? Pae Yes, with the default HTTP/1.1 connector. Pier Rida Ligurs at [EMAIL PROTECTED] wrote: Thanks Larry, Do you know if Tomcat 4.0 supports it? -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Monday,

Re: Win200 crashing with Tomcat 4

2001-10-19 Thread Pae Choi
This is real scary if Janek's story is true. Could the TC dev. team confirm this? Since Janek is only Testing so it should not a big issue to produce the test cases Janek has. Pae Yes, and I didn't (or could not) find anything... -Original Message- From: Janek Bogucki

Re: SingleThreadModel only giving 1 thread

2001-10-19 Thread Pae Choi
Craig, What does the bazillion mean? Would you explain in number? :-) Pae On Fri, 19 Oct 2001, Edward Ivanovic wrote: Date: Fri, 19 Oct 2001 17:31:03 -0400 From: Edward Ivanovic [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: SingleThreadModel only giving

Re: Question on FORM based authentication in Tomcat 4.0

2001-10-05 Thread Pae Choi
Among many options proposed by Craig, I personally like the Get Some New Users option. Wouldn't it be wonderful to be able to work in the environment we have a such option. :-) I will be more than happy to hear about if there is such working environment. To return from the digressiion, I

Re: Limits of Web

2001-09-25 Thread Pae Choi
In my hunch, they do not even have the proper Requirements so that they do not even have a Right Architecture as a subsequent result. That's why they are wondering and drifting unless their technical team is just exploring and trying to create the pilot or poc system without the baseline

Re: Limits of Web

2001-09-24 Thread Pae Choi
Then, they need to get help by getting professionals. One would be the architect who can help you folks at least understand what is the difference between the thin and thick clients. Second would be the security speciality who can help you folks understand that the security is not a joke

Re: *real* off topic

2001-09-24 Thread Pae Choi
Do not recall your previous messages but I see this. Pae hi there, during the last week I sent a lot of emails to this list, some with questions, others with solutions (a howto on ssl-certificates and sudden crash on linux). But *nobody* seemed to notice! It's not that I am

Re: JSP vs. ASP

2001-09-21 Thread Pae Choi
Folks, I enjoyed watching and learning this conversational thread. I just want to learn a little more about the only verision. Can someone explain a little more what this only version impling? Thanks Pae Hi ! - Original Message - From: Randy Layman [EMAIL PROTECTED]

Re: Client Authentication in Tomcat

2001-09-13 Thread Pae Choi
Ricardo, Get the JSSE(or similar one) and it comes with a couple of samples if I remember correctly. Also, spend some time to J2 Core Security package as well as Java Security Forums at sun site and comp.lang.jave.security. You should have a plenty of samples and sufficient stuff to start

Re: HTTPS

2001-08-28 Thread Pae Choi
I need help for some of the issues. 1) Can someone help me in enabling https in tomcat? This subject has been discussed more than a few times. Put some efforts to seach. 2) Can i send and receive data to someother tcp/ip server on n/w via sockets? If yes, is there some special

Re: about TOMCAT+APACHE+SOAP path problem

2001-08-28 Thread Pae Choi
Have you configured the Apache WS with TOMCAT AS by using the mod_jk, unless you are using the CATALINA? If so, follow the SOAP installation instruction and configure the SOAP into the TOMCAT by adding *new* context almost same as you are adding new context to the TOMCAT. So, the Apache

Re: about TOMCAT+APACHE+SOAP path problem

2001-08-28 Thread Pae Choi
formed. Pae Choi a écrit : Have you configured the Apache WS with TOMCAT AS by using the mod_jk, unless you are using the CATALINA? If so, follow the SOAP installation instruction and configure the SOAP into the TOMCAT by adding *new* context almost same as you are adding

Re: what is this number -2147483646

2001-06-21 Thread Pae Choi
The positive integers indicate the *order* in which servlet should be loaded from lower to higher. If no value or negative integers, the container is *free* to load the servlet any time in the startup sequence. Pae HI What is the meaning of the foll. code in web.xml file for

Re: Encryption with javax.crypto.*

2001-06-20 Thread Pae Choi
Leon, Take this to comp.lang.java.security or Sun/Security Forum. We will take from there. Pae Hello All, I have some code which uses the javax.crypto.* package. When I run the code in a test outside of tomcat everything works fine. When I try to run the code through

Re: Java Question

2001-06-12 Thread Pae Choi
When you access the 'synchronized' static method, it locks its class. so this will ensure the thread-safe access. Otherwise, the result is unknown. Pae I have looked all over and can't find the answer to this simple question. If you use a static method, do you have to synchronize

Re: Java Question

2001-06-12 Thread Pae Choi
- Original Message - From: Brandon Cruz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 12, 2001 2:18 PM Subject: Java Question - Original Message - From: Pae Choi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 12, 2001 2:41 PM Subject: Re

Re: j_security_check

2001-06-11 Thread Pae Choi
Try action="/VP/j_security_check" while assuming that the rest of the setup is correct. Pae I've read everything I can find on the list, and in the documentation and I still can't get "FORM" authentication to work. I'm using tomcat 3.2.2. I'm accessing Tomcat

Re: j_security_check

2001-06-11 Thread Pae Choi
Confirming! j_security_check works in the combination of Apache1.3.19 + Tomcat 3.2.1. Pae Peter Mark I'm working with Apache 1.3.19 and TTomcat 3.2.1 My configuration requires Apache Tomcat (Tomcat standalone doesn'T neewd mod_jk at all!) regards Peter /Peter Mark Muffett

Re: Tomcat and weblogic

2001-06-10 Thread Pae Choi
Would you add little more comments when you say, the code written *right*? I am also interesting to see your *effortless* view in moving the code between them. Thanks Pae We cannot compare web logic with tomcat, but if someone integrate tomcat + enhydra may be we can compare it.

  1   2   >