Tomcat installation problem

2004-07-27 Thread Julian
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? Thanks Julian

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 into the browser, I don't

Re: Tomcat installation problem

2004-07-27 Thread Julian
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] Hi Wendy. That part works great. I get the welcome

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

Invoking a servlet from the browser

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

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 it. Firstly

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 to be any more. Thanks Julian

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 don't seem to be any more

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: JSTL 1.1 / Tomcat 4.1.30

2004-08-22 Thread Julian
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? Upgrading the server is not an option. Thanks

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 certainly can use JSTL 1.0 with TC

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

2005-08-03 Thread julian
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. Thanks Julian

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

2005-08-03 Thread julian
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. Thanks Julian

Tomcat Performance on lower tier Win machines

2002-02-01 Thread Julian Bleecker
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] For additional

Using JNDI with Jakarta-Tomcat 4.0 beta 3

2001-04-09 Thread Julian Payne
2) Putting the jndi.properties into the classpath 3) Using Resource 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: shutdown.sh problem

2001-04-11 Thread Julian Payne
to 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 Well, I checked the

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

2001-05-09 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

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

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

Re: sun/tools/javac/Main?

2001-06-27 Thread Julian Conway
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/javac/Main), or you don't have tools.jar in your classpath. a. Check your using a jdk, not just jre b

tomcat,mod_jk loadbalancing

2002-12-09 Thread Julian Löffelhardt
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 additional commands, e-mail: mailto:[EMAIL

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

Question about an AJP error

2002-12-09 Thread Julian Löffelhardt
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

Re: tomcat,mod_jk loadbalancing

2002-12-09 Thread Julian Löffelhardt
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 response for your time!!! llap, julian löffelhardt - Original

Re: tomcat,mod_jk loadbalancing

2002-12-09 Thread Julian Löffelhardt
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 - Original Message - From: Julian

Re: tomcat,mod_jk loadbalancing

2002-12-10 Thread Julian Löffelhardt
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 instance. llap, julian -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands

Re: Tomcat stability problem

2002-12-28 Thread Julian Löffelhardt
. 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'll try to set the -Xinccg option as suggested by Bill

reducing tomcat jasper memory footprint

2002-12-30 Thread Julian Löffelhardt
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: 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 PROTECTED] Sent: Monday, December 30, 2002 8:48 PM Subject

Re: reducing tomcat jasper memory footprint

2002-12-30 Thread Julian Löffelhardt
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:51 PM Subject: Re: reducing tomcat jasper memory

Re: reducing tomcat jasper memory footprint

2002-12-30 Thread Julian Löffelhardt
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 PROTECTED] Sent: Monday, December 30, 2002 9:40 PM Subject: Re: reducing tomcat

Re: Memory Usage and Garbage Collection

2003-01-02 Thread Julian Löffelhardt
. 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 List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent

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 memory

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: 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 PROTECTED] Sent: Wednesday

Problem with JAAS

2004-12-02 Thread Julian Templeman
-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 where to look... Thanks, julian

Re: RE : Problem with JAAS

2004-12-02 Thread Julian Templeman
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]

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 controlling the 100- continue response when the user agent expects it, and doesn't

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 be on tomcat-user, BTW. So

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. _

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, Julian http

Re: EJB3/JBoss Entity Bean remoting issue

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

Re: UK tomcat hosting recommendations?

2005-07-06 Thread Julian Templeman
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 are pretty small; just tomcat 5.0+ installed with mysql

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.txthttp://localhost:8080/temp/sample.txt . http://localhost:8080/temp/sample.txt; is resolvable in

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.txthttp://localhost:8080/temp/sample.txt . http://localhost:8080/temp/sample.txt; is resolvable in

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

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

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

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:

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 hitting ESC, I get this message

Cleint Side Certificates

2004-12-22 Thread Julian W H Osborne
. 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_TYPE=jks KEYSTORE=${SSL_DIR}java/$1

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 which have worked successfully

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 generated certificates which have

Re: Cleint Side Certificates

2004-12-23 Thread Julian W H Osborne
to start passing extra parameters to Tomcat? Have been trawling through the archives and can't find the message you mean. Thanks Julian Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Cleint Side Certificates

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