Re: chroot Linux 2.4.20-8 and tomcat 5.0.27

2004-09-19 Thread Sjoerd van Leent
Did you install Java within or without the chroot jail? If it is without the chroot jail, it can't detect certain configuration files, with the abcense of these, it doesn't know how to initialize itself. You could either: Use the parameters for the java executable Copy the needed configuration

Re: Windows 2003 Java VM memory leak due to C# garbage collection algorithm

2004-09-17 Thread Sjoerd van Leent
I'd use Windows 2003 (or .NET Server if you like) and there is no Garbage Collection to the application. About internal kernel management I don't know, but applications can't use it. Applications have to use there own algorithms. It would simply be impossible to redesign this for the Windows

Re: Problems with Tomcat Configuration

2004-09-13 Thread Sjoerd van Leent
Diego, Emil wrote: I am running Tomcat 4.1.27 with Apache 2.0.49 on Fedora Core 2. Here is what I have soo far. I setup a directory to run my JSP site. The directory is in /var/www/html/dev_new. I created a context called /dev_new to run this JSP site and I setup the connector between tomcat

Re: AW: error: duplicate local variable

2004-09-12 Thread Sjoerd van Leent
SH Solutions wrote: Hi You already had declared another List named values just a few lines above, as shown in the edited version below: Though it should work, since the second values is in another scope. Regards, Steffen It is correct behaviour to display a warning, since your first

Re: Server side redirect

2004-09-08 Thread Sjoerd van Leent
Sreejith wrote: Hi all, It is possible to do a server side redirect to another Tomcat Server (any other web server)? I dont want to use status codes 3xx, as this involves the user agent in redirection. Sreejith What you are asking is to locate a resource on another server. If you want to do

Re: Server side redirect

2004-09-08 Thread Sjoerd van Leent
Message- From: Sjoerd van Leent [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 4:41 PM To: Tomcat Users List Subject: Re: Server side redirect Sreejith wrote: Hi all, It is possible to do a server side redirect to another Tomcat Server (any other web server)? I dont want

Re: Strange errorq

2004-09-07 Thread Sjoerd van Leent
Bedrijven.nl wrote: Hello all, I posted a message that our production server is slower than our development server. The thing that happens is that one application (jsp) causes tomcat stops and starts. Below the case: I have a search.jsp. On this page a user can search on 4 different manners. Each

Re: using my own classes in my web-app

2004-09-06 Thread Sjoerd van Leent
Peter Jarunek wrote: Hello, I'm new to Tomcat and need a help. I'd like to use my own classes in my JSPs, but I can not reach them from my JSPs. I added them (already compiled .class files) into WEB-INF/classes directory of my war file, but the JSP doesn't work. It shows the message of unknown

Context to path

2004-02-27 Thread Sjoerd van Leent
that using a PageContext or something similar into the path mentioned above. Any suggestions? Thanks in advance, Sjoerd van Leent

RE: Context to path

2004-02-27 Thread Sjoerd van Leent
Networks 55 Broad Street, 10th Floor New York, NY 10004 www.educationalnetworks.net Tel: +1 (212) 269-0200 Fax: +1 (212) 269-1446 On Feb 27, 2004, at 1:00 PM, Sjoerd van Leent wrote: Every web-app is in a context. Every context is in a path on the system. The question is, how can I translate

Context path

2003-11-16 Thread Sjoerd van Leent
() throws JspException { //... Display contents of this.func } } I want to locate the File.file from the root of the context and display it in the page for example, how can I say to a FileReader that it has to use this file? Greetings, Sjoerd van Leent

RE: form-based login / cookies disabled / JSPs in WEB-INF

2003-09-28 Thread Sjoerd van Leent
Jose, Adam It's not the best solution, but it should be possible to not set the SESSIONID in a cookie, but in (a) hidden form field(s). Remember when you do this, that you need a very strong security encryption. It requires that you overload the SESSIONID get function, which I think must be

RE: Desperation! Tomcat crashing inexplicably. :- Fresh ideas n eeded.

2003-09-18 Thread Sjoerd van Leent
Or something like Eclipse... It has to many plug-ins to name http://www.eclipse.org Also Open-Source Sjoerd -Original Message- From: Jon Wingfield [mailto:[EMAIL PROTECTED] Sent: donderdag 18 september 2003 20:37 To: Tomcat Users List You could always try Vim on windows.

RE: JSP Document

2003-09-06 Thread Sjoerd van Leent
Other solution: ... Cat ![CDATA[amp;]] Dog /... Especially handy when using large portions of Normal text -Original Message- From: Sam Hough [mailto:[EMAIL PROTECTED] Sent: zaterdag 6 september 2003 19:40 To: Tomcat Users List Can still produce valid XHTML by doing Cat amp;amp; Dog

RE: Is the Jakarta site down?

2003-08-25 Thread Sjoerd van Leent
Sobig... Solow! Sobig finally away, Jeez, 700 messages from Compuserve to my account (and it isn't even my provider) -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: maandag 25 augustus 2003 16:51 To: Tomcat Users List Subject: RE: Is the Jakarta site down?

Tomcat Userdatabase

2003-08-20 Thread Sjoerd van Leent
I installed the last binary build on my system, however, I need access to the manager web application, but I don't know the username/password. Where can I find this, or what is this password in general? Sjoerd van Leent

RE: Tomcat Userdatabase

2003-08-20 Thread Sjoerd van Leent
I installed the last binary build on my system, however, I need access to the manager web application, but I don't know the username/password. Where can I find this, or what is this password in general? Sjoerd van Leent

Problem using XPath and x:set, x:out and x:forEach

2003-08-19 Thread Sjoerd van Leent
In short I'm using the following tags: jsp:root ... c:import url=WEB-INF/xml/news.xml var=xmlnews / x:parse xml=${xmlnews} varDom=news / x:out select=$news escapeXml=true / /jsp:root With this document in WEB-INF/xml/news.xml: ?xml version=1.0 encoding=ISO-8859-1? items item

RE: Problem using XPath and x:set, x:out and x:forEach

2003-08-19 Thread Sjoerd van Leent
OK, I'm going to try a real stable version of it, if it works, I will notify, if not, I will also notify... Sjoerd van Leent -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: dinsdag 19 augustus 2003 21:51 To: Tomcat Users List Subject: RE: Problem using XPath

JSP 2.0 XML Syntax Problem

2003-08-18 Thread Sjoerd van Leent
am I doing wrong? Please help, Sjoerd van Leent - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat 5 and well-formed XHTML

2003-08-17 Thread Sjoerd van Leent
expected. Also when I look at the properties, I note a strange value, the Type value of the page contains JavaServer Page, which shouldn't be filled at all. So how can I change this, so I get IE6 working? Thanks in advance, Sjoerd van Leent

RE: Session Security

2003-08-17 Thread Sjoerd van Leent
An easy workaround is to save the client IP-address in the session, and look each page if this IP-address is the address the client has. It's not waterproof, but it makes it far more difficult (ensure that a good router is available) Sjoerd van Leent -Original Message- From: Richard Dunn

RE: Session Security

2003-08-17 Thread Sjoerd van Leent
Here is a question to do the same without cookies, so storing something in a cookie just won't work at al. I know that an IP address is not the best solution at all, but when you're using an internal network, it will work. I agree that using an IP address is by far not the best solution, but the

RE: Tomcat 5 and well-formed XHTML

2003-08-17 Thread Sjoerd van Leent
get: jsp:directive.page language=java contentType=text/html; charset=ISO-8859-1 pageEncoding=ISO-8859-1 / Why always such a stupidity? Sjoerd van Leent -Original Message- From: Graham Stark [mailto:[EMAIL PROTECTED] Sent: zondag 17 augustus 2003

RE: How to trigger events from tomcat?

2003-08-16 Thread Sjoerd van Leent
It seems the best way to do it is in a process or a thread, running aside the regular web-application. This indeed uses an infinite loop to check on times. You should be able to set this process as a low-priority process, so it doesn't consume too much processor time. I don't know if there is

RE: No valid command found (Please ban this guy)

2003-07-12 Thread Sjoerd van Leent
Please ban indeed, my account won't allow so much mail! -Original Message- From: jo outen [mailto:[EMAIL PROTECTED] Sent: zaterdag 12 juli 2003 8:25 To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: No valid command found (Please ban this guy) Can someone please ban this guy from