RE: NoClassDefFoundError

2004-01-15 Thread Stuart Stephen
Try extracting the JAR's contents into the webapp/WEB-INF/classes directory, check the class exists and restart tommy. -Original Message- From: Xavier ANDRE [mailto:[EMAIL PROTECTED] Sent: 15 January 2004 08:32 To: Tomcat Users List Subject: RE: NoClassDefFoundError Hi again, I try to

RE: happy 2004

2003-12-31 Thread Stuart Stephen
It's still spam, no matter how many times you try. lol -Original Message- From: Puneet Sachar [mailto:[EMAIL PROTECTED] Sent: 31 December 2003 09:50 To: [EMAIL PROTECTED] Subject: happy 2004 Note: forwarded message attached. __ Do you Yahoo!? Find out

RE: To the list administrator.

2003-12-10 Thread Stuart Stephen
You can do this yourself easily by reading the footer of every email on the list. I quote: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -Original Message- From:

Illegal Access Error [ URLConnection ]

2003-12-05 Thread Stuart Stephen
??? Is it a security exception thrown by tomcat? Thanks, Stuart Stephen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Illegal Access Error [ URLConnection ]

2003-12-05 Thread Stuart Stephen
= application/octet-stream; writeln(type); newline(); pipe(is, os); newline(); } -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED] Sent: 05 December 2003 11:05 To: Tomcat Users List Subject: Illegal Access Error [ URLConnection ] Hi, When I do

RE: Illegal Access Error [ URLConnection ]

2003-12-05 Thread Stuart Stephen
I tried putting a try and catch block around it to catch a the generic Exception. Yet that didn't work. Something is still a-miss? -Original Message- From: SH Solutions [mailto:[EMAIL PROTECTED] Sent: 05 December 2003 11:37 To: 'Tomcat Users List' Subject: AW: Illegal Access Error [

RE: Illegal Access Error [ URLConnection ]

2003-12-05 Thread Stuart Stephen
. Inheritance tree: Throwable | -- | | ErrorException HTH, Jon Stuart Stephen wrote: I tried putting a try and catch block around it to catch a the generic Exception. Yet that didn't work. Something is still

response.sendRedirect() finite loop?!

2003-12-03 Thread Stuart Stephen
accessed externally. This is true from what the user sees. Is this a bug in Tomcat 4.1.29 or has something changed? I've been using Tomcat for a few years now and I've never seen anything like this? Regards, Stuart Stephen 2003-12-03 09:32:08 StandardContext[/t2ut]: Mapping contextPath='/test

RE: response.sendRedirect() finite loop?!

2003-12-03 Thread Stuart Stephen
, and mod_jk between them working with mod_ssl. I tested the code without using apache between me and Tomcat and everything worked as expected. Any suggestions or comments?? Regards Stuart -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED] Sent: 03 December 2003 10:06 To: [EMAIL

RE: Forwarding

2003-11-27 Thread Stuart Stephen
Why not use apache mod_rewrite ? -Original Message- From: Holger Klawitter [mailto:[EMAIL PROTECTED] Sent: 27 November 2003 07:46 To: [EMAIL PROTECTED] Subject: Re: Forwarding -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Thursday 27 November 2003 00:16 schrieb Kuba Krlikowski:

javax.activation.UnsupportedDataTypeException: no object DCH for MIME type text/html

2003-11-27 Thread Stuart Stephen
Hi, I'm getting the following error when sending HTML emails. From looking around the web it appears that my error could be from my mailcap file not being configured correctly, or the include order of mail.jar and activation.jar. How can I find out in which order Tomcat includes jars? Has anyone

RE: javax.activation.UnsupportedDataTypeException: no object DCH for MIME type text/html

2003-11-27 Thread Stuart Stephen
e){ e.printStackTrace(System.err); return false; } } -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED] Sent: 27 November 2003 16:47 To: [EMAIL PROTECTED] Subject: javax.activation.UnsupportedDataTypeException: no object DCH for MIME type text/html Hi

RE: Hot Reload

2003-11-24 Thread Stuart Stephen
It does this already if you have reloadable=true in your context settings in server.xml - it can sometimes take a small amount of time to kick in. Context path=/mycontext docBase=context debug=0 reloadable=true / or DefaultContext reloadable=true/ -Original Message- From: Leonardo

RE: Start Tomcat

2003-11-13 Thread Stuart Stephen
Does Tomcat 5.0 give you a distinct advantage or are you upgrading just for the sake of it? If the earlier versions ran fine and it's not imperative that you run 5.0 then I would suggest you revert back to the previous configuration. If it's not broke, don't fix it. -Original Message-

RE: Looking for mod_jk2

2003-11-13 Thread Stuart Stephen
Are you on RedHat 9? I had the same problem, I couldn't build mod_jk2.so on that. It seems to be an issue with RedHat 9.0?!? Why, i'm not sure. -Original Message- From: Dave Morrow [mailto:[EMAIL PROTECTED] Sent: 13 November 2003 16:59 To: Dave Morrow; 'Tomcat Users List' Subject: RE:

RE: Looking for mod_jk2

2003-11-13 Thread Stuart Stephen
:[EMAIL PROTECTED] -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 12:03 PM To: Tomcat Users List Subject: RE: Looking for mod_jk2 Are you on RedHat 9? I had the same problem, I couldn't build mod_jk2.so on that. It seems

Cannot seem to compile mod_jk (Tomcat 4.1.29) statically into apache 2.0.48

2003-11-10 Thread Stuart Stephen
compiled it before are incorrect? Please help! Thanks, Stuart Stephen [EMAIL PROTECTED] native2]# ./buildconf.sh libtoolize --force --automake --copy aclocal automake --copy --add-missing autoconf [EMAIL PROTECTED] native2]# ./configure --with-apache2-include=/root/httpd-2.0.48 --with-java-home

mod_jk

2003-10-13 Thread Stuart Stephen
Hi, I'm running mod_jk and in the mod_jk logs i'm seeing quite a lot of this. If the server is quite busy the occurance of this increases. [Mon Oct 13 08:50:47 2003] [jk_ajp13_worker.c (381)]: Error ajp13_process_callback - write failed Should I be worried? Thanks

Tomcat on Dual CPU Server

2003-09-17 Thread Stuart Stephen
Hi, I've installed tomcat on a dual CPU redhat linux 9.0 machine and have noticed that it only uses 1 cpu. How can I make it use both? Is this a linux thing or a tomcat thing? Regards, Stuart Stephen - To unsubscribe, e-mail

RE: Tomcat on Dual CPU Server

2003-09-17 Thread Stuart Stephen
is a job of the JVM vendor. -Tim Stuart Stephen wrote: Hi, I've installed tomcat on a dual CPU redhat linux 9.0 machine and have noticed that it only uses 1 cpu. How can I make it use both? Is this a linux thing or a tomcat thing

RE: Tomcat on Dual CPU Server

2003-09-17 Thread Stuart Stephen
work. On Wed, 17 Sep 2003, Stuart Stephen wrote: Well, I'm using Sun 1.4.2 with Tomcat 4.1.28. I assumed that multi-threaded CPU's would be supported in Sun's Java VM. However, if i put tomcat into an infinite loop it seems to go only to just above 50% CPU for the whole system. -Original

RE: Tomcat on Dual CPU Server

2003-09-17 Thread Stuart Stephen
but I've maxed it out on 12 and 16 CPU machines that we have around here. We don't have such big linux machines so I can't explore that OS as much... How are you liking tomcat 4.1.28? ;) ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Stuart Stephen [mailto:[EMAIL

RE: Unable to obtain a module (.so) for JK2 on Linux (RH9)

2003-09-01 Thread Stuart Stephen
I had a similar problem, it wouldn't compile a .so in RH9. I gave up on it and went back to good old trusty mod_jk 1 in the end. -Original Message- From: jerome moliere [mailto:[EMAIL PROTECTED] Sent: 30 August 2003 09:20 To: Tomcat Users List Subject: Re: Unable to obtain a module

RE: directory outside context root

2003-08-20 Thread Stuart Stephen
I personally would use the Apache alias. The codes already written for you and through apache the serving of the files should be pretty fast. You don't need to write any servlets or anything then to allow access to these files. It all depends on your project spec. If these files should have

Installing Tomcat as a Service

2003-08-20 Thread Stuart Stephen
Hi all, How might I go about installing Tomcat as a service in RedHat 9.0. I've never installed a service under linux manually before and I'm not sure what to do. I can't find the appropriate documentation in the manuals for either Tomcat or RedHat. I must be looking in the wrong places :O(

RE: build mod_jk2 ?

2003-08-20 Thread Stuart Stephen
# cd /usr/local/src # wget http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0. 2/src/jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz # gunzip -dc jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz | tar xf - # cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2 #

RE: Installing Tomcat as a Service

2003-08-20 Thread Stuart Stephen
of tomcat, that will make all the hard work for you. Regards. Manolo Ramirez T. Stuart Stephen wrote: Hi all, How might I go about installing Tomcat as a service in RedHat 9.0. I've never installed a service under linux manually before and I'm not sure what to do. I can't find

RE: Installing Tomcat as a Service

2003-08-20 Thread Stuart Stephen
the same permissions showing in the ls -l list? -Original Message- From: Paul Yunusov [mailto:[EMAIL PROTECTED] Sent: 20 August 2003 13:24 To: Tomcat Users List Subject: Re: Installing Tomcat as a Service On August 20, 2003 04:19 am, Stuart Stephen wrote: Hi all, How might I go about

RE: directory outside context root

2003-08-19 Thread Stuart Stephen
You could if your using apache and a connector. If you use the mod_alias module in apache then you can map physical paths/drives to certain urls. -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: 19 August 2003 12:57 To: Tomcat Users List Subject: Re: directory outside

RE: SSL and tomcat behind apache

2003-08-18 Thread Stuart Stephen
Which connector are you using to link tomcat to apache? -Original Message- From: Bradberry, Rick [mailto:[EMAIL PROTECTED] Sent: 18 August 2003 13:47 To: 'Tomcat Users List' Subject: SSL and tomcat behind apache Hi all, Question about running SSL through apache and using tomcat for

RE: SSL and tomcat behind apache

2003-08-18 Thread Stuart Stephen
[mailto:[EMAIL PROTECTED] Sent: 18 August 2003 13:56 To: 'Tomcat Users List' Subject: RE: SSL and tomcat behind apache the setup is Apache 2 tomcat 4.1.27 mod_jk2 connectors 4.1.27 Rick -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 8:51 AM

RE: How To Build mod_jk?????

2003-08-18 Thread Stuart Stephen
Bongrip, I had the same problem, the files were supposed to be made in the jk/build/jk2/apache2/.libs/ directory, but I never found them. Eventually I reverted back to mod_jk which i built into apache. Stuart -Original Message- From: Bongrip [mailto:[EMAIL PROTECTED] Sent: 17 August

RE: Avoiding tomcat crashes or do auto restarts?

2003-08-18 Thread Stuart Stephen
http://www.mail-archive.com/[EMAIL PROTECTED]/msg07206.html This maybe of help. Increasing the Memory allocated to the Java VM when it runs Tomcat is probably the solution. -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Steinar Bang Sent: 18 August 2003 14:33 To:

RE: Avoiding tomcat crashes or do auto restarts?

2003-08-18 Thread Stuart Stephen
If you run java -X you should get a list of memory orientated options. -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Steinar Bang Sent: 18 August 2003 14:33 To: [EMAIL PROTECTED] Subject: Avoiding tomcat crashes or do auto restarts? Platform: Intel PIII, RedHat 8,

RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

2003-08-15 Thread Stuart Stephen
? Thanks for the help everyone. I hope this comes of use to someone else too. Stuart -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED] Sent: 14 August 2003 13:38 To: Tomcat Users List Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47 I did exactly

RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

2003-08-15 Thread Stuart Stephen
Infact no it didn't :o( That was something I tried yesterday. I've still not got a .so file that I have compiled. What could I be doing wrong? -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED] Sent: 15 August 2003 10:26 To: Tomcat Users List Subject: RE: Getting mod_jk2

RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

2003-08-14 Thread Stuart Stephen
Yeah, that's what I was hoping.. but a ls -a in that directory just gave me a list of files named jkjni.a jkjni.la jkjni.lai mod_jk2.a mod_jk2.la mod_jk2.lai I tried the compile using 'make jk2-build-apxs' as Jorgen suggested. This did create a .slo in the /jk/native2/server/apache2/ folder,

RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

2003-08-14 Thread Stuart Stephen
Ok, one last question.. where might I obtain or find the apxs2's? I'm not sure wether I have them or not. -Original Message- From: Richard Park [mailto:[EMAIL PROTECTED] Sent: 13 August 2003 23:28 To: Tomcat Users List Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache

Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

2003-08-14 Thread Stuart Stephen
://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0. 2/rpms directory... but this is empty?! Is it currently possible to get Apache 2.0.47, running with Tomcat 4.1.27 and how? Regards, Stuart Stephen

RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

2003-08-14 Thread Stuart Stephen
I did exactly that, and there's still no .so -Original Message- From: Richard Park [mailto:[EMAIL PROTECTED] Sent: 14 August 2003 13:29 To: Tomcat Users List Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47 Stuart, just to be sure I downloaded the version of jk2

RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

2003-08-14 Thread Stuart Stephen
Well... it compiled. But the files I was expecting to come out didn't. I've got a mod_jk2.la, mod_jk2.a, mod_jk2.lo, mod_jk2.o, mod_jk2.lai, but not a mod_jk2.so ? Do I just need to rename one of the files, or has the compile done something wrong? Thanks, Stuart Stephen -Original Message

RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

2003-08-14 Thread Stuart Stephen
Is it something with apxs that puts it there? Do I just need to rename one of the files, or has the compile done something wrong? Thanks, Stuart Stephen -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED] Sent: 14 August 2003 09:46 To: Tomcat Users List Subject: RE

RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

2003-08-14 Thread Stuart Stephen
and the compile has worked straight off, excellent! Thanks Richard! Regards, Stuart -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED] Sent: 14 August 2003 09:21 To: Tomcat Users List Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47 Ok, one last question

RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

2003-08-14 Thread Stuart Stephen
I've included my JK2 build logs here. I'm no expert in these things, but should the line in the configure read: checking for suffix of object files... so - instead of checking for suffix of object files... o If these is anything else that sticks out then please let me know. Thanks, Stuart

RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

2003-08-14 Thread Stuart Stephen
, or has the compile done something wrong? Thanks, Stuart Stephen -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED] Sent: 14 August 2003 09:46 To: Tomcat Users List Subject: RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47 Ok, sorry, my bad. I've found the apxs

RE: Apache 2.0.47 + Tomcat 4.1.27 + OpenSSL 0.9.7b on Win2k

2003-08-14 Thread Stuart Stephen
Jay, Try going to http://hunter.campbus.com or for an archive of stuff try http://tor.ath.cx/~hunter/apache/. Chris aka 'Hunter' (the person behind it all) has compiled many win32 apache servers with SSL enabled. Hope this gets you where you want to be. Stuart -Original Message- From:

Executing Windows Scripts ?

2002-09-04 Thread Stuart Stephen
meaning that the person can view it on the web, even if they don't have powerpoint. The best way we can think of doing this is by using some windows scripting that executes when they upload the file. Can we execute the scripts automatically from tomcat or start other system processes? Thanks, Stuart

RE: Executing Windows Scripts ?

2002-09-04 Thread Stuart Stephen
Tomcat? -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED]] Sent: 04 September 2002 12:23 To: [EMAIL PROTECTED] Subject: Executing Windows Scripts ? Hi, I doubt that there is a way to do this, but you never know. We are running Tomcat/Apache/Win2K Server and wish

RE: It would be great IF somebody answered me, ONCE, for change :(

2002-08-19 Thread Stuart Stephen
Probably quite a lot then. ;o) -Original Message- From: Luminous Heart [mailto:[EMAIL PROTECTED]] Sent: 19 August 2002 16:22 To: Tomcat Users List Subject: RE: It would be great IF somebody answered me, ONCE, for change :( Well, it is a big application. And it was working fine with

ADMINS: Ban a user?

2002-08-11 Thread Stuart Stephen
Hello Admins? Can we please get [EMAIL PROTECTED] banned from this list please? This is the second time I have recieved his 'advertising questionnaire' that I still have absolutely no intention of looking at. It's completely off topic and of no interest to all the parties subscribed to this

HTTPS URL in Tomcat

2002-07-30 Thread Stuart Stephen
of the com.sun.net.*.*.*.*.*.* directories as a precaution yet the error is still cropping up? Why am I still getting these errors and how can I fix this? Thanks for any help that is supplied! Stuart Stephen -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

RE: Redirecting HTTP - HTTPS? (second attempt)

2002-07-17 Thread Stuart Stephen
you could use javascript on your non secure http page? script language=javascript window.location = 'https://www.sitename.com' /script That would do the trick Stevie -Original Message- From: Steve Baker [mailto:[EMAIL PROTECTED]] Sent: 17 July 2002 13:02 To: [EMAIL PROTECTED]

JDBC Drivers

2002-07-11 Thread Stuart Stephen
Hi guys and gals, Could someone give me advice on the best (and free if possible) sql server drivers to use in my tomcat servlets? The sql server I have available is a MySql server or a MS SQL Server should I need it. Thanks, SS -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

RE: SEEKING URGENT ASSISTANCE

2002-06-23 Thread Stuart Stephen
yeah right, very funny -Original Message- From: savimbi thomas [mailto:[EMAIL PROTECTED]] Sent: 22 June 2002 11:59 To: [EMAIL PROTECTED] Subject: SEEKING URGENT ASSISTANCE URGENT BUSINESS PROPOSAL Dear sir , My name is Thomas Savimbi, I am the eldest son of Jonas

RE: Concealed

2002-06-23 Thread Stuart Stephen
lol, fool -Original Message- From: Nadeem Lee [mailto:[EMAIL PROTECTED]] Sent: 23 June 2002 10:22 To: [EMAIL PROTECTED] Cc: Nadeem Lee Subject: Concealed Subject: Re: SEEKING URGENT ASSISTANCE ** Top Secret ** ** High Priority ** Hi there Thomas. I really do want to help you. If I

RE: Security - Attack

2002-06-13 Thread Stuart Stephen
I think they are code red attacks. These shouldn't be anything to worry about on a Tomcat server if I am correct in my thinking. They only affect IIS. -Original Message- From: Laura [mailto:[EMAIL PROTECTED]] Sent: 13 June 2002 09:35 To: Tomcat Users List Subject: Security - Attack Hi

***Please reply as no one on this list has offered ANY help***

2002-05-21 Thread Stuart Stephen
isnt sending the message out on the wrong socket. I've tested that. It's somehow the right sockets, recieving the right messages, but then sending them to the wrong place. But how can this be? It makes no sense to me. The code for the tunnel is below. Stuart Stephen import javax.servlet

RE: ***Please reply as no one on this list has offered ANY help***

2002-05-21 Thread Stuart Stephen
I've not declared any variables as static -Original Message- From: Ray Letts [mailto:[EMAIL PROTECTED]] Sent: 21 May 2002 22:18 To: Tomcat Users List Subject: Re: ***Please reply as no one on this list has offered ANY help*** A quick question without going over all that code: The

RE: ***Please reply as no one on this list has offered ANY help***

2002-05-21 Thread Stuart Stephen
a Hashtable (and other Collection/Dictionary objects) is a shallow clone. Only the table itself is cloned, not the objects pointed to by the table. I'm not *sure* that's a problem in this case, but is that what you intend? It's not clear to me why you're cloning it there, anyway... dwh Stuart Stephen

RE: Receipt of 16/05/102 17:27 message

2002-05-17 Thread Stuart Stephen
Can you please turn these off. SS. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 17 May 2002 11:19 To: Tomcat Users List Subject: Receipt of 16/05/102 17:27 message Re:Re: I'm getting no responses to my requests for help on t...

HTTP Tunnel problem

2002-05-16 Thread Stuart Stephen
java.io.EOFException: code expected exceptions appear. The connection from the Applet is just a simple URLConnection. This is not closed unless the applet closes or the user quits. I have some tomcat logs to show you what is going wrong. I hope someone can be of help here. Thanks, Stuart Stephen start

HTTP Tunnelling problem?? Please help

2002-05-15 Thread Stuart Stephen
finger on it. I have attached the exception from Apache/Tomcat and the code for the tunnel at the bottom of this email. If you can help I would be very grateful. Regards, Stuart Stephen Apache Tomcat/4.0.1 - HTTP

RE: HTTP Tunnelling problem?? Please help

2002-05-15 Thread Stuart Stephen
Solved.. I forgot to extend the Class TunnelTest with the HttpServlet extension. SS -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED]] Sent: 15 May 2002 11:56 To: Tomcat Users List Subject: HTTP Tunnelling problem?? Please help Hello all, I'm having problems trying

HTTP Tunnel question

2002-05-15 Thread Stuart Stephen
be of help here. Thanks, Stuart Stephen start of servlet ToApplet() ToServer() ...Reading for Object Streams java.io.EOFException: Expecting code at java.io.ObjectInputStream.peekCode(Unknown Source) at java.io.ObjectInputStream.readObject(Unknown Source

RE: HTTP Tunnel question

2002-05-15 Thread Stuart Stephen
java.io.EOFException: code expected exceptions appear. The connection from the Applet is just a simple URLConnection. This is not closed unless the applet closes or the user quits. I have some tomcat logs to show you what is going wrong. I hope someone can be of help here. Thanks, Stuart Stephen start

RE: Disconnection from Oracle.

2002-05-13 Thread Stuart Stephen
We are experiencing the same issue. It all worked fine until we put the firewall in. This appears to be a bug in the firewalls or the way java or oracle handle them. All you can do is make sure it recreates the connection. The way we had to test it was to create a statement as checking to see if

RE: Disconnection from Oracle.

2002-05-13 Thread Stuart Stephen
We use persistant connections. It does it to us even so. It is more likely that the firewall has an idle time or a max timeout for a connection on the udp port 1521 or whatever you have set it to run on. -Original Message- From: Skondras P. [mailto:[EMAIL PROTECTED]] Sent: 13 May 2002

RE: Disconnection from Oracle.

2002-05-13 Thread Stuart Stephen
are you using? It's probably configurable. -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 4:14 AM To: Tomcat Users List Subject: RE: Disconnection from Oracle. We use persistant connections. It does it to us even so. It is more likely

RE: JDBC Drivers

2002-04-16 Thread Stuart Stephen
You need to set your classpath up to the file, not just the directory. It is a bit picky. eg, set classpath=%classpath%;c:\javastuff\oracle\classes12.jar That should then work. Stuart Stephen -Original Message- From: Teemu Keiski [mailto:[EMAIL PROTECTED]] Sent: 16 April 2002 10:38

Applet AWT Question...?

2002-04-16 Thread Stuart Stephen
in here to enable this method to work? The code is below my signature. Thanks, Stuart Stephen public class drawButton extends Button { ... public void paint(Graphics g) { // call super's paint method super.paint(g); g.drawImage(image, 0, 0, SOMETHING

RE: What does IMHO mean?

2002-04-15 Thread Stuart Stephen
IMHO = In My Honest Opinion -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 15 April 2002 12:17 To: 'Tomcat Users List' Subject: RE: What does IMHO mean? -Original Message- From: Darrin [mailto:[EMAIL PROTECTED]] LMAO (laughing my ass off) is

RE: How do I unsubscribe to this list???

2002-04-15 Thread Stuart Stephen
Read the bottom of every single email sent to this list. It tells you there. -Original Message- From: Valdimar Óskarsson [mailto:[EMAIL PROTECTED]] Sent: 15 April 2002 14:25 To: [EMAIL PROTECTED] Subject: How do I unsubscribe to this list??? Hi, pls. help me to unsubscribe. -- To

RE: How do I unsubscribe to this list???

2002-04-15 Thread Stuart Stephen
not work, have been trying that for days :( -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED]] Sent: 15. apríl 2002 13:35 To: Tomcat Users List Subject: RE: How do I unsubscribe to this list??? Read the bottom of every single email sent to this list. It tells you

AWT classes

2002-04-12 Thread Stuart Stephen
must be as thin as possible. Stuart Stephen -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: AWT classes

2002-04-12 Thread Stuart Stephen
needs) -Ursprüngliche Nachricht- Von: Stuart Stephen [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 12. April 2002 13:12 An: Tomcat Users List Betreff: AWT classes Does anybody know of any AWT classes that are available to buy if neccessary that will allow text formatting, images

RE: HTTP Tunnel (a response please????)

2002-04-10 Thread Stuart Stephen
are looking for in terms of consistent or persistent connections may not be guaranteed this way. You should consider using sessions in your servlet or jsp (that is if you just want to persist the user state) or maybe use sockets (may run into firewall/security issues) RS Stuart Stephen [EMAIL

HTTP Tunnel

2002-04-09 Thread Stuart Stephen
Hi everybody, I'm looking to make an HTTP tunnel servlet or jsp page that will keep the user connected consistently rather than it disconnecting and re-connecting each time a request is sent. Could anyone help me out here? Stuart -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

RE: HTTP Tunnel (a response please????)

2002-04-09 Thread Stuart Stephen
-Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED]] Sent: 08 April 2002 22:16 To: Tomcat Users List Subject: HTTP Tunnel Hi everybody, I'm looking to make an HTTP tunnel servlet or jsp page that will keep the user connected consistently rather than it disconnecting

RE: NIGHTMARE

2002-04-08 Thread Stuart Stephen
indeed. -Original Message- From: Martin Mauri [mailto:[EMAIL PROTECTED]] Sent: 08 April 2002 16:02 To: Tomcat Users List Subject: Re: NIGHTMARE Javier, supongo que hablas en castellano. Te cuento que por 1 anio hemos intentado encontrar voluntarios para el libro Tomcat Book el cual iba

FW: HTTP Tunnel

2002-04-08 Thread Stuart Stephen
Hi everybody, I'm looking to make an HTTP tunnel servlet or jsp page that will keep the user connected consistently rather than it disconnecting and re-connecting each time a request is sent. Could anyone help me out here? Stuart -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

RE: Please Ignore

2002-03-27 Thread Stuart Stephen
alternatively you could email [EMAIL PROTECTED] using the email address that you have registered with -Original Message- From: Paul Brown [mailto:[EMAIL PROTECTED]] Sent: 27 March 2002 16:01 To: Tomcat Users List Subject: RE: Please Ignore i've done that several times + used the

RE: Getting Tomcat 4.0.1 working with IIS

2002-01-14 Thread Stuart Stephen
http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/ try that Stevie -Original Message- From: chris brown [mailto:[EMAIL PROTECTED]] Sent: 14 January 2002 11:51 To: tomcat-user Subject: Getting Tomcat 4.0.1 working with IIS Help! I can only find a HOWTO / reference info for

Tomcat Apache JSP compilation error

2002-01-14 Thread Stuart Stephen
Hi all, For some reason i'm getting a class not found exception for a Vector? I can't think why the Vector class isn't found? Where should these classes be found or what am I doing wrong? The details are at the base of the email. Thanks Stuart Stephen An error occurred at line: 51 in the jsp

RE: Tomcat Apache JSP compilation error

2002-01-14 Thread Stuart Stephen
Yeah, seemed too obvious though. It works on the other server we are running here and the codes no different. Still, works now. Bargin. Ta -Original Message- From: Justin Rowles [mailto:[EMAIL PROTECTED]] Sent: 14 January 2002 14:36 To: 'Tomcat Users List' Subject: RE: Tomcat Apache

RE: AccessControlException with Applet

2002-01-14 Thread Stuart Stephen
be obtained from places such as http://www.thawte.com/, http://www.ignite.com/application-services/products/verisign/ or http://www.verisign.com etc... Stuart Stephen -Original Message- From: Olivier BILLIARD [mailto:[EMAIL PROTECTED]] Sent: 14 November 2001 16:07 To: [EMAIL PROTECTED