Re: FW: URLConnection.getOutputStream().write() fails

2005-08-03 Thread julian
Were you trying to use the PUT command? Were you trying to make POSTs? The file already exists (It is created by another process on the server). I wish to POST (not PUT) data so that the resource (sample.txt) is updated with the contents I write from the client. Tha

Re: FW: URLConnection.getOutputStream().write() fails

2005-08-03 Thread julian
Were you trying to use the PUT command? Were you trying to make POSTs? The file already exists (It is created by another process on the server). I wish to POST (not PUT) data so that the resource (sample.txt) is updated with the contents I write from the client. Tha

URLConnection.getOutputStream().write() fails

2005-08-03 Thread Julian Salerno
PROBLEM: Trying to write to URL via URLConnection.getOutputStream().write() fails. In the main method below, the code attempts to write some bytes to HYPERLINK "http://localhost:8080/temp/sample.txt"http://localhost:8080/temp/sample.txt . "http://localhost:8080/temp/sample.txt"; is resolvable

URLConnection.getOutputStream().write() fails

2005-08-03 Thread Julian Salerno
PROBLEM: Trying to write to URL via URLConnection.getOutputStream().write() fails. In the main method below, the code attempts to write some bytes to HYPERLINK "http://localhost:8080/temp/sample.txt"http://localhost:8080/temp/sample.txt . "http://localhost:8080/temp/sample.txt"; is resolvable

Re: UK tomcat hosting recommendations?

2005-07-06 Thread Julian Templeman
#x27;ve needed to use it. julian (no affiliation except as a paying customer, etc, etc) On 7/5/05, Mark Benussi <[EMAIL PROTECTED]> wrote: > Having some fun with my current ISP and was wondering if any of you have UK > tomcat recommendations? > > > > My technical needs

Re: EJB3/JBoss Entity Bean remoting issue

2005-05-25 Thread Julian Templeman
need to narrow the reference before you can cast it. julian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Running Tomcat from a CD-Rom

2005-03-01 Thread Julian White
configuration files that point to the Tomcat home directory and point them instead to a temporary folder under windows. Can anyone think of any other issues I am going to run into or if there is something I have overlooked. Env. is Tomcat 5.0, & Windows Thanks in advance, Regards, Ju

Re: Expect: 100-continue

2005-01-20 Thread Julian Reschke
Remy Maucherat wrote: On Wed, 19 Jan 2005 13:54:36 +0100, Julian Reschke <[EMAIL PROTECTED]> wrote: Remy Maucherat wrote on tomcat-dev: > Tomcat always automatically sends a 100-continue when going into the > filter pipeline if an expectation is requested. > > This should

Re: Expect: 100-continue

2005-01-19 Thread Julian Reschke
Remy Maucherat wrote on tomcat-dev: > Julian Reschke wrote: > >> Hi, >> >> Looking at <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4812000>: >> >> -- >> DESCRIPTION OF THE PROBLEM : >> The servlet API provides no means of control

Re: Cleint Side Certificates

2004-12-24 Thread Julian W H Osborne
ass it in as a JVM arg. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Thanks Chris, Will have a read over the Christmas period. Julian -

Re: Cleint Side Certificates

2004-12-23 Thread Julian W H Osborne
you need to do this? Surely to get client authentication you don't need to start passing extra parameters to Tomcat? Have been trawling through the archives and can't find the message you mean. Thanks Julian Chris -

Re: Cleint Side Certificates

2004-12-23 Thread Julian W H Osborne
Julian W H Osborne wrote: Bill Barker wrote: "Julian W H Osborne" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Dear All, I've been trying to get client/server certificates working with tomcat now for a while and I'm not having much success. I have ge

Re: Cleint Side Certificates

2004-12-23 Thread Julian W H Osborne
Bill Barker wrote: "Julian W H Osborne" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Dear All, I've been trying to get client/server certificates working with tomcat now for a while and I'm not having much success. I have generated certificates whic

Cleint Side Certificates

2004-12-22 Thread Julian W H Osborne
in the the config file. The openssl.cnf file has only been modified to include valid DN enteries. I've pasted the script I am using below. Any help greatfully received. Thanks Julian #!/bin/sh SSL_DIR=/usr/share/ssl/ JAVA_BIN=/usr/java/j2sdk1.4.2_04/jre/bin/ KEYTOOL=${JAVA_BIN}keytool KEYSTORE_

Re: RE : Problem with JAAS

2004-12-02 Thread Julian Templeman
t want to have to, because a simple form authentication will work fine for me... julian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problem with JAAS

2004-12-02 Thread Julian Templeman
s to the tomcat-users.xml file. I've been able to confirm that this happens with even the simplest apps. Can anyone give me any idea of what's going on here? My guess is that somehow Tomcat is configured to use JAAS by default, but since I've not used JAAS before now, I'm not sure w

Re: JSTL 1.1 / Tomcat 4.1.30

2004-08-22 Thread Julian
Julian wrote: How about JSTL 1.0? I've followed several sets of instructions and Tomcat 4.1.30 just doesn't like it. I've been trying for two days. Hassan Schroeder wrote: Uh, "just doesn't like it" isn't of much use in helping fix your problem. And yes, you

Re: JSTL 1.1 / Tomcat 4.1.30

2004-08-22 Thread Julian
osting account and I don't have control over which server is used. Any ideas anyone? I'd be really grateful. Julian Julian wrote: Does anyone know if it's possible to use JSTL 1.1 with versions of Tomcat prior to V.5?

JSTL 1.1 / Tomcat 4.1.30

2004-08-21 Thread Julian
Does anyone know if it's possible to use JSTL 1.1 with versions of Tomcat prior to V.5? Upgrading the server is not an option. Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ResultSupport class

2004-08-09 Thread Julian
Figured it out. Nevertheless thanks (it had driven me bonkers). Julian wrote: I'm a newbie and would be grateful if anyone could quickly tell me where the 'ResultSupport' class and the 'Result' now live. They used to be in javax.servlet.jsp.jstl.sql.* library but

ResultSupport class

2004-08-09 Thread Julian
I'm a newbie and would be grateful if anyone could quickly tell me where the 'ResultSupport' class and the 'Result' now live. They used to be in javax.servlet.jsp.jstl.sql.* library but don't seem

Re: Invoking a servlet from the browser

2004-07-31 Thread Julian
Thankyou so much. I owe you! :) Hiroshi Iwatani wrote: Julian wrote: Hi, I'm new to tomcat and jsp. Tomcat 5 seems to be working and I can sucessfully invoke jsp files. No problems there. I want to invoke a servlet by typing the url into a browser and I can't seem to manage i

Invoking a servlet from the browser

2004-07-31 Thread Julian
s/ROOT/WEB-INF/classes or somewhere else? Many thanks Julian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SunONE versus Tomcat performance

2004-07-30 Thread Julian
Just downloaded it to give it a try. There's a trial version but nevertheless it costs only $75. David Rees wrote: David Wall wrote: It is worth noting that Sun Java Web Server has better performance than Apache Tomcat; you can learn more about this from Sun Java Web Server vs. Apache/Tomcat Ben

Re: Tomcat installation problem

2004-07-27 Thread Julian
ut something called jk and started working my way through it, but it seems to leave bits out. If I don't need it, I won't bother. Well at least I'm up and running thanks to you. Take care and thanks again. Julian Wendy Smoak wrote: From: "Julian" <[EMAIL PROTECTED

Re: Tomcat installation problem

2004-07-27 Thread Julian
Hi Wendy. That part works great. I get the welcome page and the samples are good too. Wendy Smoak wrote: From: "Julian" <[EMAIL PROTECTED]> I installed Tomcat and everything went without a problem. The service starts ok too. The problem is that when I load a jsp file int

Tomcat installation problem

2004-07-27 Thread Julian
ontents of the jsp file itself. When I installed apache, it took me a while to discover that I had to tell it where my web root folder is. I can't find anywhere I can tell Tomcat where my apache localhost web root folder is. Is that what I have to do? Any ideas

IIS + Tomcat running in different machines

2004-02-10 Thread Julian Cardona
Hello list, ¿as i can connect IIS 5.1 and Tomcat 4.0.4 in different machines? Can you give me documentation, urls... I have used worker.ajp13.host=www.superpuertos.gov.co and worker.ajp13.host=192.168.1.28 and it dont work. Thank you. _

Re: concern about Apache + mod_jk + Tomcat cluster

2003-01-15 Thread Julian Löffelhardt
Hi, Make sure you have set the MaxProcessors property of the AJP13 Connector in server.xml to an equal or higher value as specified in MaxClients of the httpd.conf. llap, julian - Original Message - From: "YOU, JERRY (SBCSI)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTE

Re: How cai I tell if jikes is being used?

2003-01-07 Thread Julian Löffelhardt
You are using jikes. When using javac, compile errors always (as far as i know) include the line: "org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated." The phrase "Semantic Error" and the notation "varsess_jsp.java:69:3:69:13:" is also

Re: reducing tomcat & jasper memory footprint

2003-01-02 Thread Julian Löffelhardt
Thanks for your Feedback! I will look into your suggested approch using filters. answers inline - Original Message - From: "Will Hartung" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, January 02, 2003 11:27 PM Subject: Re: reducing tomcat & jasper memo

Re: Memory Usage and Garbage Collection

2003-01-02 Thread Julian Löffelhardt
to remove the class. Do you think this approach is reasonable? Does this part of the implementation differ with Jasper2? This is a feature I could really use well. llap, julian - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Tomcat Users Lis

Re: reducing tomcat & jasper memory footprint

2002-12-30 Thread Julian Löffelhardt
ems. But: Is there any generic way to get a stable tomcat with huge number of jsp's ? Thanks for all ya feedback & llap + happy new year... julian - Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL P

Re: reducing tomcat & jasper memory footprint

2002-12-30 Thread Julian Löffelhardt
up a test specifically for this, to measure how many pages can be loaded before an error occurs. llap, julian - Original Message - From: "Jerome Lacoste (Frisurf)" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, December 30, 2002 8:5

Re: reducing tomcat & jasper memory footprint

2002-12-30 Thread Julian Löffelhardt
If I'd only known about this problem a few months earlier Sad truth is that I can't change this (too) jsp-centric design. llap, julian - Original Message - From: "Wagoner, Mark" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PR

reducing tomcat & jasper memory footprint

2002-12-30 Thread Julian Löffelhardt
h 64 megs of permSize our Server had an approx. uptime of 1 day now it's about 3-4 days. Is there any way to unload jsp-Files (unload the class) ? llap, julian

Re: Tomcat stability problem

2002-12-28 Thread Julian Löffelhardt
JSP-pages. llap, julian - Original Message - From: "Ben Glorie" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Saturday, December 28, 2002 6:33 PM Subject: RE: Tomcat stability problem > GC delay certainly sounds plausible, I'

Re: tomcat,mod_jk & loadbalancing

2002-12-10 Thread Julian Löffelhardt
tomcat instance. These requests then remain bound to this tomcat due to the sticky session functionality (which is good). I just hoped the load-balancer would distribute the requests more evenly when most of the requests don't have a sessionid and thus aren't bound to a specific tomcat i

Re: tomcat,mod_jk & loadbalancing

2002-12-09 Thread Julian Löffelhardt
t version, so I guess I could just update the Apache/mod_jk part of my system. Is this assumption correct I wouldn't want to switch to another tomcat, because chnages like this tend to create countless problems in regard to source compatibility. Thanks for your help! llap, julian ---

Re: tomcat,mod_jk & loadbalancing

2002-12-09 Thread Julian Löffelhardt
that the implicit session attribute isn't available for pages with session=false, but other than that functionality would remain the same. I guess this way I could dramatically reduce the number of open sessions. Are there any caveats to this idea or does it sound reasonable? Thanks for your res

Question about an AJP error

2002-12-09 Thread Julian Löffelhardt
on a high-volume site about 20-30 times a day. Problem is I'm having houndreds of them (one error/5 minutes) a day. >From readming the mailing list archives I got the impression this error is well >known, but I couldn't find a posting explaing the details (and how to get rid of it). llap, julian löffelhardt

mod_jk changes 1.2.0 -> 1.2.1

2002-12-09 Thread Julian Löffelhardt
Hi, stupid question: where can I find a changelog regarding the changes in mod_jk 1.2.0 --> 1.2.1 ? llap, julian

tomcat,mod_jk & loadbalancing

2002-12-09 Thread Julian Löffelhardt
, mod_jk, apache .. would solve some of my problems. Any experience with tomcat load-balancing under high -loads (Currently ~1 million pageviews/day). Any help would be appreciated? llap, julian löffelhardt - -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For addition

Tomcat Performance on lower tier Win machines

2002-02-01 Thread Julian Bleecker
e we are considering using Tomcat as a simple application server for a small desktop application. It may very well be overkill; perhaps others have insights into other (HTTP) web servers that are more appropriate. Thanks. Julian Bleecker -- To unsubscribe: <mailto:[EMAIL PROTECTED]>

Re: sun/tools/javac/Main?

2001-06-27 Thread Julian Conway
server/examples/jsp/dates/date.jsp it is > Tomcat that tries to compile it and create a servlet > for it, right? > > Guoben Li > > --- Julian Conway <[EMAIL PROTECTED]> wrote: > > You're either using a jre with no "tools.jar" > > (contains sun/tools/

Re: sun/tools/javac/Main?

2001-06-27 Thread Julian Conway
You're either using a jre with no "tools.jar" (contains sun/tools/javac/Main), or you don't have tools.jar in your classpath. a. Check your using a jdk, not just jre b. Check your classpath. Jules Guoben Li wrote: > Hi, > > I have Tomcat 3.2.1 configured with Apache on Sun > Solaris 2.7. A h

Servlet RequestDispatcher.include() versus .forward()

2001-05-13 Thread Julian Salerno
Hi all. I am using Tomcat 3.2. These problems occur on Linux RedHat, Linux Suse and Winblows2000, server-side and client-side, in all combinations, with various browsers. All browsers have cookies on unconditionally. Problem description: I have an 'interceptor' servlet which looks at the incomi

session.getId() return value inconsistent - container management bug ?

2001-05-08 Thread Julian Salerno
hi all. I have a code snippet : HttpSession session = req.getSession(true); System.out.println("session = "+session); System.out.println("session.getId() = "+session.getId()); On the http client side a test scenario involves Winblows, IE 5.something, (Security - allow

Re: shutdown.sh problem

2001-04-11 Thread Julian Payne
be in a state where it is no longer responding. Thanks, Julian - Original Message - From: "Shun-Luoi Daniel Fong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2001 11:30 AM Subject: RE: shutdown.sh problem >

Using JNDI with Jakarta-Tomcat 4.0 beta 3

2001-04-09 Thread Julian Payne
g the jndi.properties into the classpath 3) Using in the server.xml (except that I was not sure of the correct parameters to use...) Thanks for any help, Julian Payne ILOG. S.A. Sophia Antipolis, France

Re: AW: Problems with mod_jk.so, RH7.0, binary/compiled

2001-02-02 Thread Juan Julian Merelo Guervos
[EMAIL PROTECTED] wrote: > > >Hi, > > I haven't been able to install mod_jk.so with Apache 1.3.17. > I have > >downloaded the mod_jk.so binary from the jakarta site, and I get > this > >error: > >Syntax error on line 8 of > >/usr/local/jakarta

Problems with mod_jk.so, RH7.0, binary/compiled

2001-02-02 Thread Juan Julian Merelo Guervos
Hi, I haven't been able to install mod_jk.so with Apache 1.3.17. I have downloaded the mod_jk.so binary from the jakarta site, and I get this error: Syntax error on line 8 of /usr/local/jakarta-tomcat-3.2.1/conf/mod_jk.conf-auto: API module structure `jk_module' in file /usr/local/apache/l

Problems with Tomcat 4.0/Cocoon 1.8.1

2001-01-31 Thread Juan Julian Merelo Guervos
Hi, I have followed standard procedures to install cocoon on Tomcat 4.0 beta, but I get this error (in logs/catalina.out) Exception in thread "main" java.lang.IllegalArgumentException: addRepositoryInternal: java.lang.NullPointerException at org.apache.catalina.loader.StandardClas

Re: Problems Linux RedHat/Tomcat 3.2/Any JDK

2001-01-11 Thread Juan Julian Merelo Guervos
Juan Julian Merelo Guervos wrote: > > Hi, > I'm trying to run Tomcat using above configuration, and although I get > no error message when starting up, when trying to access: > http://localhost:8080 > the server just hangs up, and if I stop loading the page by hi

Problems Linux RedHat/Tomcat 3.2/Any JDK

2001-01-11 Thread Juan Julian Merelo Guervos
Hi, I'm trying to run Tomcat using above configuration, and although I get no error message when starting up, when trying to access: http://localhost:8080 the server just hangs up, and if I stop loading the page by hitting ESC, I get this message: 2001-01-11 02:42:53 - ContextManager: I