Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found

2003-12-09 Thread Lee Peik Feng
Hi, I have written a class that deal with org.apache.catalina.startup.Embedded to embed tomcat into my application. I use Tomcat 5.0.16 and Java 1.4.2. This problem does not occur with Tomcat 4.1.29. Any help is appreciated. javax.xml.parsers.FactoryConfigurationError: Provider

Re: What is that maximum file size tomcat can serve?

2003-08-04 Thread Lee Peik Feng
-0400, you wrote: Howdy, This would almost definitely be an OS/JDK limit somewhere along the line. Tomcat will just stream the file, so its size is not really an issue AFAIK. Yoav Shapira Millennium ChemInformatics -Original Message- From: Lee Peik Feng [mailto:[EMAIL

What is that maximum file size tomcat can serve?

2003-07-30 Thread Lee Peik Feng
Hi, I have some mpeg file larger than 2GB and tomcat fail to serve these file. What is that maximum file size tomcat can serve? Is there any other limitation beside OS issue? Where can I find more info regarding this issue? Thanks. Regards, Peik Feng

refering files in other directory from one webapps

2003-06-25 Thread Lee Peik Feng
Hi, I have set a webapp like below: Context path=/music docBase=C:/My Music debug=0/ I have mp3 files in C:/My Music and I can reach the mp3 files like this: http://ip:8080/music/test.mp3 and browser will play the song (with Win Media Player) is it posible that I use same

Re: refering files in other directory from one webapps

2003-06-25 Thread Lee Peik Feng
No prob, can still get the file - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 8:59 PM Subject: RE: refering files in other directory from one webapps Howdy, but is it possible that Tomcat can

Re: Embedding Tomcat with Java App and JRE only

2003-06-16 Thread Lee Peik Feng
the ability to deploy new JSPs to your app ;) That may not matter for your specification application though. Yoav Shapira Millennium ChemInformatics -Original Message- From: Lee Peik Feng [mailto:[EMAIL PROTECTED] Sent: Sunday, June 15, 2003 10:17 PM To: Tomcat Users List Subject

CD Drive as webapps (EmbeddedTomcat)

2003-06-16 Thread Lee Peik Feng
Hi, I would like to set my CD Rom drive as one of my webapps. When I run tomcat with normal installation with below setting in server.xml (my CD Rom drive is F:\ and the content of the CD is MP3 files) Context path=/music docBase=F:/ debug=0/ I could create the webapps and get my

Re: CD Drive as webapps (EmbeddedTomcat)

2003-06-16 Thread Lee Peik Feng
Millennium ChemInformatics -Original Message- From: Lee Peik Feng [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 12:38 PM To: Tomcat Users List Subject: CD Drive as webapps (EmbeddedTomcat) Hi, I would like to set my CD Rom drive as one of my webapps. When I run tomcat

Re: Embedding Tomcat with Java App and JRE only

2003-06-15 Thread Lee Peik Feng
Yes - Original Message - From: Kwok Ng [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 16, 2003 8:16 AM Subject: Embedding Tomcat with Java App and JRE only Hi folks, I have read a article that explains how to embed the Tomcat with java app in O'Reily website. I will try

Tomcat session

2003-04-03 Thread Lee Peik Feng
Hi, in web.xml session-config session-timeout30/session-timeout /session-config Could I set the value to -1 so that the session timeout is unlimited as long as tomcat alive? - To unsubscribe,

Re: jspc and index.jsp

2003-03-25 Thread Lee Peik Feng
If not mistaken, Files that you set under welcome-file-list must be physically exist. else, you need to type http://localhost:8080/your-webapp/index.jsp as this is what we set in servlet-mapping servlet-mapping servlet-nameindex/servlet-name url-pattern/index.jsp/url-pattern /servlet-mapping

Re: jsp compile error with embedded tomcat

2003-03-11 Thread Lee Peik Feng
Did u include tools.jar in ur classpath? - Original Message - From: trellis01 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 6:17 AM Subject: jsp compile error with embedded tomcat Hi. I am trying to use an embedded tomcat servlet container (version 4.1.10)

Tomcat Session Question

2003-01-14 Thread Lee Peik Feng
Hi, Is it possible to set the session expiration to infinite? So that Tomcat session will never die. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Embedded Tomcat Problem

2002-11-26 Thread Lee Peik Feng
Hi all, I am running on WinMe platform with jdk1.3.1_04, tomcat 4.1.12 I try to embed tomcat into my Java application but I am facing some difficulties. I can't start tomcat as the classpath has included a lot of tomcat's jar files, if i take away some jars, I'll get NoClassDefFoundError I have

Re: Embedded Tomcat Problem

2002-11-26 Thread Lee Peik Feng
Users List [EMAIL PROTECTED] Sent: Wednesday, November 27, 2002 1:27 AM Subject: Re: Embedded Tomcat Problem On Tue, 26 Nov 2002, Lee Peik Feng wrote: Date: Tue, 26 Nov 2002 18:27:11 +0800 From: Lee Peik Feng [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users

Set Jikes Path

2002-11-25 Thread Lee Peik Feng
Hi all, I am using jikes1.18 with tomcat 4.1.12 on Linux. My question is: is it possible for me to set Jikes path if I dun't put the jikes in my system path? As for tomcat 4.0, I can set jspCompilerPath in tomcat/conf/web.xml, as below: init-param

Tomcat Session Management Bugs?

2002-08-11 Thread Lee Peik Feng
Hi, I'm using jdk1.3.1_04, tomcat 4.0.4, apache1.3.24 and mod_jk on Linux 7.3. I sometimes (not every time,happen mainly after I update jsp files, clear cache and restart tomcat) get the below error while trying to browse a jsp page. I have a main page with a link (A

Error Using JSTL1.0.1

2002-08-09 Thread Lee Peik Feng
Hi, I'm using jdk1.3.1_04, tomcat 4.0.4 on Linux 7.3 and I have link up apache and tomcat using mod_jk2. After I upgrade jstl from 1.0 to 1.0.1, I sometimes (not every time, happen mainly after I update jsp files, clear cache and restart tomcat) get the below error while trying to browse

mod_webapp problem : compulsory / at the end of URL

2002-07-24 Thread Lee Peik Feng
I am using tomcat 4.0.4, apache 1.3.24 with mod_webapp, on both windows and linux platform. When I type the url without the / at the end, it won't display the welcome page. eg: http://localhost/testWebapp, it works only when I put a / at the end, http://localhost/testWebapp/ But, with mod_jk,