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
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
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
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
#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
need to narrow the reference before you can cast it.
julian
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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
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
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
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
-
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
-
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
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
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_
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]
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
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
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?
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]
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
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
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
s/ROOT/WEB-INF/classes or somewhere else?
Many thanks
Julian
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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
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
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
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
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.
_
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
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
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
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
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
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
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
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
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'
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
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
---
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
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
Hi,
stupid question: where can I find a changelog regarding the changes in mod_jk 1.2.0
--> 1.2.1 ?
llap,
julian
, 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
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]>
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/
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
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
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
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
>
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
[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
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
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
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
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
55 matches
Mail list logo