Re: Why is 5.5.12 alpha?

2005-10-06 Thread Markus Schönhaber
Am Donnerstag, 6. Oktober 2005 11:00 schrieb Ronald Klop: > I searched the mail archives for the voting of 5.5.12 alpha to see the > reason why it is marked as alpha but I couldn't find the mails. > > Can somebody tell me why it is alpha? It contains some bugfixes which might > help me in my clust

Re: Running Perl script from tomcat ( no apache ) on windows

2005-09-28 Thread Markus Schönhaber
Am Mittwoch, 28. September 2005 16:34 schrieb alebu: > Hi! > How to run Perl script from tomcat ( no apache ) on windows? > It is required for AW Stats, which uses perl for generating response. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cgi-howto.html Regards mks -

Re: error launching catalina.sh

2005-08-25 Thread Markus Schönhaber
Am Donnerstag, 25. August 2005 18:45 schrieb Hugo Osorio: > Hello everybody > > i am running Version: Apache Tomcat/5.0.29 on FreeBSD > > i have been working with apache forrest, but i haven't do anything to > Tomcat configuration > > all of a sudden i've got this message, and catalina.sh begins to

Re: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Markus Schönhaber
Am Donnerstag, 25. August 2005 18:30 schrieb Remy Maucherat: > On 8/25/05, Markus Schönhaber <[EMAIL PROTECTED]> wrote: > > Am Donnerstag, 25. August 2005 17:57 schrieb Allistair Crossley: > > > Thanks, that's good to know, it must be something to do with my > >

Re: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Markus Schönhaber
Am Donnerstag, 25. August 2005 17:57 schrieb Allistair Crossley: > Thanks, that's good to know, it must be something to do with my > environment. Are you saying then that you did not have to copy any JDT jars > into your deployer? No, I didn't have to copy any jars since ant uses sun's javac from

Re: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Markus Schönhaber
Am Donnerstag, 25. August 2005 17:03 schrieb Allistair Crossley: > Well that's really unexpected. The only other 2 differences are perhaps > that I am on Windows, and that I did this with the 5.5.11-alpha download > from the site. I can't think of anything else if you say that copying the > JDT jar

Re: Use port 443 as non-ssl

2005-08-22 Thread Markus Schönhaber
Am Montag, 22. August 2005 17:43 schrieb Sean Rowe: > I don't think so. The operating system (i think) encrypts that port as > a standard. Where did you get that information? To the OS, a port is a port - regardless of it's number. The only "magic" regarding port numbers is that Unix-like system

Re: Use port 443 as non-ssl

2005-08-22 Thread Markus Schönhaber
Am Montag, 22. August 2005 17:54 schrieb Jason Bainbridge: > On 8/22/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, I need to use the tomcat with a non - ssl connector on port 443. > > Up to now, no success. Is there a way to use the 443 in a non-ssl? Im not > > using the ssl (it is betw

Re: Hi...

2005-08-03 Thread Markus Schönhaber
(wichever that may be)? > Markus Schönhaber <[EMAIL PROTECTED]> wrote: > > Am Mittwoch, 3. August 2005 17:51 schrieb Markus Schönhaber: > > gunzip -c jakarta-tomcat-5.5.9.tar.gz | tar -x > > Exchange "jakarta-tomcat-5.5.9.tar.gz"

Re: Hi...

2005-08-03 Thread Markus Schönhaber
Am Mittwoch, 3. August 2005 17:51 schrieb Markus Schönhaber: > gunzip -c jakarta-tomcat-5.5.9.tar.gz | tar -x Exchange "jakarta-tomcat-5.5.9.tar.gz" to the actual name of the file you want to unpack. Regards mks ---

Re: Hi...

2005-08-03 Thread Markus Schönhaber
Am Mittwoch, 3. August 2005 17:39 schrieb Tom Spence: > Hello I am rookie... > > I plan to download the source but it can't open by using tar command while > I am using AIX 5.2. Should I download binary file? > > I apprecaite your help... If you can't unpack the source you'll might get the same p

Re: Tomcat 5.5.10: APR-SSL generates wrong 302 response

2005-07-25 Thread Markus Schönhaber
Am Montag, 25. Juli 2005 17:39 schrieb Remy Maucherat: > > There's indeed a cut & paste error (the default ports for HTTP and > HTTPS are inverted), so you need to add an extra '!': > > Index: Http11AprProcessor.java > === > RCS

Tomcat 5.5.10: APR-SSL generates wrong 302 response

2005-07-25 Thread Markus Schönhaber
Hello! I've configured Tomcat 5.5.10 to use APR. The HTTP-Connector listens on port 80, the HTTPS-Connector listens on port 443. A request for https://www/tomcat-docs generates the following response: GET /tomcat-docs HTTP/1.1 Host: www User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:

Re: Problem compiling JSPs with Tomcat as Windows Service

2005-07-01 Thread Markus Schönhaber
Am Freitag, 1. Juli 2005 22:30 schrieb Trevor Quinn: > When I deploy a web application to a Windows 2K server running Tomcat > 5.0.28 and JDK 1.5, I see "Unable to compile JSP" errors on every JSP page, > but only when Tomcat is running as a Windows service. When I run Tomcat > from the console win

Re: starting a binary by calling a servlet

2005-06-17 Thread Markus Schönhaber
Am Freitag, 17. Juni 2005 14:56 schrieb Christian Stalp: Please don't CC me. I'm reading the list and have set the Reply-To for a reason. Thanks. > Im now back again. Now I have time to fix the tomcat-problem. But first I > have another problem: I cannot start tomcat!!! > > I got this from my la

Re: default IP address connector binding?

2005-06-08 Thread Markus Schönhaber
Am Mittwoch, 8. Juni 2005 16:04 schrieb Paul Singleton: > My Linux server's eth0 supports ten IP addresses. > > What happens (in 5.5.9) if my HTTP Connector doesn't > specify an > >address = 216.119.217.240 > > attribute? Does it use the first one? all of them? > > (it's working but I need to

Re: Logging the HTTP headers

2005-06-03 Thread Markus Schönhaber
Am Donnerstag, 2. Juni 2005 10:03 schrieb cristi: > Hello all > > Is there any posibility of logging the HTTP headers ? http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/valve.html#Request%20Dumper%20Valve Regards mks - T

Re: Using Tiger in jsp

2005-05-20 Thread Markus Schönhaber
Am Freitag, 20. Mai 2005 16:11 schrieb Julien Martin: > I use Tomcat 5.5 and I would like to use jdk5.0 features such as enhanced > for loop in my jsp. I am having problems: Tomcat seems to be expecting > jdk1.4 syntax. > Can anyone help please? http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jas

Re: Newbie question

2005-05-05 Thread Markus Schönhaber
Am Donnerstag, 5. Mai 2005 20:30 schrieb Mário Gamito: > > I've just installed Tomcat 5.5 for Linux and so far so good, except... > that i've installed also Tomcat Administration module (not the Manager > one) and it asks me for a login and a password and i can't find how to > define it. > > I see

Re: OT: special characters in property files

2005-04-07 Thread Markus Schönhaber
Am Donnerstag, 7. April 2005 20:13 schrieb Robert Harper: > I need to retrieve a value from a property file with a ‘$’ as part of the > data. How do I decorate this character so that the value will be loaded > when I call ResourceBundle.getString() ? I am not having much success > googling for it.

Re: JSPs with Java 5 ?

2005-04-05 Thread Markus Schönhaber
Am Dienstag, 5. April 2005 16:09 schrieb Milo Grains: > > When will Java 5 features be available in Jasper/Tcat5.5.x to compile > JSPs??? > They are available. But you will have to either configure tomcat to use javac from tools.jar to compile JSPs or replace the Eclipse JDT coming with the tomca

Re: Source of tomcat.exe

2005-04-05 Thread Markus Schönhaber
Am Dienstag, 5. April 2005 11:37 schrieb :CI75-Support Technologies collaboratives: > We use tomcat (4.1 and 5.5) on windows as services. > > Is someone knows where we can find the source in C of these executables ? > Commons Daemon homepage: http://jakarta.apache.org/commons/daemon/ Download pag

Re: Latest Stable Release of tomcat 5.0 ?

2005-04-04 Thread Markus Schönhaber
Am Montag, 4. April 2005 14:06 schrieb Narayan, Satya: > Hi all, >Could somebody please tell me the latest stable release of > tomcat 5.0 ? > Is it 5.0.28 or 5.0.29 or 5.0.30 ? > I guess you can consider the version of Tomcat 5.0.x stable that is listed on the download-page http://jak

Re: launching windowed program with Runtime#exec() under Tomcat 5.0

2005-03-25 Thread Markus Schönhaber
Am Freitag, 25. März 2005 18:51 schrieb Steve Butcher: > > Then I build that into a class: > > public class Launcher { >      public static main( String[] args) throws Exception { >           new Launcher().play(); >      } > >      public void play() throws Exception { >           Stri

Re: web.xml

2005-03-17 Thread Markus Schönhaber
Am Donnerstag, 17. März 2005 13:17 schrieb Omar Adobati: > I think that he need something working not just only with welcome > pages, or, maybe I have miss understood. > On re-reading the OP it seems to me that I misunderstood (and Allistair propably too), not you. Regards mks --

Re: web.xml

2005-03-17 Thread Markus Schönhaber
Am Donnerstag, 17. März 2005 13:05 schrieb [EMAIL PROTECTED]: > I am requesting the following url > _http://localhost:8081/webReg.jsp_ (http://localhost:8081/webReg.jsp) > which exists and dsiplays fine. However, i want to be able to request > _http://localhost:8081/webReg_ (http://localhost:808

Re: Multiple instances

2005-03-02 Thread Markus Schönhaber
On 02.03.2005 16:13, Caldarale, Charles R wrote: >>From: Bedrijven.nl [mailto:[EMAIL PROTECTED] >>Subject: Multiple instances > > > Please don't hijack existing e-mail threads; if you have a new question, > start a new message. > I don't see that the OP has hijacked any existing thread (which s

Re: Very Straneg problem with MySQL-Connector

2005-02-24 Thread Markus Schönhaber
monkiboy wrote: > Hello, > Thank you for the answer but it's look like the parameter "skip-networking" > is not present. > I am really getting hard time. > Here's my "my.cnf" : > Are Tomcat and MySQL running on the same machine? If not, you'll have to change the bind-address: > # Instead of ski

Re: Status of Bug 24970

2005-02-07 Thread Markus Schönhaber
Markus Schönhaber wrote: As I understand the bugzilla comments it boils down to: don't use a JSP, use a servlet, and don't use a Writer in this servlet but an OutputStream. http://issues.apache.org/bugzilla/show_bug.cgi?id=24970#c25 Well, writing a filter that removes the ";ch

Re: Status of Bug 24970

2005-02-07 Thread Markus Schönhaber
Rob Tomlin wrote: http://issues.apache.org/bugzilla/show_bug.cgi?id=24970 I've looked at the source for Response.java and the commit comments seem to suggest this bug keeps being fixed and reintroduced. I'm a little confused about which version I can expect this bug to actually be fixed in...or

Re: logging remote IP address

2005-01-29 Thread Markus Schönhaber
Mark wrote: I'm just tring to see if http request that came from one IP address has more then 1 client behind it. I've seen on some webpages that My IP is displayed as both external and internal - so it means it's doable - but the question is how to get this info in Tomcat. If your local an your ex

Re: JK, Session Replication/Clustering, SSL and failover in Tomcat 5

2005-01-27 Thread Markus Schönhaber
Punit Duggal wrote: What language is this ?? Dutch. It would really be nice if those bounce-messages could get filtered out. I received 40 of them since Jan 24. which is about 15% of the overall traffic on the list since then. Regards mks ---

Re: Defining application Global properties.

2005-01-04 Thread Markus Schönhaber
haim wrote: I would like to set up some application global properties. I would like those properties to be available application width, and should be loaded as soon as the application loads no mater witch page was visit. I guess I have few options for that , which one do you think is the best pr

Re: Server Component....What IP does the shutdown service listen to?

2004-11-17 Thread Markus Schönhaber
Troy Simpson wrote: OS: Sun Solaris 8 Tomcat: 5.5.4 Documentation: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/server.html According to the documentation, the server component has attributes for className, port, and shutdown, but not bindIPAddress. What IP address is the server list

Re: error-page exception-type

2004-10-12 Thread Markus Schönhaber
François Richard wrote: I have a beginning of answer, the guilty could be Internet Explorer 6.0 ... The redirection works fine with Firefox and mozilla. Anyone no why ? Anyone have this working on IE6 ? Does redirection really not happen or is the error page simply not shown by IE? IE ignores the p