Non http servlet?

2001-05-23 Thread D. Jay Newman
Hi: I need to create a servlet extended from Servlet rather than HttpServlet. I will be using a protocol based on XML rather than HTTP. Is it possible to do this using Tomcat? If so, any hints? Thanks in advance. -- D. Jay Newman ! For the pleasure and the profit it derives

Re: Non http servlet?

2001-05-24 Thread D. Jay Newman
building your output. If you want to get > even fancier yet, you can paginate your results too. Alternatively, > check out Cocoon (an XML based apache web publishing project), or SOAP > (protocol also based on XML). > > - Joel > > -Original Message- > From: D

Re: AW: Is this the way to do it?

2001-09-17 Thread D. Jay Newman
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > - - - - - - - > Magnus Jansson > IT-Manager > Väddö folkhögskola > 760 40 Väddö > Sweden > > Phone: +46 (0) 176-528 00 > Cellular: +46 (0) 70-370 33 16 > Fax: +46 (0) 176-528 28 > http://www.vadd

Re: Question on taglib directive and web.xml mapping

2001-09-24 Thread D. Jay Newman
kafe.tld > > > I'm using Tomcat 3.2.3 under Windows NT. > Am I missing something? I'd suggest trying: /WEB-INF/tlds/aegiskafe.tld as the body of the taglib-location tag. There are some inconsistancies between case-sensitive parts and case- insensitive parts of the config

Re: Iterator.next to String

2001-10-27 Thread D. Jay Newman
ing's, that won't work. I think you need: String title = iterator.next().toString(); I hope this helps. -- D. Jay Newman ! // The worst possible legal hashCode [EMAIL PROTECTED]! public int hashCode() { return 42;} http://www.sprucegrove.com

Re: Why am I getting a Javascript file instead of my servlet ?

2001-11-14 Thread D. Jay Newman
don't try having a JavaScript variable named "item" when using Internet Explorer. -- D. Jay Newman ! // The worst possible legal hashCode [EMAIL PROTECTED]! public int hashCode() { return 42;} http://www.sprucegrove.com/~jay/ !-- _Effective J

Re: Why am I getting a Javascript file instead of my servlet ?

2001-11-14 Thread D. Jay Newman
> I wasn't saying JavaScript was bad or should be gotten rid of - I was > suggesting dumping all of the JavaScript as a first step to figuring out > where the problem is (division of one large problem into areas to limit the > amount of code to be examined). Very true.

Re: many java processes

2002-03-21 Thread D. Jay Newman
ple processes. If you look closely at the output of "ps" all the java "processes" exist in the same processes. Linux (at least RedHat) comes with a "ps" that reports threads as well as processes. -- D. Jay Newman ! All: There's nothing we c

Re: many java processes

2002-03-21 Thread D. Jay Newman
different process id?? Also, how what would the option >be to turn off viewing of threads and just view processes? > thanks for your help Jay, > Dean > > "D. Jay Newman" wrote: > > > > On linux did anybody ever get a linux patch for fixing the problem of one

Re: NIGHTMARE

2002-04-08 Thread D. Jay Newman
tu ha.is á vefsíðuna þína: > >http://www.ha.is/almennt/tenging.asp > > > > || ||| > > > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the li

Re: AW: tomcat on a home machine???

2001-06-27 Thread D. Jay Newman
hange every > > time you dial. > > yes, it is possible with services like http://www.dyndns.com. -- D. Jay Newman ! For the pleasure and the profit it derives [EMAIL PROTECTED] ! I arrange things, like furniture, and http://www.sprucegrove.com/~jay/ ! daffodils, and ...lives. -- Hello Dolly

Re: tomcat on a home machine???

2001-06-27 Thread D. Jay Newman
t for rc.d/init.d so that it would startup automatically. Good luck. I believe the license allows you to do pretty much whatever you want with Tomcat. -- D. Jay Newman ! For the pleasure and the profit it derives [EMAIL PROTECTED] ! I arrange things, like

Re: using different tomcat versions simultaneously?

2001-06-28 Thread D. Jay Newman
ndows 2000. > I was wondering if there's a way to use > both at the same time? -- D. Jay Newman ! For the pleasure and the profit it derives [EMAIL PROTECTED] ! I arrange things, like furniture, and http://www.sprucegrove.com/~jay/ ! daffodils, and ...lives. -- Hello Dolly

Re: [tomcat-user] how to use generic servlets

2001-07-01 Thread D. Jay Newman
ol. You'll have to do a lot to get load balancing, etc., so you might > wanna consider just enabling it in HTTP. > > -- > > . . . tizzy > L'enfers, c'est les autres. > --Jean Paul Sartre, Huit Clos > -- D. Jay Newman ! For the pleasure and the profit it derives [EMAIL PROTECTED] ! I arrange things, like furniture, and http://www.sprucegrove.com/~jay/ ! daffodils, and ...lives. -- Hello Dolly

Re: [tomcat-user] how to use generic servlets

2001-07-01 Thread D. Jay Newman
> hey - this looks interesting. I'm glad you think so. I can use all the help I can get. :) > On Mon, 2 Jul 2001 10:40, D. Jay Newman wrote: > > I'm sorry, but I agree with Nick. > me too > > > > > could someone give me a nice example how to write

Re: [tomcat-user] how to use generic servlets

2001-07-01 Thread D. Jay Newman
hough I'm basically using XML to build a protocol for a directory service (GUS -- the Group-User-Service server; GUS is designed mainly to work between servers rather than directly for a person). In my almost 30 years of computing things have changed from where I could know pretty much ev

Re: [tomcat-user] how to use generic servlets

2001-07-02 Thread D. Jay Newman
make posts too late at night. I am still volunteering to write a connector-without-protocol if this isn't being done. -- D. Jay Newman ! For the pleasure and the profit it derives [EMAIL PROTECTED] ! I arrange things, like furniture, and http://www.sprucegrove.com/~jay/ ! daffodils, and ...lives. -- Hello Dolly

Re: Running more than one instance of Tomcat on the same machine

2001-07-02 Thread D. Jay Newman
80 -> 9080 and so forth). I run the startup script: /usr/local/tomcat2/bin/startup.sh Everything works fine for me. The *most* crucial step is modifying server.xml. I hope this helps. -- D. Jay Newman ! For the pleasure and the profit it derives [EMAIL PROTECTED]

Re: jsp and tomcat 4

2001-07-17 Thread D. Jay Newman
a package I call from there I have to go through hoops, but that's another story). This was on linux. -- D. Jay Newman ! For the pleasure and the profit it derives [EMAIL PROTECTED] ! I arrange things, like furniture, and http://www.sprucegrove.com/~jay/ ! daffodils, and ...lives. -- Hello Dolly

Re: jsp and tomcat 4

2001-07-17 Thread D. Jay Newman
Sort of. When I change a "system" package (one I put into /usr/local/java/jre/lib/ext/), then I have to stop and restart tomcat. > there are way to force recompilation when I modify java in jsp?? > I'm working on winnt with tomcat 4.0b5 > > "D. Jay Newman&qu

Re: VOTE: HTML in Messages and politeness (Was: Re: jdbc odbc bridge

2001-07-29 Thread D. Jay Newman
> [X] +1 -> Plain Text only. Strip HTML on the mailing list. -- D. Jay Newman ! // The worst possible legal hashCode [EMAIL PROTECTED]! public int hashCode() { return 42;} http://www.sprucegrove.com/~jay/ !-- _Effective Java_

Re: cannot reuse port

2001-08-03 Thread D. Jay Newman
> a bug in > > > Linux preventing > > > successful unbinding of server sockets until a > > connection is > > > made to that > > > port). > > > > > > Pier > > > > Also what JVM are you using? The Kaffe JVM that >

Re: Moving /WEB-INF/lib or adding to it in TC 4.0

2001-08-07 Thread D. Jay Newman
n distribution is now just a > matter of JARing up the deployed webapp directory into a WAR file, since > you've been developing all along in the same directory structure that > you're going to deploy. > > Craig > > > > ___

Re: Upgrade to JDK1.4 --> unable to compile JSPs

2002-03-07 Thread D. Jay Newman
ut it doesn't seem to be > enough to fix the problem. > > Just to follow up: > > I did set my JAVA_HOME to the new location. > I did delete all of my tomcat work directories. > > Those were the only items I saw recommended as solutions in the > archive