The only situation where I can imagine tomcat forcing a file size limit
is when it runs out of disk-space and this should produce an error
message.
I seem to remember a similar problem, I can't remember exactly how I
solved it ( I may have re-written the page ) but here are some things to
look for
solve it?
The offending page is at www.golduk.net/selfcare/index.jsp
Thanks,
Adam Buglass
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ontext);
}
}
}
On Mon, 2004-04-19 at 10:58, Thomas Chua wrote:
> try looking for this file in your work directory
> login_jsp._jspService(login_jsp.java:74)
>
>
>
>
>
> "Adam Buglass" <[EMAIL PROTECTED]>
> 04/19/2004 05:41 PM
&g
or passwd be null???
>
>
>
>
> "Adam Buglass" <[EMAIL PROTECTED]>
> 04/19/2004 06:05 PM
> Please respond to "Tomcat Users List"
>
>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> cc:
>
>
Interestingly - I edited out the source file in question so that it only
had about 15-20 lines.
It *still* claims that the exception is being thrown is at Line 30,
although line 30 doesn't exist anymore. I'm stumped! :-(
Adam
On Mon, 2004-04-19 at 11:29, Adam Buglass wrote:
> I
> the line 30 is base on the java file not the jsp file
>
>
>
>
> "Adam Buglass" <[EMAIL PROTECTED]>
> 04/19/2004 06:33 PM
> Please respond to "Tomcat Users List"
>
>
> To: "Tomcat Users List" <[EMAIL PROTECTE
Hi, I've just got into the office and saw your posts!
Can you show us any data from the logs? Especially the Catalina logs.
Check if it says any problems with your Ajp13 connector or any errors
with processors.
Adam
On Tue, 2004-04-20 at 08:39, Cui Xiaojing-a13339 wrote:
> Hello Antonio Fiol,
>
connections to the pool, so after a certain length of time
(depending partially on what maxconnections you allow) tomcat would stop
responding - probably with a 500 error.
On Tue, 2004-04-20 at 09:14, Adam Buglass wrote:
> Hi, I've just got into the office and saw your posts!
>
> Can y
gt;
> This e-mail, including any attachments, is a confidential business communication,
> and may contain information that is confidential, proprietary and/or privileged.
> This e-mail is intended only for the individual(s) to whom it is addressed, and may
> no
>
>
>
OTECTED]>
> >05/13/2004 11:23 AM
> >Please respond to
> >"Tomcat Users List" <[EMAIL PROTECTED]>
> >
> >
> >To
> >"Tomcat Users List" <[EMAIL PROTECTED]>
> >cc
> >
> >Subject
> >RE: Tomcat "
ing
of course it may well just crash & burn, but I'm intrigued and anyway it
would keep me out of mischief!!
Regards,
Adam.
--
Adam Buglass, ><>
The Golden Freeway,
Department of Child Health,
University of Newcastle-upon-Tyne.
Royal Victoria Infirmary.
(0191) 2023062
&quo
Hi Larry, as someone who has only been using tomcat (apart from the
deploy tool) since August and who has had to greatly improve my Java
skills since the same time...
I suggest the best way to learn is to get your hands dirty, so to speak.
Thoroughly read the provided Tomcat docs including any Rea
-----
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
--
Adam Buglass, ><>
The Golden Freeway,
Department of Child Health,
University of Newcastle-upon-Tyne.
Royal Victori
I think this is probably slightly off topic, but I suggest getting some
kind of webalizer software. You could do worse than do a google search
for Analog which is flexible and well-used.
Failing that google for words such as webalizer freeware logs website
usage analysis
GIYF!
On Tue, 2004-05-04
This has had me puzzled for a couple of days now.
I've checked the docs, the faqs and the list archives.
I have a JSP which attempts to save information to a bean usinglines of
code such as:
The corresponding Java is:
private String userID;
public void setUserid( String LuserID )
{
// th
This has had me puzzled for a couple of days now.
I've checked the docs, the faqs and the list archives.
I have a JSP which attempts to save information to a bean usinglines of
code such as:
The corresponding Java is:
private String userID;
public void setUserid( String LuserID )
{
// th
Sorry, I didn't mean to post that twice. We've had a slight problem with
our mailserver apparently!
--
Adam Buglass, ><>
The Golden Freeway,
Department of Child Health,
University of Newcastle-upon-Tyne.
Royal Victoria Infirmary.
(0191) 2023062
"Democracy is two wol
> This e-mail is intended only for the individual(s) to whom it is addressed, and may
> no
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
--
Adam Buglass
--
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> __
>
> -----
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
--
t; Here is HTML <%
> out.println(rs.getInt("first_column")); } %>
>
> //-
> Then it shows me all the records, what is wrong with
> my first code?
>
>
>
>
>
> --- Adam Buglass <[EMAIL PROTECTED]> wrote:
> > This i
ere and forgot about it!
>
> -Original Message-
> From: Adam Buglass [mailto:[EMAIL PROTECTED]
> Sent: 20 May 2004 16:02
> To: Tomcat Users List
> Subject: RE: Is there any way to check # of Records in RecordSet
>
>
> First of all forgive me for being very
Ok, I don't know about timings - that is an entirely different question.
Tomcat is not accepting connections because you've run out of processors
to create them (defined in server.xml - this example is for my SQL
connection):
--
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
--
Adam Buglass, ><>
The Golden Freeway.
Unit 1,
Wear Valley Business Centre,
27 Longfield Road,
South Church Enterprise Park,
Bishop Au
olume4.com
>
> This message contains information that is considered to be sensitive or
> confidential and may not be forwarded or disclosed to any other party
> without the permission of the sender. If you received this message in
> error,
> please notify me immediately so that I c
I have an idea - check the mail archives... ;-)
There should be an address in the footer at the bottom of this message.
Make sure you click the one to unsubscribe to the list, not the digest.
Adam.
On Tue, 2004-06-01 at 14:29, Ram Mahajan wrote:
> Can someone tell me which email address I need
Well, I would guess that it loads quickly when you're not connected if
it's cached on your disk.
I've had intermittent problems with tomcat running slow before and
usually re-deploying does the trick. If that fails I restart tomcat. If
that still doesn't work I suggest checking that any connection
You need to use the .close method for every connection.
If your new connection is called conn then it's "conn.close();"
Check your max connections in server.xml (probably for port 8009) but if
you're not closing your connections this will only delay a crash not
stop it.
I suggest the java.sun.com
As I remember, tomcat (including this specific version) will often leave
some sort of background thread running even when the shutdown script has
been successfully executed. I don't know enough about tomcat to say what
it is or why it is running. You could use the kill -TERM command to kill
it off
Hi, I have had literally a minute to think about this so sorry if it's
way off but my instinct says to try running WASP on Port 8080 (or maybe
80??) and running Tomcat at the same time.
Quick Thought - I wonder if the order in which you start them up would
help??
Of course if the WASP development
I've got a website which members can log in and out of
(by way of a form which connects to a JSP).
I've created a simple method in a Java class to write to
a text format log file to tell me stuff like who they are,
when they logged in etc.
So far so good.
I'm now trying to write a JSP to analyse
happens. I had a sort method that under the right conditions would
> bring down my IDE and hog all the processor.
>
> Doug
> www.parsonstechnical.com
>
> - Original Message -
> From: "Adam Buglass" <[EMAIL PROTECTED]>
> To: "Tomcat Users List&qu
e right conditions would
> bring down my IDE and hog all the processor.
>
> Doug
> www.parsonstechnical.com
>
> - Original Message -
> From: "Adam Buglass" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Wedne
I'm still checking through so I can't say for sure,
but it looks certain enough that Ronald was correct,
although Peter's comment about using too many while
loops also improved performance.
I'm afraid I largely taught myself Java, coming from
a C / C++ background and misunderstood the method summa
d,
> > and may not be saved, copied, printed, disclosed or used by
> > anyone else. If you are not the(an) intended recipient,
> > please immediately delete this e-mail from your computer
> > system and notify the sender. Thank you.
> >
> >
> > --
ork.
> Please help.
>
> Thanks.
>
> Anu
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
--
Adam Buglass, ><>
The Golden Freeway,
Department of Child Health,
University of Newcastle-upon-
Yeah, I'll e-mail it to you off the list.
On Thu, 2004-03-11 at 16:35, Galam wrote:
> Hi,
>
> Does anyone have mod_jk2.so for Apache 1.3.29? I couldn't find it anywhere at the
> jakarta website.
>
> Thanks!
>
>
>
> -
> Do you Yahoo!?
> Yahoo! Search - F
Well I run in exactly the same environment except it's a RedHat 6.2
(-ish) box
My server.xml is setup like so:
The connector is setup like so:
# BEGIN workers.properties
worker.list=ajp13
worker.ajp13.port=8009
# change this line to match apache ServerName and Host name in
server.xml
worke
Would you even need tomcat for a pure HTML site?
We have a number of JSP/servlet sites and one HTML site
which tomcat doesn't even know about.
We do link a form onto a JSP at one point on the HTML site
but all tomcat sees is a small webapp (consisting of the one JSP
and one class)
On Mon, 2004-03
I think it's cool!
I live in the cold and wet north-east of England and my "comments and
suggestions are very important ... and an integral part of the
legislative process" of New York!!
I love America!
:-)
On Wed, 2004-03-17 at 11:32, Vi wrote:
> What a hell! Why don't you all senators just die
Que ?
On Tue, 2004-03-23 at 10:51, [EMAIL PROTECTED] wrote:
> Grazie per aver scritto a [EMAIL PROTECTED], il tuo messaggio à giunto a
> destinazione!
>
> Approfittiamo per informarti che à nato all'indirizzo www.censimentomusica.it un
> nuovo progetto a carattere nazionale: Il IÂ Censime
I use
HTH.
Adam.
On Wed, 2004-03-24 at 14:46, Edson Alves Pereira wrote:
> Hello folks, iÂd like to build a default jsp header to all my
> jspÂpage, in this header i would put all taglibs and imports i need, but i
> in doubt about which is the best way to do it. Sould i make all others p
There is a way, and I believe this (very out-of-date) link should give
you some more information:
http://www.redhat.com/mirrors/LDP/HOWTO/SSL-RedHat-HOWTO.html
For better info, you could check relevant docs and / or man pages or do
a google search. But that is mere speculation...!
On Mon, 2004-03
Yes, you need to reload the webapp for changes to be recognised,
although for caching reasons, some browsers may not recognise the change
to a JSP straightaway.
JSP's are compiled "on-the-fly" and compiled in the work directory as
you mentioned.
I use the ant build tool for this, I'm not sure wha
In Fact *VERY* OT.
I know and I'm sorry but I'm totally at my wits end and I'm making the
assumption that where there are Tomcat users / developers there must
also be Sendmail users / developers!
I've been looking for a good Sendmail users mailing list, like the
Sendmail equivalent of this one 'c
e read the attached file.
> >
>
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> what attached file? who sent this, please?
>
> javac at mail dot com
--
Adam Buglass, ><>
> > Please read the attached file.
> >
>
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> what attached file? who sent this, please?
>
> javac at mail dot com
--
Adam Buglass, >&
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
--
Adam Buglass, ><>
The Golden Freeway.
Unit 1,
Wear Valley Business Centre,
27 Longfield Road,
South Church Enterprise Park,
Bishop Auckland.
DL14 6XB
(01388) 778424
restarted during the night?
> Is it possible that rotating logs cause tomcat to redeploy a webapplication?
>
> thanks
> Hans
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional comm
I picked up some of yesterdays conversation this morning.
I don't know where the hacker is but the attachment usually comes as a
"white bar" bmp file.
He appears to be infected with at least the [EMAIL PROTECTED] worm
variant, probably other trojans also.
--
Adam Buglass,
rue I don't always remember to follow all the guidelines but I do try
and it keeps me roughly on the right track.
If my question isn't answered it can sometimes show me the reason why.
What was your question anyway? :-)
On Mon, 2004-07-26 at 15:53, Olivier wrote:
> Don't yo
entertainment!)
I've recieved from all of you in the last 12 months and the best of luck
with Tomcat in the future - I will no doubt be using it again!
--
Adam Buglass, ><>
The Golden Freeway.
Unit 1,
Wear Valley Business Centre,
27 Longfield Road,
South Church Enterprise Park,
B
gt; that the class is not instantiated or something, but I'm new to
> servlets, so I can't figure out why.
>
> TIA,
> Vamsee.
--
Adam Buglass, ><>
The Golden Freeway.
Unit 1,
Wear Valley Business Centre,
27 Longfield Road,
South Church Enterprise Par
on as the function is called, it's giving this
> exception.
>
> I guess Frans Flippo is right. I'll check it out with jpda.
>
> TIA,
> Vamsee.
>
> Because joy is one's fuel - Ayn Rand
>
>
>
> Adam Buglass wrote:
>
> >Hmmm, I'm
53 matches
Mail list logo