Re: Cannot start Tomcat

2004-09-29 Thread Big Chiz
you may have a corrupted jar file, try from a clean install. On Thu, 30 Sep 2004 01:26:57 +0200, Anh-Vu NGUYEN NGOC [EMAIL PROTECTED] wrote: Hello, I installed Tomcat 5.0.28, Jdk 4.2.05. When I run startup, it doesn't work. The outputs when running 'catalina run' are as follows Using

Re: unable to start the server

2004-09-19 Thread Big Chiz
if ur in windows try setting your environment catalina_home=c:\your_tomcat-folder On Sat, 18 Sep 2004 22:21:53 -0400, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have 'jakarta-tomcat-4.1.27-LE-jdk14'server. When i try to startup the server i get an error message Catlina_Home environmental

Re: Tomcat fine within the LAN, but invisible from without

2004-09-19 Thread Big Chiz
better i give him my remaining gmail invites, hehehe On Sat, 18 Sep 2004 18:11:51 +0100, Mark Thomas [EMAIL PROTECTED] wrote: Lee, You mail server is rejecting all messages to your address because you have exceeded your quota. Hence, you will not receive any messages until this is

Re: Tomcat vs BEA Weblogic?

2004-09-19 Thread Big Chiz
as long as you know what you are doing and understand every aspect of the software you will be using, you wont need any support from any vendor. at least thats what i understand from using tomcat vs bea. On Sun, 19 Sep 2004 19:09:46 -0500, epyonne [EMAIL PROTECTED] wrote: JBOSS is as good as

Re: Referencias of utilization of the Tomcat by the world

2004-09-18 Thread Big Chiz
friendster is still listed, ive heard that friendster moved to php already :-( On Fri, 17 Sep 2004 13:52:15 -0400, Shapira, Yoav [EMAIL PROTECTED] wrote: Hi, We have a very very partial list on the FAQ (http://jakarta.apache.org/tomcat/faq/misc.html#productionStories). As it says, many

Re: Tomcat fine within the LAN, but invisible from without

2004-09-18 Thread Big Chiz
shorewall to use the public ip of the firewall for the DNAT procedure John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com Big Chiz escribió: it can be alot of factors. if its a fw problem, e.g if you only have one public ip forwading it to your local

Re: Tomcat fine within the LAN, but invisible from without

2004-09-17 Thread Big Chiz
it can be alot of factors. if its a fw problem, e.g if you only have one public ip forwading it to your local host then you should have something like this in your shorewall/rules DNAT net loc:192.168.1.5 tcp 8080 - x.x.x.your_public_ip On Fri, 17 Sep 2004 00:29:55 -0500, Lee Hoffner [EMAIL

Re: Tomcat fine within the LAN, but invisible from without

2004-09-16 Thread Big Chiz
you can also add www.mydomain.com to your hosts file to test accessing the web server within your lan, if that failed check your dns or if it resolves to a public ip then check your fw On Thu, 16 Sep 2004 13:03:14 -0700, Hassan Schroeder [EMAIL PROTECTED] wrote: Lee Hoffner wrote: I've

Re: porting to tomcat 5

2004-09-14 Thread Big Chiz
although i didnt understand what the trans:storeValue tag, for pure jstl i would have in my code something like this c:choose c:when test=${param.mode == 'SearchContacts'} c:set var=tmpEmail value=accountSearchPersonal / /c:when c:otherwise /c:otherwise c:set var=tmpEmail

Re: [tomcat] Removing a service from XP

2004-09-04 Thread Big Chiz
use the service.bat from the tomcat/bin dir On Fri, 3 Sep 2004 14:11:48 -0600, Ernesto Echeverría [EMAIL PROTECTED] wrote: This might not be the answer to your question, but then you can keep the service and just configure it not to start automatically (like, if you want to start tomcat from

Re: service tomcat does not support chkconfig

2004-09-04 Thread Big Chiz
it seems that ur using jsvc and copied the tomcat5.sh from the native folder of jsvc. anyway for chkconfig of rh, i guess it needs some parameters in the begining of the init script in order to set it up properly something like the ff #!/bin/sh # # Startup script for the Jakarta Tomcat Java

Re: Tomcat 5 service on windows

2004-09-03 Thread Big Chiz
anyway, try uninstalling all tomcat on the ad/remove programs. then clean all registries of any tomcat, by searching them in find in regedit. then checkout your j2sdk path if its correct, then try reinstalling. On Fri, 3 Sep 2004 17:39:19 +0100, Nelson, Jerry W, Contractor 146CF, SCB [EMAIL

Re: JSTL 11 with Tomcat 5.0.27

2004-09-01 Thread Big Chiz
But does a simple %@ taglib prefix=c uri=http://java.sun.com/jsp/jstl/core; % c:set var=test value=hello/ ${test} work! On Wed, 1 Sep 2004 09:35:51 +0100, Chris Ward [EMAIL PROTECTED] wrote: I tried adding the XML element suggested but it made no difference. I still find that the XML tags

Re: JSTL 11 with Tomcat 5.0.27

2004-08-31 Thread Big Chiz
make sure u modify your web.xml with something like web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd; version=2.4 also, for jstl 1.1

Re: JSTL 11 with Tomcat 5.0.27

2004-08-31 Thread Big Chiz
If you have a 2.4 XSD in web.xml, the EL is turned on by default. Also for jstl 1.1, tlds are already included in the jars, so no need to copy them to your web-inf On Tue, 31 Aug 2004 12:56:56 +0100, Chris Ward [EMAIL PROTECTED] wrote: make sure u modify your web.xml with something like

Re: Tomcat 5.0.27 Set Up Problem

2004-08-31 Thread Big Chiz
if ur using winblows, hehehe, checkout the service.bat, the cmd would be something like service.bat --install tomcat5 or something On Tue, 31 Aug 2004 22:31:11 +0100, Nelson, Jerry W, Contractor 146CF, SCB [EMAIL PROTECTED] wrote: What if you didn't use the installer? How can it be setup

Re: Can I start tomcat 5.0.28 as a non root user at Linux?

2004-08-31 Thread Big Chiz
checkout jsvc.tar.gz on the tomcat/bin On Tue, 31 Aug 2004 17:28:24 -0500, QM [EMAIL PROTECTED] wrote: On Tue, Aug 31, 2004 at 04:35:33PM -0500, Vic wrote: : I do not know if you can, but I can. I can't. -oh wait, hold on... yes, yes I can. =) To the OP: check the docs, try it out, and

Re: Tomcat 5.0.27 Set Up Problem

2004-08-30 Thread Big Chiz
for easy installing you dont need to unzip files just use the tomcat .exe installer, and check option to install tomcat as a service. make sure to have a j2sdk installed first. On Mon, 30 Aug 2004 13:58:56 -0400, John Villar [EMAIL PROTECTED] wrote: Have you verified that your personal firewall

Re: DataSource Question

2004-08-29 Thread Big Chiz
there can be two things to change: if ur using tc5 you can change your dbcp resource via yourcustomapp.xml (conf/catalina/localhost/) Resource name=jdbc/yourcustomname auth=Container type=javax.sql.DataSource/ ResourceParams name=jdbc/yourcustomname parameter and then in your web.xml

Re: Symbolic link

2004-08-28 Thread Big Chiz
can be permission problem? allow the user running tomcat to have access to that folder On Sat, 28 Aug 2004 13:54:57 +0530, Jitendra Agrawal [EMAIL PROTECTED] wrote: Hi, How can I allow symbolic links in tomcat. I have a directory /home/jiten/images/. There are several programs updating