RE: "Commit Changes" result in an error in the admin site

2004-09-09 Thread Tam, Michael
Very likely cause by the white spaces in your directory path. Cheers, Michael -Original Message- From: Jonathan Taub [mailto:[EMAIL PROTECTED] Sent: September 9, 2004 4:36 PM To: [EMAIL PROTECTED] Subject: "Commit Changes" result in an error in the admin site Just installed Tomcat 5.5 o

RE: Can't Setup!

2003-09-24 Thread Tam, Michael
Make sure you have set the environment variable JAVA_HOME & CATALINA_HOME. -Original Message- From: Rodrigo Poblanno Balp [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 1:31 PM To: Tomcat Users List Subject: Can't Setup! Hi, I've just installed Tomcat 4.1.24-LE-jdk14 for W

Testing

2003-09-05 Thread Tam, Michael
Testing my autoreply. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: JNDI DataSource

2003-06-12 Thread Tam, Michael
You didn't mention about your jdbc jar file in your post and maybe you should check where did you put the jar file. In addition, you may want to try a simple jsp to use driver manager to obtain a connection to see if your jdbc lib is loaded. Cheers, Michael -Original Message- From: Tarek

RE: win2000 issue with tomcat4.1.24

2003-06-12 Thread Tam, Michael
m Files\Apache Group\Tomcat4.1 but I can not delete the spaces between the program files right??? Thanks - srini. -----Original Message- From: Tam, Michael [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 12:32 PM To: 'Tomcat Users List' Subject: RE: win2000 issue with tomcat4

RE: win2000 issue with tomcat4.1.24

2003-06-12 Thread Tam, Michael
Sorry I didn't follow this topic from the beginning but maybe you should post where EXACTLY you have tomcat and j2sdk installed and the EXACT values you have set for JAVA_HOME and CATALINA_HOME so we can see if anything went wrong of those settings. In addition, if you install tomcat under "Progra

RE: servlet question

2003-05-27 Thread Tam, Michael
. - Original Message - From: "Tam, Michael" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, May 27, 2003 4:13 PM Subject: RE: servlet question I am not possitive. I am not familiar with flash but can you process your p

RE: servlet question

2003-05-27 Thread Tam, Michael
: servlet question My code is doing this way already, but it does not work.You think the method will change if I forward the "POST" request inside doGet(). - Original Message ----- From: "Tam, Michael" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" &

RE: servlet question

2003-05-27 Thread Tam, Michael
Just a wild guess, how about servlet 1 doPost() call its own doGet() and redirect in the doGet body??? -Original Message- From: Paul Hsu [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2003 3:41 PM To: Tomcat Users List Subject: Re: servlet question Thank you for the help. I think you m

RE: Test Application with out restart Tomcat

2003-04-03 Thread Tam, Michael
I believe there is an attribute call 'reloadable' for the element in server.xml. Set it to true for your webapp context and the webapp's servlets will reload when there are changes to them. Regards, Michael -Original Message- From: Srinivasu Gandu [mailto:[EMAIL PROTECTED] Sent: Thursda

RE: Can't access my servlet

2003-04-02 Thread Tam, Michael
you need url mapping for your servlet in your web.xml file. Servlet inovker is disable since 4.1.12 I believe if you do read the release note carefully in your tomcat installation. -Original Message- From: Lori Bishop [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 4:12 PM To: t

RE: Installation problem

2003-04-02 Thread Tam, Michael
: Klaus Liebler [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 9:51 AM To: 'Tomcat Users List' Subject: AW: Installation problem No, I did not set CATALINA_HOME. But even if I set it, nothing changes. Regards, Klaus > -Ursprüngliche Nachricht----- > Von: Tam,

RE: Installation problem

2003-04-02 Thread Tam, Michael
Make sure your JAVA_HOME is pointed to jdk 1.4.0 directory not the subdirectory 'bin'. Also, did you set CATALINA_HOME to point to tomcat directory? Regards, Michael -Original Message- From: Klaus Liebler [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 9:24 AM To: [EMAIL PROTECT

Help: start and shutdown a process through servlet

2003-03-26 Thread Tam, Michael
Hi all, I am having a problem to use a servlet to invoke an external process and I wish someone can give me some suggests on my approach which may help me solve the issue. Environment: Windows, J2SDK 1.4.1_02, and Tomcat 4.1.24. The scenario: 1) I would like to dedicate a servlet to invoke an

RE: request parameter question ...

2003-03-26 Thread Tam, Michael
getParameter is used to obtain data being pass by post or get method set/getAttribute is used to access the data in the request object. They are different. You need to understand which one you do need. Michael -Original Message- From: Mufaddal Khumri [mailto:[EMAIL PROTECTED] Sent: We

RE: tomcat4.1.18 can not restart after Mysql DataSource configuration.

2003-03-24 Thread Tam, Michael
You need more detail about the crash. Connector/J doesn't have 4.0 as far as I know. The current is 3.0 and 3.1 as alpha. I have almost the same config. except I am running 4.0.11a and Connection/J 3.0.6 . Regards, Michael -Original Message- From: Fred Wang [mailto:[EMAIL PROTECTED] Se

RE: [OT] Servlet process issue

2003-03-21 Thread Tam, Michael
ards, Michael -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2003 12:31 PM To: Tomcat Users List Subject: Re: [OT] Servlet process issue Tam, Michael wrote: > Hi all, > > Sorry for the [OT]. Since many of you are the experts on servlet >

[OT] Servlet process issue

2003-03-21 Thread Tam, Michael
Hi all, Sorry for the [OT]. Since many of you are the experts on servlet technology, I'd like to ask for suggestions or comments on the servlet process I am working on. Process: 1) I have a form html (A) to upload data files through an UploadServlet (B) which stores the files in the file system

RE: Tomcat 4.1.18

2003-03-18 Thread Tam, Michael
there is a exe file call tomcat.exe in the \bin directory try type in something like tomcat.exe -help and this should help you install the service. Cheers, Michael -Original Message- From: Keith [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 2:40 PM To: [EMAIL PROTECTED] Subject:

RE: CD based tomcat (hopefully)

2003-03-17 Thread Tam, Michael
Your CATALINA_HOME is path to your tomcat in the cd then if and only if yours CD is a CDR and CD-rom is a cd-writer, otherwise how could tomcat be able to write the logs file?? -Original Message- From: Oliver Rose [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 2:08 PM To: [EMAIL PR

RE: HELP: Deploying Simple Servlet

2003-03-17 Thread Tam, Michael
Did you create a entry in the server.xml of tomcat? Michael -Original Message- From: Shaffin Bhanji [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 10:59 AM To: [EMAIL PROTECTED] Subject: HELP: Deploying Simple Servlet Hello, I have created a simple HttpServlet in JBuilder 8 Fo

RE: java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-03-12 Thread Tam, Michael
Hi Kevin, You should not put any CLASS in lib at all. It is the place for jars only. Get rib of all the MySQL JDBC driver files anywhere in your webapp and put the mysql jdbc driver jar file into lib and restart tomcat and see if this will resolve your problem. By the way, which version of the d

RE: web.xml migration from 3.2 problem

2003-03-10 Thread Tam, Michael
in your url-pattern, don't include your webapp name There are solutions to solve this in the list. Please read the message 'strangeness'. cheers, Michael -Original Message- From: Giulia Hill [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 3:51 PM To: Tomcat Users List Subject:

RE: strangeness

2003-03-10 Thread Tam, Michael
Jackson [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 3:34 PM To: Tomcat Users List Subject: RE: strangeness BTW, my webapp is "tad", so the urls look like "/tad/servlet/MyServlet". --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message----- >

RE: strangeness

2003-03-10 Thread Tam, Michael
re? --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message- > From: Tam, Michael [mailto:[EMAIL PROTECTED] > Sent: Monday, March 10, 2003 2:51 PM > To: 'Tomcat Users List' > Subject: RE: strangeness > > > servlet-invoker has been disabled by de

RE: strangeness

2003-03-10 Thread Tam, Michael
servlet-invoker has been disabled by default since 4.x.x. You need to put and to your web.xml to locate your servlet and the url-pattern in your liking. Cheers, Michael -Original Message- From: Mike Jackson [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 1:50 PM To: Tomcat Users

RE: just to be able to browse the Tomcat default page

2003-03-10 Thread Tam, Michael
Where did you put your html file? It looks like you're trying to get your html from the root of tomcat. if you put your file in your own webapp, you should try http://localhost/yourwebapp/zyx.html NOT http://localhost/zyx.html .

RE: urgent help needed..cannot make changes to conf/server.xml

2003-03-06 Thread Tam, Michael
Stop the service, go to %CATALINA_HOME%\bin and run "catalina run" in CMD. Then you will able to see the exceptions. Michael -Original Message- From: runu rathi [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 1:26 PM To: [EMAIL PROTECTED] Subject: urgent help needed..cannot make

RE: Tomcat on WinXP (Solved??)

2003-03-05 Thread Tam, Michael
This is my wild guess: If you use the exe format to install tomcat, there maybe a chance some of these information has been written in the registry. Michael -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 12:56 PM To: 'Tomcat Users List'

RE: Tomcat on WinXP

2003-03-04 Thread Tam, Michael
What boggles my mind even further is that at the command prompt I cahnge to G:\tomcat and I try javac test.java and it gives me no error messages, but no class file is compiled. Any other thoughts? Thanks again. Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. -Origin

RE: Oracle JDBC, what do do?

2003-03-04 Thread Tam, Michael
Depends which Oracle version you're running. For 8i, I believe you have to get class12.zip and rename it as jar file. For 9i, I forgot the name of the file but it should work the same way as 8i which you need to rename it to jar. Hope this help. Michael -Original Message- From: [EMAIL P

RE: Tomcat on WinXP

2003-03-04 Thread Tam, Michael
To Denise, You should point your JAVA_HOME to c:\jdk1.4.1 not c:\jdk1.4.1\bin To Sean, Please refer to message "Installation - Tomcat 4.1 -Windows 2k". Tomcat works the same way in Win2K/XP. Hope this help guys. cheers, Michael -Original Message- From: Scott, Sean [mailto:[EMA

RE: Installation - Tomcat 4.1 - Windows 2K

2003-03-04 Thread Tam, Michael
Jeremy, Classpath is not required. What you need is JAVA_HOME which set to jdk directory i.e. c:\j2sdk1.4.1. I believe classpath was written in the registry during the installation of jdk (windows). Regards, Michael -Original Message- From: Jeremy Whitlock [mailto:[EMAIL PROTECTED] Sent

RE: RE:setting up tomcat 4.1

2003-02-28 Thread Tam, Michael
ry 28, 2003 3:25 PM To: [EMAIL PROTECTED] Subject: RE:RE:setting up tomcat 4.1 >Message-ID: <[EMAIL PROTECTED]> >From: "Tam, Michael" <[EMAIL PROTECTED]> >To: 'Tomcat Users List' <[EMAIL PROTECTED]> >Subject: RE: setting up Tomcat 4.1 >

RE: ejbs and sql server [OT]

2003-02-28 Thread Tam, Michael
& EJB scnearion, then deploye JSP's on tomcat and configure JBOSS as EJB Container for ejb components. The way we configure Apache - Tomcat where tomcat acts as a JSP/ servlet engine, here we need to configure Tomcat & JBoss for EJB. Regards, ..Raj -- On Fri, 28 Feb 2003 17:09:11

RE: ejbs and sql server

2003-02-28 Thread Tam, Michael
gt;nope, Tomcat is a servlet/jsp engine. Take a look at www.jboss.org > >Filip > >-Original Message- >From: Michael Ni [mailto:[EMAIL PROTECTED] >Sent: Friday, February 28, 2003 12:21 PM >To: [EMAIL PROTECTED] >Subject: RE: ejbs and sql server > > >im uncle

RE: ejbs and sql server

2003-02-28 Thread Tam, Michael
Well, you should try search example online i.e. through google. EJB is a standard and should work with any DBMS (usually ;) ). Once you find an example and it should work on your choice of DBMS. -Original Message- From: Michael Ni [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003

RE: setting up Tomcat 4.1

2003-02-28 Thread Tam, Michael
Did you set JAVA_HOME in your environment variable? i.e. JAVA_HOME=C:\j2sdk1.4.1 -Original Message- From: Curtis Seyfried [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 9:41 AM To: [EMAIL PROTECTED] Subject: setting up Tomcat 4.1 I have been trying to setup Tomcat 4.1 I have

RE: how can I disable directory listing at client side

2003-02-26 Thread Tam, Michael
The listing maybe coming from tomcat itself. Make sure you disable tomcat directory listing as well. -Original Message- From: Kwong Chong [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 2:31 PM To: [EMAIL PROTECTED] Subject: RE: how can I disable directory listing at client s

RE: how can I disable directory listing at client side

2003-02-25 Thread Tam, Michael
It is in the web.xml where you can set it to false to disable it. -Original Message- From: runu rathi [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 12:33 PM To: [EMAIL PROTECTED] Subject: how can I disable directory listing at client side Hi all, How can I disable the dire

RE: Need to create two lists and add remove data between them.... ?

2003-02-25 Thread Tam, Michael
create two lists and add remove data between them ? You'd still need javascript to fill in the form elements even if you used an applet. --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message- > From: Tam, Michael [mailto:[EMAIL PROTECTED] > Sent: Tuesda

RE: Need to create two lists and add remove data between them.... ?

2003-02-25 Thread Tam, Michael
You may consider using an applet as the interface instead of html if you don't want to go with javascript. -Original Message- From: Mufaddal Khumri [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 9:09 PM To: Tomcat Users List Subject: Re: Need to create two lists and add remove d

RE: tomcat4 dies when JBDC Realm is configured

2003-02-24 Thread Tam, Michael
gured . pls suggest whether my placing of the Realm needs change to resolve the problem. Thanks for all yr help Mubaraka On 2003.02.24 15:08 "Tam, Michael" wrote: > Hi Mubaraka, > >Can you verify if your JDBC library does work? For example, use a &

RE: tomcat4 dies when JBDC Realm is configured

2003-02-24 Thread Tam, Michael
under host, context and Engine services but still it dies. All help would be appreciated Mubaraka On 2003.02.24 12:34 "Tam, Michael" wrote: > In your xml, if it is what you're using in your setup, then you didn't > provide any value to connectionURL, connectionName, and

RE: tomcat4 dies when JBDC Realm is configured

2003-02-24 Thread Tam, Michael
In your xml, if it is what you're using in your setup, then you didn't provide any value to connectionURL, connectionName, and connectionPassword to establish connection to the database. If you need help on this, you should read the document that comes with tomcat where you will find a section rel

RE: is it possible to use setAttribute for request in jsp??

2003-02-20 Thread Tam, Michael
You can use requestDispatcher to forward your req to your servlet. i.e. getServletContext().getRequestDispatcher(url).forward(reqest,response); Hope this help. Michael -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 1:58 PM To: [EMAI

RE: Login problems (still)

2003-02-19 Thread Tam, Michael
Are you sure you looked at the right API ;-) It is in the servlet api. Look carefully and you will find it. Cheers -Original Message- From: Sloan Seaman [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 6:00 AM To: Tomcat Users List Subject: Re: Login problems (still) I looked

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-18 Thread Tam, Michael
MySQL does support transaction and it has JDBC Driver. If you have read a bit more in depth on MySQL website, you would have found what you are looking for. -Original Message- From: Jens Skripczynski [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 10:20 AM Cc: [EMAIL PROTECTED

RE: how to run Tomcat on port 80 instead of 8080

2003-02-13 Thread Tam, Michael
In server.xml, where you should able to find the entry as follow: change the port to "80". Though, I believe in UNIX/LINUX systems, which I am not too familar with, there is restriction on using these well known ports. Hope this will help. Regards, Michael -Original Message

RE: Tomcat ( JSP)+ MySql .. driver ?

2003-02-07 Thread Tam, Michael
If you want all tomcat webapps to use MySQL, put the MySQL JDBC jar file to common/lib folder. If you want just a particular webapp to use MySQL, put the jar file to YOUR_WEBAPP/WEB-INF/lib. If you don't know how to use JDBC + JSP, you should go to SUN site to read their tutorials. Hope this get

RE: Oracle cursor problem with Tomcat 4.1.12 and Commons BDSF

2003-02-05 Thread Tam, Michael
never closed. A call to close on the statement in turn throws a NPE because a value was never assigned to it. Thus, I'm left with an open cursor on an object that I can't reach. Can anyone else validate this? Andy - Original Message ----- From: "Tam, Michael" <[EMAIL P

RE: Oracle cursor problem with Tomcat 4.1.12 and Commons BDSF

2003-02-04 Thread Tam, Michael
Have seen this problem before. It is the JDBC code. The best solution is to explicitly close RESULTSET, STATEMENT (of any kind), and CONNECTION as soon as you finished using the object ( or else close them in the FINALLY block) Regards, Michael -Original Message- From: Sean Dockery [mail

RE: web.xml question

2003-02-03 Thread Tam, Michael
It is since 4.1.12. Just read the release-note for changes under [4.1.12]. Regards, Michael -Original Message- From: Pooleery, Manoj [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 2:54 PM To: 'Tomcat Users List' Subject: RE: web.xml question Is there some documentation rega

RE: run tomcat 4.1 as service in Win 2K/XP

2003-01-16 Thread Tam, Michael
mattkelli.com/tech/tomcat/ntservice.htm John > -Original Message- > From: Tam, Michael [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 16, 2003 2:13 PM > To: Tomcat UserList (E-mail) > Subject: run tomcat 4.1 as service in Win 2K/XP > > > Hi all, > > I am

run tomcat 4.1 as service in Win 2K/XP

2003-01-16 Thread Tam, Michael
Hi all, I am running tomcat 4.1.12-LE and 4.1.18-LE on Win 2k and XP respectively with jdk1.4.1. I downloaded the zip format of the binary and now I would like to run tomcat as a service. How do I set this up? I realize I can reinstall Tomcat through the exe version but I wonder if there is a

RE: Installation woes

2003-01-08 Thread Tam, Michael
- Original Message ----- From: "Tam, Michael" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, January 08, 2003 4:13 PM Subject: RE: Installation woes > Nathan, > >Adding JAVA_HOME as environment variable

RE: Installation woes

2003-01-08 Thread Tam, Michael
Nathan, Adding JAVA_HOME as environment variable under Sys. Properties should work. Where did you add your JAVA_HOME variable i.e. as User variable or System variable?? It should be under System Variable. I am running XP Home on my notebook and it works for me. Hope this help. Michael ---

RE: JDBC security?

2002-12-17 Thread Tam, Michael
ina.startup.Catalina$CatalinaShutdownHook.run(Catalina.java: 622) ============ "Tam, Michael" <[EMAIL PROTECTED]> wrote: >Hi Peter, > > We need more details on the log in order to help. I will take a wild >guess here that

RE: JDBC security?

2002-12-17 Thread Tam, Michael
Hi Peter, We need more details on the log in order to help. I will take a wild guess here that the servlet can't find the driver and which may due to the driver lib is located in the wrong place. Hope this helps. Regards, Michael -Original Message- From: [EMAIL PROTECTED] [mailto:[E

RE: Retrieve User - Realm

2002-12-13 Thread Tam, Michael
: Friday, December 13, 2002 11:53 AM To: Tomcat Users List Subject: Re: Retrieve User - Realm I think you are wrong. What he is looking for is: HttpServletRequest.getUserPrincipal() that return the java.security.Principal object created within the Realm. -- Jeanfrancois -- Jeanfrancois Tam

RE: Retrieve User - Realm

2002-12-13 Thread Tam, Michael
It is in the API. Take a look at javax.servlet.http.HtppServletRequest.getRemoteUser() Cheers, Michael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 10:14 AM To: [EMAIL PROTECTED] Subject: Retrieve User - Realm Hello, I searched

RE: Problem in running jakarta-tomcat-4.1.12-LE-jdk14

2002-12-10 Thread Tam, Michael
Make sure you have JDK1.4 installed. SET JAVA_HOME (path to JDK1.4) and CATALINA_HOME (path to Tomcat) -Original Message- From: suneet kumar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 7:04 AM To: [EMAIL PROTECTED] Subject: Problem in running jakarta-tomcat-4.1.12-LE-jdk14

RE: trying to use jar file in jsp page (part 2)

2002-12-09 Thread Tam, Michael
Correct me if I am wrong, for the new jar lib to take effect, you need to restart the webapp or tomcat itself. Regards, Michael -Original Message- From: Brian O. Bozarth [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 12:38 PM To: Tomcat Users List Subject: trying to use jar fi

Servlet redirection problem

2002-11-01 Thread Tam, Michael
Hi all, I am running Tomcat 4.1.12 + Apache 1.3.27 with mod_webapp on Win2k pro machine. I have a doPost() in a servlet which at the end would redirects to a url with a query string (e.g. newurl?VALUE1=abc&VALUE2=def) by calling respond.sendRedirect(). The servlet did redirect to the target u

RE: ARG! Moved all my classes into a pakcage and now jsp's cannot findthem

2002-10-28 Thread Tam, Michael
When you invoke the servlet, you probably need to name the servlet the full name e.g. com.syrrx.changemgmt.myservlet. It maybe easier it you provide the servlet-mapping in your deployment descriptor such that the url can be named in a shorter form. Hope this help. cheers. -Original Message-

RE: ARG! Moved all my classes into a pakcage and now jsp's cannot find them

2002-10-28 Thread Tam, Michael
If you use class files then they should go in /classes and if you do want to use jar you have to put it in /lib. cheers, Michael -Original Message- From: Carson, Chuck [mailto:Chuck.Carson@;syrrx.com] Sent: Monday, October 28, 2002 2:54 PM To: Tomcat Users List Subject: ARG! Moved all my

RE: Problem with Tomcat 4.1.12 SSL

2002-10-08 Thread Tam, Michael
Hi All, Sorry for posting this problem that I didn't look carefully in the my archive. I found it from Remy's post back in September. Michael -Original Message----- From: Tam, Michael [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 4:41 PM To: Tomcat UserList (E-mai

Problem with Tomcat 4.1.12 SSL

2002-10-07 Thread Tam, Michael
Hi All, I have Tomcat 4.1.12 running with SSL enabled with self-certified keystore in place. However, I encounter the following warning message and exception. Oct 7, 2002 3:21:00 PM org.apache.coyote.http11.Http11Processor action WARNING: Exception getting SSL attributes javax.net.ssl.SSLPee

RE: SSL and mod_jk Problems on Tomcat 4.0.5 + Apache 1.3.26 (on L inux RH 7.3)

2002-10-02 Thread Tam, Michael
--Original Message- > From: Tam, Michael [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 02, 2002 3:01 PM > To: 'Tomcat Users List' > Subject: RE: SSL and mod_jk Problems on Tomcat 4.0.5 + Apache > 1.3.26 (on > L inux RH 7.3) > > > I believe you have to m

RE: SSL and mod_jk Problems on Tomcat 4.0.5 + Apache 1.3.26 (on Linux RH 7.3)

2002-10-02 Thread Tam, Michael
I believe you have to make Tomcat to listen to port 443 instead of 8443 for SSL then allow Apache to listen to port 443. Hope this help. Cheers, Michael -Original Message- From: Gustavo Vegas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 11:56 AM To: [EMAIL PROTECTED] Sub

RE: Change JDK after Tomcat install

2002-09-30 Thread Tam, Michael
You just set JAVA_HOME path to your new JDK I believe. -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 10:44 AM To: Tomcat Users List Subject: Change JDK after Tomcat install Can you easily change the version of your JDK after

RE: Oracle JDBC Drivers on Tomcat

2002-09-24 Thread Tam, Michael
4 Sep 2002 16:41:56 +1000 > >No don't bother, its fine. >I use Ora9i and the rest of the stuff, didn't unzip. >(In case u have download something : U can't use a tar ball though !) > >"Tam, Michael" wrote: > > > > It works fine for me as in .zip e

RE: Oracle JDBC Drivers on Tomcat

2002-09-24 Thread Tam, Michael
It works fine for me as in .zip extension. Cheers, Michael -Original Message- From: hari hari [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 1:25 PM To: [EMAIL PROTECTED] Subject: Oracle JDBC Drivers on Tomcat hi every1, i using java servlets to connect to my Oracle db.

RE: Tomcat Apache Config

2002-09-04 Thread Tam, Michael
Hi John, Just a quick question about this integration. Does it mean with the integrated tomcat + apache, we would open 2 ports (80 + 8080) instead of having port 80 only?? That would open up port 8080 to public to directly reach tomcat wouldn't it?? Regards, Michael -Original Message