strange problem with starting up servlets on tomcat

2003-03-05 Thread matt dilley
-startup values, or maybe the amount of servlets allowed to run at startup. can anybody help me with this? if you wish, I could include an example snippet of the problem servlet code - will that be of use? regards Matt Dilley -

Re: AW: Strarting-up Error Message

2002-06-10 Thread matt dilley
did you start tomcat from the root user? If the server port is changed to 80, you have to make sure that you start the process from root, as that is the only user that is allowed to access that port Matt On Mon, 2002-06-10 at 10:25, franzR wrote: > How often did you start Tomcat? ( i.e. ps -e |

Re: multipart requests

2001-10-18 Thread Matt Dilley
Mark Muffett wrote: >Matt > >I used the O'reilly packages and they worked fine (I did the example from >Java Servlet Programming, then adapted it) - what's your conguration and >what errors do you get ? > >Mark Muffett > >- Original Message - >Fro

Re: HTML in Messages and politeness (Was: Re: jdbc odbc bridgeon linux)

2001-07-30 Thread Matt Dilley
> [X] +1 -> Plain Text only. Strip HTML on the mailing list. > [ ] 0 -> I don't give a damn shit. > [ ] -1 -> You mad? I love HTML in messages and want to keep using it. Could I suggest that if people want to post HTML, they could do so in an attachment? That way maybe it should keep everyone h

servlet paramers from web.xml

2001-07-20 Thread Matt Dilley
Does anyone know how to pass parameters onto servlets that have been launched through the web.xml file?   I have tried adding the parameters as tags into the web.xml file itself, but to no avail.   Does anyone know what I should do to make this work?   Thanks Matt

green and native threads

2001-05-30 Thread Matt Dilley
Hi   I have been searching for a long time for a green threads version of java, and so far have only found one for v1.2.2 - from the java.sun site. Does anyone know of a green-threads installation for java v1.3.x?   Thanks

Re: Well....Here it is!!!!!

2001-05-23 Thread Matt Dilley
yes, but for english people like myself, living in uk, I don't think it will work! - Original Message - From: [EMAIL PROTECTED] Sent: Tuesday, May 22, 2001 1:44 PM Subject: WellHere it is! Hi,''Making over half million dollars every 4 to 5 months fromyour home

Re: Find JSP Hosting

2001-05-09 Thread Matt Dilley
Really?!?! Im my latest discussions with them, they told me they don't provide jsp - only java servlets at the moment, as they don't use tomcat, they use jserv instead. is this true? - Original Message - From: "Ross Miller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May

Re: Find JSP hosting

2001-05-08 Thread Matt Dilley
There's a site called webappcabaret, who offer a free limited service for user who like to develop their sites for a non-serious or test site. For a more serious use they offer three other paid services which include DNS hosting, larger space, no-banners etc. Has anyone else tried this site? as I

Re: launching java beans at startup

2001-05-01 Thread Matt Dilley
sorry - typo here - or tomcat = "of tomcat" - Original Message ----- From: "Matt Dilley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 01, 2001 1:28 PM Subject: launching java beans at startup > hi > does anyone know how to make a j

launching java beans at startup

2001-05-01 Thread Matt Dilley
hi does anyone know how to make a javabean run at startup or tomcat. I've seen the notes on running a a javaservlet at startup, but doesn't seem to work for beans. regards Matt