comment handling 4.1

2002-06-22 Thread Ralph Schaer
Hello I have a small problem with Tomcat 4.1. In my jsp page there is this line: %= getChainString(flow, messages, locale) %% if (i steps.size() -1) { //not last %,% } Tomcat 4.0.4 creates this code: --- // begin [file=/menu.jsp;from=(73,7);to=(73,47)]

Microsoft SQL Server 2000 Driver for JDBC Errors

2002-06-22 Thread Mark A. Richman
I am trying to use the JDBC driver with Apache Tomcat 4.0 (JDK 1.4). Here is my context configuration for the Datasource from server.xml: Context path=/admin docBase=admin debug=0 privileged=true Resource name=jdbc/DremiaDS auth=SERVLET type=javax.sql.DataSource/ ResourceParams

errors compiling mod_jk for Apache 2.0.39

2002-06-22 Thread Dom
When I try to compile mod_jk in 4.1.3 connectors for Apache 2.0.39 on RH 7.3, I get the following errors : /usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../crt1.o: In function `_start': /usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../crt1.o(.text+0x18): undefined reference to `main' mod_jk.lo:

Re: Can servlet write to file in /WEB-INF?

2002-06-22 Thread Milt Epstein
On Sat, 22 Jun 2002, john-paul delaney wrote: I was trying to see if I could write to a file in the /WEB-INF directory but I couldn't get it to work - is there a problem with a servlet writing to this directory or is it just me (again ;( ) ? thanks /j-p. URL url =

context path null error

2002-06-22 Thread SomchaiDion
Help me please, I found the error message in the log files as shown below. Can anybody explain me what is it. Thanks Somchai = 2002-06-21 10:22:32 StandardHost[localhost]: Error deploying application at context path null

RE: Tomcat 4 performance issues - Trying Tomcat 4.1.3 Beta

2002-06-22 Thread Reynir Hübner
Victor the others.. I've tested tc 4.1.5 and I get very similar problems as I did with tc. 4.1.3. if I stress/load my application with 10*10 threads I get messages like this on the stdout log : ThreadPool: Caught exception executing org.apache.tomcat.util.net.TcpWorkerThread@422a3b,

Re: Can servlet write to file in /WEB-INF?

2002-06-22 Thread john-paul delaney
Thanks Milt... yes I'm reading servlet programming by the same author, he'd written a servlet example that reads and writes a counter to an external file resource but it seems the file location varies depending on the container implementation - I was trying to understand how to determine an

security_constraint question

2002-06-22 Thread Ed Thompson
OK, rookie question I have a file in $TOMCAT_HOME/webapps/comics (index.html) $TOMCAT_HOME/webapps/comics/WEB-INF/web.xml has: security-constraint web-resource-collection web-resource-nameProtected Area/web-resource-name !-- Define the context-relative URL(s) to be

APR compile problems

2002-06-22 Thread Lars Nielsen Lind
Hi - help is wanted. I have downloadet the CVS version of modwebapp and APR. When I am configurering the APR I get this message: . . . Creating include/arch/unix/apr_private.h.in ... ./buildconf: autoheader: command not found Creating configure... . . . The config file is created but when I

RE: security_constraint question

2002-06-22 Thread Mark A. Richman
Try replacing: url-pattern/comics/url-pattern url-pattern/comics/*/url-pattern with: url-pattern/*/url-pattern This applies the security constraint to your web app (not the root of the server). The former would only be effective on http://thompson3:8080/comics/comics/. - Mark -Original

Re: security_constraint question

2002-06-22 Thread Ed Thompson
Thanx, that did it! - Original Message - From: Mark A. Richman [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Saturday, June 22, 2002 4:23 PM Subject: RE: security_constraint question Try replacing: url-pattern/comics/url-pattern url-pattern/comics/*/url-pattern

Re: APR compile problems

2002-06-22 Thread Lars Nielsen Lind
Lars Nielsen Lind wrote: Hi - help is wanted. I have downloadet the CVS version of modwebapp and APR. When I am configurering the APR I get this message: . . . Creating include/arch/unix/apr_private.h.in ... ./buildconf: autoheader: command not found Creating configure... . . .

why the email list don't work

2002-06-22 Thread Anibal Constante Brito
I want unsubcribe, but a send 3 email to this address: [EMAIL PROTECTED] useless. I want unsubcribe, beacuse I go to vacations and I don't want my mailbox full. Thanks.

Tomcat 4.0.3 Internal server errors

2002-06-22 Thread Stephen and Jan Black
Tomcat sends an HTTP status 500 error when running a form email submission routine. The Bean compiled and ran on my development box using JRun, but after deploying the war file in the webapps directory on the production server I get the 500 errors. I verified that the .java file would compile

Re: Can servlet write to file in /WEB-INF?

2002-06-22 Thread Milt Epstein
On Sat, 22 Jun 2002, john-paul delaney wrote: Thanks Milt... yes I'm reading servlet programming by the same author, he'd written a servlet example that reads and writes a counter to an external file resource but it seems the file location varies depending on the container implementation - I

Problems with mod_webapp after upgrade to APACHE 2.0.39

2002-06-22 Thread Pham, Linh
My existing Apache 2.0.35 was integrated with Tomcat 4.0.3 correctly (using mod_webapp.so) After upgrading to Apache 2.0.39 (as suggested), Apache no longers works. ERROR MSG: httpd: module mod_webapp.c is not compatible with this version of Apache. Please contact the vendor for correct

Announcement: JSP Standard Tag Library (JSTL)

2002-06-22 Thread Shawn Bayern
Tomcat users, You might have heard about the JSP Standard Tag Library (JSTL), which is a new standard under the Java Community Process. JSTL 1.0 was finalized at the end of May 2002, and its reference implementation was released as part of Sun's Web Services Developer Pack (WDSP) earlier this

Need Help

2002-06-22 Thread Ravi Kumar
Sir, I'm new to TOMCat. i am familier in asp (IIS) , now i want shift my all projects into jsp so i download tomcat4.0.3 and also installd, but i don't how to configure with iis becs most of the articles are talking about tomcat4 so i need full and every steps to configure the iis with

SEEKING URGENT ASSISTANCE

2002-06-22 Thread savimbi thomas
URGENT BUSINESS PROPOSAL Dear sir , My name is Thomas Savimbi, I am the eldest son of Jonas Savimbi, the leader UNITA of Angola. You may know that my father was recently killed in a battle with the federal troops of Angola, led by President Dos Santos, who has been my late

apr compile problems

2002-06-22 Thread moonie
Hi - help is wanted. I have downloadet the jakarta-tomcat-connector modwebapp and apr from the CVS with this command: cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login CVS password: anoncvs cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic \ checkout

John-Paul, Can You Help Me? This Is .....

2002-06-22 Thread STEVE R BURRUS
hello there John-Paul, Can You Help Me? This Is Steve Burrus, and I read your little response back to a Milt concerning Servlet Programming, so I thought that you could help me out with this problem which I have encountered about how you go about starting to create Servlets and also Java Server

NT Service does not start

2002-06-22 Thread Daichi Itutuji
Hello. I want you to help. Jakarta NT Service does not start well. An error comes out. jvm.stderr java.lang.SecurityException: sealing violation at java.net.URLClassLoader.defineClass(URLClassLoader.java:229) at java.net.URLClassLoader.access$100(URLClassLoader.java:51) at

Re: Need Help

2002-06-22 Thread Eric Everman
Ravi- If you just need to set up Tomcat so that you can experiment with it, I would suggest not trying to integrate it with IIS at first. Instead, install Tomcat for standalone use and work on a local machine or intranet. When you've got things working the way you want them to, then you can

Re: Problems with mod_webapp after upgrade to APACHE 2.0.39

2002-06-22 Thread Adrian
Hello Linh, It`s Adrian It`s probably due to mod_webapp compiling with the APR from Apache. Check to see if the ports have updated the mod_webapp or build from the connectors source (I`ve done it about 700 times so I can help you if you need it). I haven`t yet built it for 2.0.39, but probably

tomcat won't load oracle driver

2002-06-22 Thread slickdev
I have Tomcat 3.3 and cannot get any web apps to recognize the oracle jdbc drivers, which are contained in an oracle file named classes111.zip. I am confident of the oracle installation, as I can successfully run queries from command line java programs, using the same class file and driver.

Re: tomcat won't load oracle driver

2002-06-22 Thread Nic Holbrook
slickdev wrote: I have Tomcat 3.3 and cannot get any web apps to recognize the oracle jdbc drivers, which are contained in an oracle file named classes111.zip. I am confident of the oracle installation, as I can successfully run queries from command line java programs, using the same class

Re: APR compile problems

2002-06-22 Thread Milt Epstein
On Sat, 22 Jun 2002, Lars Nielsen Lind wrote: Lars Nielsen Lind wrote: Hi - help is wanted. I have downloadet the CVS version of modwebapp and APR. When I am configurering the APR I get this message: [ ... ] What is APR? Does it have something to do with Apache 2? Thanks. Milt

compiling mod_jk on AIX

2002-06-22 Thread Milt Epstein
I downloaded the connector source (jakarta-tomcat-connectors-4.0.2-01-src) and I'm trying to compile mod_jk for AIX. I'm following the instructions in the README.txt file in the jk subdirectory of the source. I'm trying to use ant, as described there. First I run ant, and that works OK. Then

RE: Tomcat 4 performance issues - Trying Tomcat 4.1.3 Beta

2002-06-22 Thread Victor Popiol
Tried it. No help. Tomcat 4.1.3 keeps dying after a while of being stressed. Same death: Out of Memory. Regards Victor -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 11:46 AM To: Tomcat Users List Subject: RE: Tomcat 4 performance issues -

RE: Tomcat 4 performance issues - Trying Tomcat 4.1.3 Beta

2002-06-22 Thread Victor Popiol
Yoav, I have played with the memory parameters a lot. More memory will give it a longer life before the Out of Memory error happens. There is definetly a memory leak somewhere. From what I have read, it looks like it might be inside tomcat. Especially because we could not make JRun die under

Tomcat 4.0.4 MyApp as default context - ClassNotFoundException: org.hsql.jdbcDriver

2002-06-22 Thread @Basebeans.com
Subject: Tomcat 4.0.4 MyApp as default context - ClassNotFoundException: org.hsql.jdbcDriver From: Matt Raible [EMAIL PROTECTED] === I have an entry for my web-application in server.xml so I can use a JDBCRealm and a JNDI Datasource. When I change my context's path from Context

RE: SEEKING URGENT ASSISTANCE

2002-06-22 Thread William Gustave
Kiss My Ass -Original Message- From: savimbi thomas [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 22, 2002 6:59 AM To: [EMAIL PROTECTED] Subject: SEEKING URGENT ASSISTANCE URGENT BUSINESS PROPOSAL Dear sir , My name is Thomas Savimbi, I am the eldest son of Jonas

Servlet reloading not working.

2002-06-22 Thread john-paul delaney
Hello List... Running tomcat 4.01 and apache 1.3.24 (with mod_webapp and virtual hosts) , when modifying and recompiling any servlet, I need to restart the tomcat for my changes to take effect. A simpler tomcat test install on xp reloads the changes as advertised. I've tried to add a

RE: SEEKING URGENT ASSISTANCE

2002-06-22 Thread STEVE R BURRUS
Sir: I don't know at all who the hell you are, but why in the hell did you respond back to a Thomas Savimbi with the cute little phrase Kiss My Ass?!! ** --- William Gustave [EMAIL PROTECTED] wrote: Kiss My Ass

Problem compiling mod_jk.so

2002-06-22 Thread Bernard Landman
Folks, I am attempting to create a mod_jk.so connector/redirector to tie Tomcat 4.0.3 (running correctly using its built-in HTTP server) to an IBM HTTP Server (IHS) Version 1.3.19. The server documentation says IHS is based on the Apache server so I assume it is Apache 1.3.19. To continue, the