RE: Tomcat MySQL Run On Read-Only Media ..

2002-07-15 Thread Martin van den Bemt
On Mon, 2002-07-15 at 13:59, [EMAIL PROTECTED] wrote: I am afraid it is not as as much easy as you think... 1) Will your customer agree to run these applications on their computer? 2) What if they are not using a PC (Mac?) or if they are not using Windows (Linux?)? Who cares.. If they order

Re: Tomcat 4.1 with Sun ONE IDE

2002-07-15 Thread Martin van den Bemt
Better ask on the netbeans.org site, since they wrote the module.. There can be problems though with the included jars (xml parser etc..), so they probably now how to do that.. Mvgr, Martin On Mon, 2002-07-15 at 14:58, Turner, John wrote: Has anyone integrated tomcat 4.1.x with Sun's SunONE

RE: Tomcat MySQL Run On Read-Only Media ..

2002-07-15 Thread Martin van den Bemt
at 15:19, [EMAIL PROTECTED] wrote: Hello, About the customers : they define the requirements. Who does not meet their requirements, lose them (especially the big ones)... Greetings, André POWROZNIK -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent

RE: Tomcat MySQL Run On Read-Only Media ..

2002-07-15 Thread Martin van den Bemt
only rely on a particular configuration (imo). -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: 15 July 2002 15:30 To: Tomcat Users List Subject: RE: Tomcat MySQL Run On Read-Only Media .. Agreed, but only with custom made software.. At the most you

RE: Where can I find SCO binaries for Tomcat

2002-07-03 Thread Martin van den Bemt
The binary releases are equal.. Omly for windows there is a nice installer. The apache - tomcat connectors however are platform specific (best to build it yourself..) Mvgr, Martin On Wed, 2002-07-03 at 12:10, will wrote: Hi, I thought Tomcat was java. The binary distribution I am after is

Re: Where can I find SCO binaries for Tomcat

2002-07-03 Thread Martin van den Bemt
will end up in jk/build. If it still doesn't work for you, you can try sending the error on which it failed (i guess it is the include..).. Mvgr, Martin On Wed, 2002-07-03 at 13:14, Yoav wrote: - Original Message - From: Martin van den Bemt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

Re: please fix my stupid classpath

2002-05-29 Thread Martin van den Bemt
Hi, Tomcat handles your classpath, you don't have to set that.. I even think you get some classloader issues with that.. If you need it for compiling, you should have a look at ant, who can arrange these things a lot easier.. Mvgr, Martin On Thu, 2002-05-30 at 00:08, Richard Diaz wrote: I

RE: please fix my stupid classpath

2002-05-29 Thread Martin van den Bemt
]] Sent: Wednesday, May 29, 2002 3:14 PM To: Tomcat Users List Subject: Re: please fix my stupid classpath I am using the command line (javac) to compile my java files. And now I am trying to .jar them... Rich --- Martin van den Bemt [EMAIL PROTECTED] wrote: Hi, Tomcat handles your

Re: Re[4]: Receipt of 16/05/102 17:27 message

2002-05-17 Thread Martin van den Bemt
If a mail server doesn't know anything about mailinglists, it will send the receipt to the list indeed.. So the problem is yours to solve. Since those request for receipts for mails is pretty annoying, I will try to figure out how to strip out the receipt requests from the mails send to a

RE: Session Problem with Tomcat and Apache - URGENT - Please help!!!!

2002-05-10 Thread Martin van den Bemt
Do you actually create a session somewhere. Since you are only using request.getSession(). This will get the session if it is there, or null if it is not there. As safe bet is to use request.getSession(true); Mvgr, Martin -Original Message- From: Rajesh Harikrishnan

RE: building mod_jk on solaris

2002-05-10 Thread Martin van den Bemt
This is some info of how I built it on solaris sparc boxes. It was using tomcat 33 though, and you have to change the directories accordingly.. Let me remind you that some of the things can actually already been fixed or working differently.. start-of-paste cd to

RE: Forte user with Tomcat 3.2 installation problem under Linux

2002-03-08 Thread Martin van den Bemt
You have to untar it on your linux box, because of line conversions in text files. Mvgr, Martin -Original Message- From: Burt Gildenhuys [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 14:31 To: [EMAIL PROTECTED] Subject: Forte user with Tomcat 3.2 installation problem

RE: Upgrade to JDK1.4 -- unable to compile JSPs

2002-03-07 Thread Martin van den Bemt
it doesn't indeed, because if you that you would be breaking license rules. Mvgr, Martin -Original Message- From: Attila Szegedi [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 16:01 To: Tomcat Users List Subject: Re: Upgrade to JDK1.4 -- unable to compile JSPs

RE: Compilation error with ant...

2002-02-14 Thread Martin van den Bemt
javadoc is rather verbose while generating (in this case it doesn't know where the javadoc of the jdk can be found..) Mvgr, Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jean-Luc BEAUDET Sent: Thursday, February 14, 2002 14:23 To: Tomcat

RE: VAJava and Tomcat

2002-02-12 Thread Martin van den Bemt
Maybe it is an option to upgrade to eclipse, which has a tomcat module integrated. Mvgr, Martin -Original Message- From: Patria Lukman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 16:23 To: [EMAIL PROTECTED] Subject: VAJava and Tomcat Hello everyone this

RE: TOMCAT 4.0 on port 80

2002-02-08 Thread Martin van den Bemt
You have to be root to startup tomcat under port 80. Mvgr, martin -Original Message- From: Kevin Passey [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 12:23 To: Tomcat Users List Subject: TOMCAT 4.0 on port 80 Hi all, We have temporarily given up on trying to

RE: Tomcat 3.3a IIS JDBC

2002-02-07 Thread Martin van den Bemt
put the jar file in the WEB-INF/lib directory of your webapp.. Mvgr, Martin -Original Message- From: Martin Jussel [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 18:42 To: [EMAIL PROTECTED] Subject: Tomcat 3.3a IIS JDBC Hi, I'm a newbie: I installed Tomcat

RE: Problems with .exe install for NT

2002-01-31 Thread Martin van den Bemt
Maybe I am mistaking, but I think I read somewhere that the windows installer doesn't recognize the jdk 1.4. Maybe checking the archives for this will find you an answer on how to solve that. Mvgr, Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent:

RE: NullPointerException: causes?

2002-01-31 Thread Martin van den Bemt
Looks like the DriverManager is returning null, so dbCcon is null. (line 217). So probably something is wrong in setting up the connection. Mvgr, Martin -Original Message- From: John Wadkin [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 18:41 To: Tomcat Users List

RE: NullPointerException: causes?

2002-01-31 Thread Martin van den Bemt
to deploy) knows next to nothing about running them. Great situation, eh? Thanks, John -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: 31 January 2002 17:46 To: Tomcat Users List Subject: RE: NullPointerException: causes? Looks like

RE: Tomcat 3.3 getRemoteHost always returns localHost - Is there any 3.3 production version has patch applied

2002-01-31 Thread Martin van den Bemt
Use the cvs version. Works perfectly fine in production environments and is very stable.. (running here without any problems) Mvgr, Martin -Original Message- From: Jayakumar Duraisamy [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 20:22 To: [EMAIL PROTECTED] Subject:

RE: why use mod_webapp?

2002-01-31 Thread Martin van den Bemt
How about firewalls that most companies have that do not allow insternet traffic on a port different then 80 ? Could be a lot of users that you are missing that way ;) Mvgr, Martin -Original Message- From: Dave North [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 21:21

RE: READER to InputStream

2002-01-24 Thread Martin van den Bemt
Stuff your readers content in an array and open an InputStream with the array...(ByteArrayInputStream takes an array as a constructor) You have to play around with it though, since it could be that it needs some conversion of some sort to corrrectly end up in the inputstream.. Mvgr, Martin

RE: JDBC drivers

2002-01-24 Thread Martin van den Bemt
just rename the file, you don't have unzip and rejar it (a jar is a zip file..) Mvgr Martin -Original Message- From: John Wadkin [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 14:35 To: Tomcat Users List (E-mail) Subject: JDBC drivers All, The JDBC drivers

RE: READER to InputStream

2002-01-24 Thread Martin van den Bemt
] _ -Ursprüngliche Nachricht- Von: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 24. Januar 2002 13:41 An: Tomcat Users List Betreff: RE: READER to InputStream Stuff your readers content in an array and open an InputStream with the array

RE: Tomcat / SOAP

2002-01-24 Thread Martin van den Bemt
see http://xml.apache.org/soap/docs/index.html for a soap implementation.. Mvgr, Martin -Original Message- From: Loïc Lefèvre [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 14:43 To: Mailing List Tomcat Subject: Tomcat / SOAP Hi, Can someone tell me if tomcat

RE: IIS or Apache

2002-01-22 Thread Martin van den Bemt
to commit there business on it why can't it be good enough for your boss? Dom -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: 21 January 2002 17:09 To: Tomcat Users List Subject: RE: IIS or Apache Ever heard of managers ;) -Original Message

RE: Mod_webApp Configuration - Tomcat 4.01, Apache 1.3.22 (Darwin)

2002-01-21 Thread Martin van den Bemt
From your message I assume that you didn't get any errors when starting up apache. Since your html attachments was left out of the post, I cannot see if your webapps are deployed or not. (according to webapp info). The minimum I can suggest is to use the version of mod_webapp from cvs (which I

RE: jdk processes

2002-01-21 Thread Martin van den Bemt
See inline below.. We've been running Apache 1.3.12 and Tomcat (3.2.3 and 4.0.1), to service servlet content. We are using Sun's JDK 1.3.0_02 on Linux (RedHat). We are finding that the site runs reasonably well but we see that the number of JDK processes rises over a period of time and when

RE: RE: jdk processes

2002-01-21 Thread Martin van den Bemt
See below.. -Original Message- From: Chris Faulkner [mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 16:31 To: Tomcat Users List Subject: Re: RE: jdk processes Hi Thanks for your comments. You should have a look in the server.xml file and at your httpd.conf to see

RE: basic servlet move doesn't work

2002-01-21 Thread Martin van den Bemt
Is dir your package name and is the servlet in the webapp or in a jar (read something about tc4 not recognizing servlets in jars outside of the webapp) Mvgr, Martin -Original Message- From: Cressatti, Dominique [mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 16:53 To:

RE: IIS or Apache

2002-01-21 Thread Martin van den Bemt
Ever heard of managers ;) -Original Message- From: Cressatti, Dominique [mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 18:08 To: Tomcat Users List Subject: RE: IIS or Apache From stability/bugs/security point of view the choice is easy, use apache. Why on earth

RE: Newbie Advice needed - Developping Environment

2002-01-17 Thread Martin van den Bemt
Just use netbeans, almost all of the enterprise edition is added to the netbeans core on which forte is build. Mvgr, Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 12:45 To: Tomcat Users List Subject: RE: Newbie Advice

RE: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-15 Thread Martin van den Bemt
Maybe your firewall is too strict, or ping localhost doesn't work? (add it to /etc/hosts if it doesn't..) Mvgr, Martin -Original Message- From: Steve [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 03:32 To: Tomcat Users List Subject: Re: Tomcat 4.0.1 Suse 7.2 Can't Get

RE: Using request.getRemoteAddr() with tomcat

2002-01-15 Thread Martin van den Bemt
Let the development tomcats not run under localhost but under the network ip adres (at least if that doesn't give you any security issues). Seems the only solution in my eyes (don't have your app, so there could be better ones..) Mvgr, Martin -Original Message- From: Brandon Cruz

RE: What is the manager password?

2002-01-15 Thread Martin van den Bemt
you have to set up a manager account yourself in CATALINA_HOME/conf/tomcat-users.xml Mvgr, Martin -Original Message- From: August Detlefsen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 00:49 To: Tomcat Users List Subject: What is the manager password? What is the

RE: Auto starting Tomcat during boot?

2002-01-11 Thread Martin van den Bemt
Set the java_home in the startupscript (or catalina.sh or whatever place you prefer). Mvgr, Martin -Original Message- From: Nelson Yip [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 18:49 To: 'Tomcat Users List' Subject: RE: Auto starting Tomcat during boot? Hello,

RE: Auto starting Tomcat during boot?

2002-01-11 Thread Martin van den Bemt
, January 11, 2002 19:00 To: 'Tomcat Users List' Subject: RE: Auto starting Tomcat during boot? How about setting the environment in the rc.local or rc.sysinit files?? Would that work too? Thanks Nelson -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent

RE: Newbie mod_webapp/Oracle/jndi question

2002-01-09 Thread Martin van den Bemt
About the apache to tomcat directly to the httpconnector : use the proxy module in tomcat (see the tomcat_docs on how to do that). As for oracle : cannot help you there.. Mvgr, Martin -Original Message- From: Barry Roberts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 22:47

RE: Newbie mod_webapp/Oracle/jndi question

2002-01-09 Thread Martin van den Bemt
proxy module in apache of course ;) -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 15:05 To: Tomcat Users List Subject: RE: Newbie mod_webapp/Oracle/jndi question About the apache to tomcat directly to the httpconnector : use

RE: Shared jars of multiple web apps

2002-01-09 Thread Martin van den Bemt
Make a symolic link to the WEB-INF/lib directory (although I don't use it myself, it could work.) Mvgr, Martin -Original Message- From: Ming Zhou [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 21:09 To: 'Tomcat Users List' (E-mail) Subject: Shared jars of multiple web apps

RE: startup.sh not recognized

2001-12-28 Thread Martin van den Bemt
chmod +x startup.sh to make the file excecutable.. Mvgr, martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Burke Sent: Friday, December 28, 2001 01:08 To: [EMAIL PROTECTED] Subject: startup.sh not recognized When I try to run startup.sh I

RE: Please Help

2001-12-24 Thread Martin van den Bemt
I don't think these question are ending up in the appropiate place.. Please check out http://www.linux.org/docs/index.html for more information about linux. Mvgr, Martin -Original Message- From: Designing Department [mailto:[EMAIL PROTECTED]] Sent: Monday, December 24, 2001 09:51 To:

RE: Dynamic Servlet Loading

2001-12-14 Thread Martin van den Bemt
I don't have a single servlet in the web.xml, so tomcat can handle them automatically. If there is no use for it : don't use it ;)) Saves a lot of maintainance.. So only put things in the web.xml that should be there (you have to check the servlet spec for that to see the options). Mvgr, Martin

RE: somebody trying hack me, what they really wanted?

2001-12-13 Thread Martin van den Bemt
There are scripts out there which do exactly what you want.. They will not even hit the webserver and those ip addresses will get locked out.. http://www.adsl4linux.nl (it's a dutch site I'm sorry..) Mvgr, Martin -Original Message- From: Brian Adams [mailto:[EMAIL PROTECTED]] Sent:

RE: Please Help : need to restart tomcat to use new servlet

2001-12-11 Thread Martin van den Bemt
Reloading is not really good in 3.2.3. For good reloading you have to use tomcat 3.3 and set reloadable to true in your webapp. Mvgr, Martin -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 10:05 AM To: Tomcat Users List Subject: Please Help

RE: is it possible to make tomcat as an apache module?

2001-12-07 Thread Martin van den Bemt
Advise is to use mod_jk though. To build on solaris here is a little hint (also don't forget to read the README for solaris!!!): (replace /usr/local/tomcat with your TOMCAT_HOME and replace /usr/local/apache with your APACHE_HOME.. cd to /usr/local/tomcat/native/mod_jk/apache1.3 If this file is

RE: is it possible to make tomcat as an apache module?

2001-12-07 Thread Martin van den Bemt
can't remember where i found it. correct me if im wrong sir, ty. is their a doc or something? - Original Message - From: Martin van den Bemt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, December 08, 2001 11:46 AM Subject: RE: is it possible to make

RE: tomcat 3.3 from RPM w/JDK 1.3.1 is missing Vector

2001-11-29 Thread Martin van den Bemt
try importing java.util.Vector in your jsp page? Mvgr, Martin -Original Message- From: Bang, Steinar [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 2:51 PM To: 'Tomcat Users List' Subject: tomcat 3.3 from RPM w/JDK 1.3.1 is missing Vector Platform: Intel PIII,

RE: Tomcat 3.3 Startup

2001-11-16 Thread Martin van den Bemt
Why are you using a classpath? Tomcat handles that for you completely. You shouldn't have any problems if the jar is added to the webapp lib.. (btw I believ you have to rename the zip to jar files so tomcat can read them). Mvgr, Martin -Original Message- From: Douglas Brendle

RE: Wrap an HttpServletRequest

2001-11-14 Thread Martin van den Bemt
Pas the request object to that servlet eg BlahServlet servlet = new BlahServlet(); servlet.execute(req, resp); Mvgr, Martin -Original Message- From: Diego del Río [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 2:02 PM To: [EMAIL PROTECTED] Subject: Wrap an

RE: Tomcat for Large Team Size

2001-11-13 Thread Martin van den Bemt
We are running tomcat 3.2 for about 20 developers. The reloading is very bad and remotedebugging is horrible (depending on your development environment btw). But besides the downsides it is working perfectly (we are running unix btw..) Mvgr, Martin -Original Message- From: Denis

RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Martin van den Bemt
It seems that ie 6 isn't accepting cookies by default (collegue of mine is also using ie 6 and had the same problem, even in 1 window). He set a certain option and everything was working again. Can you confirm that that is the default, else everyone must start using url rewriting to keep ie6

RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Martin van den Bemt
window Would that be a P3P issue? If so, you need to define P3P policy descriptors on your site... david - Original Message - From: Martin van den Bemt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 13, 2001 3:54 PM Subject: RE: REPOST: NEED

RE: Quick clarification

2001-11-13 Thread Martin van den Bemt
You still have to do some work to actually have to 2 talking to eachother eg install mod_webapp, or ajp module for apache, update the config files for apache). It just states that tomcat is ready and waiting for apache (which is I presume the default in the installation of tomcat). There is some

RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Martin van den Bemt
to changing the default preferences... More info on setting your site to be P3P compliant: http://www.w3.org/P3P/usep3p.html HTH david - Original Message - From: Martin van den Bemt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 13, 2001 4:42 PM

RE: cryptography - slow starting????

2001-11-13 Thread Martin van den Bemt
It think that tomcat is slow on first use. It's a ranodimizer of some sort, that get's initialized when first calling a servlet. Mvgr, Martin -Original Message- From: Gerry Duhig [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 7:03 PM To: [EMAIL PROTECTED] Subject:

RE: [servlets] Error when wrapping a response object

2001-11-13 Thread Martin van den Bemt
Close the writer you have opened to write to the html stream should (if I'm not mistaking) make this work. Mvgr, Martin -Original Message- From: Jay Wright [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 8:09 PM To: '[EMAIL PROTECTED]' Subject: FW: [servlets] Error when

RE: cannot execute binary file

2001-11-13 Thread Martin van den Bemt
You don't have sufficient rights on the file It probabably only has read access , so do a chmod 555 or something like that (don't know your system, so you have to figure that out..) Mvgr, Martin -Original Message- From: Noble Long [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November

RE: UnknownHostException thrown from SmtpClient

2001-11-13 Thread Martin van den Bemt
Use JavaMail instead.. The SmtpClient (at least if that is the one in com.sun or sun.) is as far as I know not even supported.. Never had any problems with that, unless the jvm couldn't find a host in the first place, it tends to never find it again. Mvgr, Martin -Original Message-

RE: UnknownHostException thrown from SmtpClient

2001-11-13 Thread Martin van den Bemt
thread overhead ? waste of my time ? From: Martin van den Bemt [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] Date: Tue, 13 Nov 2001 22:21:23 +0100 To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: UnknownHostException thrown from SmtpClient Use JavaMail instead

RE: UnknownHostException thrown from SmtpClient

2001-11-13 Thread Martin van den Bemt
See below.. On Tue, 13 Nov 2001, Martin van den Bemt wrote: Date: Tue, 13 Nov 2001 22:49:12 +0100 From: Martin van den Bemt [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: UnknownHostException thrown from SmtpClient

RE: Tomcat 3.2.3 and MS Access.

2001-11-13 Thread Martin van den Bemt
As I remember from way back : datasources can be created a number of ways : yours ir probably a user datasource and you need a system datasource (which is as it says, known system wide). If you start tomcat.bat it will run as you, if it starts as a service, it will start as whatever you defined,

RE: Where to put .properties so web app finds it

2001-11-13 Thread Martin van den Bemt
We use our own configuration structure per server / host / virtual host. Se maybe the home of that could be used for that. (more speciic : there are only classes in our webapp, the rest (= about a 3000 files) our oustside the webapp.. (excluding transactions). Mvgr, Martin -Original

RE: Tomcat 3.2.3 and MS Access.

2001-11-13 Thread Martin van den Bemt
help welcome. Thanks. --- Martin van den Bemt [EMAIL PROTECTED] wrote: As I remember from way back : datasources can be created a number of ways : yours ir probably a user datasource and you need a system datasource (which is as it says, known system wide). If you start tomcat.bat

RE: Got him...

2001-11-13 Thread Martin van den Bemt
nice job ;)) Why don't you put the subcriber email address in by default (in the text footer of the mail or something).. Saves you working late ;)) Mvgr, Martin -Original Message- From: Pier Fumagalli [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 1:43 AM To: Tomcat

RE: admin pages.

2001-11-01 Thread Martin van den Bemt
You have to manually add a user to the tomcat-users.xml file, which has the admin role. Mvgr, Martin -Original Message- From: McDowell, Mark [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 5:14 PM To: 'Tomcat Users List' Subject: RE: Welcome to the Tomcat 4.0 F.A.Q.

RE: admin pages.

2001-11-01 Thread Martin van den Bemt
: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 10:18 AM To: Tomcat Users List Subject: RE: admin pages. You have to manually add a user to the tomcat-users.xml file, which has the admin role. Mvgr, Martin -Original Message- From: McDowell, Mark

RE: reload servlet automatically

2001-10-28 Thread Martin van den Bemt
How about upgrading to 3.3, reloading is working there most of the time (just for servlets, not for supporting classes btw). In short : 3.3 is a big improvement (also in other ways) to the 3.2 versions (at least that is my opinion). Mvgr, Martin -Original Message- From: Markus Kramer

RE: Looking for informations Apache/EAPI

2001-10-25 Thread Martin van den Bemt
It is pretty well explained in the building documents of apache. mvgr, Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jean-Luc BEAUDET Sent: Wednesday, October 24, 2001 2:40 PM To: Tomcat USER Subject: Looking for informations Apache/EAPI

RE: Why I can't connect - part 2

2001-10-25 Thread Martin van den Bemt
First start tomcat, wait a bit, then start apache. try the url hostname/webapp-info/ to see if the DEPLOYED is set to true in both cases. If you start it the other way around or start apache to soon, only the /webapp-info/ is set the true and the rest is set to false. Mvgr, martin

RE: multipart form data

2001-10-22 Thread Martin van den Bemt
pass the request to the o'reilly stuff and request the objects from there and you can also get a new request object from there servlets which behaves the way you want.. Mvgr, Martin -Original Message- From: Henry [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 11:47 PM To:

RE: newbie Servlet

2001-09-25 Thread Martin van den Bemt
You have to use compiled classes. Mvgr, Martin -Original Message- From: Isak Rickyanto [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 23, 2001 3:21 PM To: Tomcat User Group Subject: newbie Servlet Sorry it is newbie.. I have myservlet.java and i place in

RE: Changing the Servlets Directory

2001-09-20 Thread Martin van den Bemt
You have to have the servlet.jar (or servlet classes) in your classpath when you compile.. Mvgr, Martin -Original Message- From: Ruben [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20, 2001 9:02 PM To: [EMAIL PROTECTED] Subject: Re: Changing the Servlets Directory this is

RE: HANDLER THREAD PROBLEM

2001-09-06 Thread Martin van den Bemt
Your are doing a request to the port that talks to apache and tomcat talk to.. That is not a protocol like http, it is the ajp protocol.. You have to do a request to http://host or http://host:8080. Mvgr, Martin -Original Message- From: Juan Andres Sanin Pineda [mailto:[EMAIL

RE: TRaX Transform Throwable Exception

2001-09-06 Thread Martin van den Bemt
Maybe it's better you ask the creators of the javax.xml package.. or step through the source (source is provided as far as I know..) Mvgr, Martin -Original Message- From: Evgeniy Strokin [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 06, 2001 4:55 PM To: Tomcat-User@Jakarta.

RE: How download file from servlet?

2001-09-06 Thread Martin van den Bemt
There is already a _response.getWriter() or getOutputStream() before your code snippet Mvgr, Martin -Original Message- From: Evgeniy Strokin [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 06, 2001 5:44 PM To: Tomcat-User@Jakarta. Apache. Org Subject: How download file

RE: Content-Length limited to 2^31-1???

2001-08-30 Thread Martin van den Bemt
tomcat 3.2.3 is not http 1.1.. Mvgr, Martin -Original Message- From: David Daney [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 11:48 PM To: [EMAIL PROTECTED] Subject: Content-Length limited to 2^31-1??? The problem I am having is that tomcat 3.2.3 seems to (kind

RE: charset problem

2001-08-27 Thread Martin van den Bemt
The simplest solution is to set you form to encode for UTF-8 and store the data as UTF-8. This way you can output your greek characters as UTF-8 and ISO-8859-7. Mvgr, Martin -Original Message- From: Giannis [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 1:46 PM To: [EMAIL

RE: charset problem

2001-08-27 Thread Martin van den Bemt
I will send a simple example tonight how to get this solved without too much hassle.. Mvgr, Martin -Original Message- From: yilmaz [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 3:01 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: charset problem hi Giannis i

RE: Does response.sendRedirect() work in tomcat3.3?

2001-08-23 Thread Martin van den Bemt
About 600 servlets at our site use the redirect (not using jsp's) and it works great.. mvgr, Martin -Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 9:33 PM To: [EMAIL PROTECTED] Subject: Does response.sendRedirect() work in

RE: probing tomcat

2001-08-21 Thread Martin van den Bemt
Port 8007 shouldn't be available for that purpose.. It should only accept connections from the webserver you are running. If you telnet in, you will get a lot of bad packets and if you use an older version of tomcat, then tomcat/apache connection will be down when you telnet in.. If you run

RE: https, redirect

2001-08-20 Thread Martin van den Bemt
I think you have to install the https protocol handler from the jsse pacakage. Documentation is provided with jsse to get it working (I had troubles with the non programming solution, the java.policy file, so if you bump in to that, register it in your servlet Mvgr, Martin -Original

RE: https, redirect

2001-08-20 Thread Martin van den Bemt
Got lucky here.. I was assuming tc 3.. Mvgr, Martin -Original Message- From: craigmcc@localhost [mailto:craigmcc@localhost]On Behalf Of Craig R. McClanahan Sent: Monday, August 20, 2001 5:26 PM To: [EMAIL PROTECTED] Subject: RE: https, redirect On Mon, 20 Aug 2001, Martin van

RE: Why and How Tomcat before Apache?

2001-08-18 Thread Martin van den Bemt
-Original Message- From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 18, 2001 3:41 AM To: [EMAIL PROTECTED] Subject: Re: Why and How Tomcat before Apache? Martin van den Bemt at [EMAIL PROTECTED] wrote: down your server or delete your webapp or other

RE: tomcat and proxuy cache server problem

2001-08-18 Thread Martin van den Bemt
A problem I had recently that someone forgot to add the FQDN in the apache configs (ServerName). There only was the hostname.. That confuses proxies regularly and sometimes even browsers.. So if your servername says www , it should be www.example.com.. Hope this helps.. (cannot help you with

RE: How can I find number of 'open files'

2001-08-17 Thread Martin van den Bemt
There is a profiler available for the jdk which spits out a nice overview of all the instances of classes that are used.. Maby that can help you check the correctnes of the code and see the bottlenecks (it also says how much memory it uses..).. Just saw a report on that one day, so you have to

RE: Why and How Tomcat before Apache?

2001-08-17 Thread Martin van den Bemt
this is for tomcat 3.3 : Start tomcat first so requests, so tomcat has the time to fire up. Then start apache and serving request will be ok right away. For production servers I restart them both anyway, but for development : just restart tomcat when you need it and don't look at apache.. This

RE: Odd Tomcat Behaviour [ArrayOutOfBounds Exception]

2001-08-17 Thread Martin van den Bemt
I thought this was fixed in the cvs version of tomcat (don't know if it made 3.3 b1.. (I was having a lot of these messages too, but after the fix everything was ok.. (don't know the stacktrace, but it looks the same). Mvgr, Martin -Original Message- From: Rob S. [mailto:[EMAIL

RE: REMOTE_HOST not showing up in Tomcat3.2

2001-08-17 Thread Martin van den Bemt
It should return an ip address if the host is not found.. so if you don't have a connection to the internet, the host lookup fails (taking quite a long time I must add) and will show the ip address. (at least that is working for me like that..) Mvgr, Martin -Original Message- From:

RE: Why and How Tomcat before Apache?

2001-08-17 Thread Martin van den Bemt
I will see if I can find time this weekend to throw together a simple example / manual.. You seem to know Debian, so you can change that accordingly.. I'll send it to you when I'm done.. (maby someone can add the solaris part and maby other linux disto's..) nice for a tomcat-unix howto or

RE: Why and How Tomcat before Apache?

2001-08-17 Thread Martin van den Bemt
Please tell me what is dangerous about running tomcat as root? I've taken the following security measures : port 8007 and 8009 is blocked from the outside (firewall) tomcat is not running on 8080 and only allowing communications from localhost (127.0.0.1). The only potential problem is that if a

RE: Cookies and IE5.5

2001-08-17 Thread Martin van den Bemt
If it returns null, then I read something about that this week.. Maby searching on of the archives for cookies helps you find the problem / solution... Also tomcat version could be important and the exception (if any..) Mvgr, Martin -Original Message- From: David Oxley [mailto:[EMAIL

RE: Why and How Tomcat before Apache?

2001-08-17 Thread Martin van den Bemt
don't solve that problem with running as a seperate user.. Do you run your apache as root ? Nope as nobody (which is also not completely safe on default installs, since it also used by some daemons..) Mvgr, Martin David Martin van den Bemt wrote: Please tell me what is dangerous about

RE: Why and How Tomcat before Apache?

2001-08-17 Thread Martin van den Bemt
yep ;-)) -Original Message- From: Roberto B. [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 5:41 PM To: [EMAIL PROTECTED] Subject: Re: Why and How Tomcat before Apache? Do I have to insert this script in my rc2.d dir. and link it in init.d ? R. - Original

RE: Tomcat before Apache

2001-08-17 Thread Martin van den Bemt
If you created the bash script not in vi, but eg adjusted stuff in write and saved it, you need to fix the lineendings.. (there is a util for that which was added again on rh7.1, but I forgot the name).. You can test if this is the problem by moving the script to eg tomcat_old do a vi tomcat and

RE: Why and How Tomcat before Apache?

2001-08-17 Thread Martin van den Bemt
down your server or delete your webapp or other data. You don't solve that problem with running as a seperate user.. Tomcats ports are not visible from the outside. Only access is through apache - ie mod_jk ... do a telnet to your port 8007 or 8009 and you'll see what I mean.. Mvgr,

RE: Why and How Tomcat before Apache?

2001-08-17 Thread Martin van den Bemt
eh... addition : that is if you didn't change the defaults ;)) Would have saved me extra firewall entries ;-(( Mvgr, martin -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 18, 2001 12:27 AM To: [EMAIL PROTECTED] Subject: RE: Why

RE: Tomcat dies... help!

2001-08-16 Thread Martin van den Bemt
There are some bugs in ajp12 which can cause this. Since ajp12 is frozen and not as fast as ajp13 it is best to use ajp13 or the old mod_jserv. Mvgr, martin -Original Message- From: Sahar Madani [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 3:01 AM To: [EMAIL PROTECTED]

RE: In linux, how to start tomcat where user is not root?

2001-08-16 Thread Martin van den Bemt
make sure you have sufficient rights... (what that should be is for you to figure out..) Running fine here with about 20 users, all under a non root account.. Mvgr, Martin -Original Message- From: sunbel [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 12:23 PM To: [EMAIL

  1   2   >