RE: RE: Book

2001-09-04 Thread Victor Martinez
A couple of good books - both dealing with Tomcat. Inside Servlets by Dustin R. Callaway - Addison-Wesley is the publisher. The other one is Core Servlets and Java Server Pages - by Marty Hall. Both have their strong points, and of course the Core... book, coming from Sun deals with Tomcat

Re: Book

2001-09-04 Thread Stefano Locatelli
-- Stefano Locatelli - Original Message - From: Charles Webber [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 03, 2001 9:10 PM Subject: Re: Book A couple of good books - both dealing with Tomcat. Inside Servlets by Dustin R. Callaway - Addison-Wesley is the

relative paths

2001-09-04 Thread Mark
I am using tomcat 3.2.1 and having trouble with loading images and relative paths. I would like to be able to use something like images/imagename.gif where the images directory will be under TOMCAT_HOME/webapps/MyApp. When I do this I get a 404 error that looks like this: Ctx( /MyApp ): 404

Re: Limits on the size of the web.xml file?

2001-09-04 Thread Jim Cheesman
Consider that you might have the mailboxes for a particular user defined in a database table called mailboxes, with columns username and mailboxname. It would be easy to construct an SQL statement like this: select mailboxname from mailboxes where username = xxx and replace xxx by

Faq-O-Matic

2001-09-04 Thread Alexander Jesse
Hi, it seems the Tomcat-FAQ is built on Jyve I tried to find a download of Jyve to build the FAQ for my onw projects, but I cannot find a working download-link. Can somebody give me a hint where to find a working version of Jyve with matching pre-requisits (Turbine,...)? thanks Alexander

Re: Book

2001-09-04 Thread Stefano Locatelli
:-( Sorry! The idea was to send titles to my other mail account... It's to early in the morning... :-) -- Stefano Locatelli - Original Message - From: Stefano Locatelli [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, September 04, 2001 9:00 AM Subject: Re:

List of trusted CA's

2001-09-04 Thread Eirik Yksnøy
Does anyone know where the servers list of trusted CA's is located in the tomcat directory? Eirik

RE: List of trusted CA's

2001-09-04 Thread Alexander Jesse
%JAVA_HOME%/jre/lib/security/cacerts -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 9:48 AM To: [EMAIL PROTECTED] Subject: List of trusted CA's Does anyone know where the servers list of trusted CA's is located in the tomcat

Wierd RMI...

2001-09-04 Thread Roberto B.
I'm using a linux (debian) box and a win2000 server box. On both I use Tomcat 3.2.3 I use a RMIJDBC (type 3) driver to connect to an Access DB. The following code give me an error: : Class.forName(RmiJdbc.RJDriver); String sourceURL = jdbc:odbc:rjdemo; Connection databaseConnection =

Re: How to access X509 Certificate?

2001-09-04 Thread tito santini
Hi, instead of Object, try with: String strX509 = new String(); strX509 = (String) req.getAttribute(javax.servlet.request.X509Certificate); if( strX509 != null ) { try { byte [] byX509 = strX509.getBytes(); //change with your

Re: tomcat 3.2.3 and mod_jk

2001-09-04 Thread Jason Novotny
In my server.xml from the 3.3 m2 distribution my server.xml has the following entry for the Ajp13 connector: !-- Apache AJP13 support (mod_jk) -- RequestInterceptor className=org.apache.tomcat.modules.server.Ajp13Interceptor port=8009 / However, in

ipchains - apache - tomcat - Help!!!

2001-09-04 Thread Navarro, Jose
Hi! I'm trying to make apache 1.3.14-3 and tomcat 3.2.1 work together in a RedHat 7.0 box. I've just compiled my own mod_jk.so and run everyting according the instructions. Well, as usually happens, tomcat works fine in standalone mode. But as is it also usual, I have problems when I try to run

Re: Newbie question

2001-09-04 Thread MindTerm
Dear Mark, I have this problem before, and it is sovled. However, I don't recall my memory what's the problem. Maybe it cause by setting in server.xml . Please have a look. M.T. --- Mark Gargan [EMAIL PROTECTED] wrote: Hi folks, I've just recently started using Tomcat and so far

Suddenly my tomcat installation is broken

2001-09-04 Thread Andy Bailey
Hi, I have had Tomcat 3.2.1 running on my dev system with no problems for months now. For some reason it will no longer start. I get the following... Exception in thread main java.lang.ExceptionInInitializerError: java.util.MissingResourceException: Can't find bundle for base name

Re: ipchains - apache - tomcat - Help!!!

2001-09-04 Thread jean-frederic clere
Navarro, Jose wrote: Hi! I'm trying to make apache 1.3.14-3 and tomcat 3.2.1 work together in a RedHat 7.0 box. I've just compiled my own mod_jk.so and run everyting according the instructions. Well, as usually happens, tomcat works fine in standalone mode. But as is it also usual, I

Off-topic: Java CGI Programming

2001-09-04 Thread james
Sorry guys for the off topic post, but I am comparing CGI programming in Java vs. JSP and Servlets. I can't get to Marty Hall's Java CGI Programming page, and nobody replied to any of my posts to Java newsgroups, and I'm getting kinda desperate to know something!!! The System.getenv() is

RE: ipchains - apache - tomcat - Help!!!

2001-09-04 Thread Navarro, Jose
Jean-Frederic, thanks alot for your answer (it's been fast as lightnin!). However, I do not understand your answer! Excuse me for being so stupid, but as I said in my previous message I'm rather far from being a linux guru! When you said try to add it /etc/hosts, what were you talking about?

Re: Off-topic: Java CGI Programming

2001-09-04 Thread Pier Fumagalli
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Sorry guys for the off topic post, but I am comparing CGI programming in Java vs. JSP and Servlets. I can't get to Marty Hall's Java CGI Programming page, and nobody replied to any of my posts to Java newsgroups, and I'm getting kinda desperate to

Re: Off-topic: Java CGI Programming

2001-09-04 Thread Jim Cheesman
At 01:05 PM 04/09/01, you wrote: Sorry guys for the off topic post, but I am comparing CGI programming in Java vs. JSP and Servlets. I can't get to Marty Hall's Java CGI Programming page, and nobody replied to any of my posts to Java newsgroups, and I'm getting kinda desperate to know

Disabling error pages

2001-09-04 Thread Pedro Morais
Hi! Tomcat automatically generates an error page when I call response.setError(). I'd like to disable this funcionality, i.e. return only the error code with no page attached. Is it possible? - Pedro Morais

Strange NullPointerException Error in t4.0b7

2001-09-04 Thread Paul Kofon
Hi All, I recently downloaded and installed Tomcat 4.0 b7. I found it to be quite responsive and remarkably faster than it's predecessors. However, my joy was short-lived when I found out an application which I had written and extensively tested under Tomcat 3.2.2. was not working in the T4.0

RE: tomcat with IIS

2001-09-04 Thread Spike Hains
Kubo, One thing to check: Make sure that the ISAPI redirect dll is installed at the master server properties level and not just at the web site instance(s). ~spike -Original Message- From: Kubo [mailto:[EMAIL PROTECTED]] Sent: Monday, September 03, 2001 10:55 AM To: [EMAIL PROTECTED]

Re: Wierd RMI...

2001-09-04 Thread Roberto B.
Pier... you are the best !! another strange question what means WARNING: Wierd RMI server URL: localhost will be used ??? R. - Original Message - From: Pier Fumagalli [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 04, 2001 1:13 PM Subject: Re: Wierd

RE: Problems with IIS and Tomcat

2001-09-04 Thread Charlie Cox
Code Red can cause the cpu to spin at 100%(even with the MS band-aids). It should have settled down for now, but check the script mappings in IIS and remove the .ida mapping. note that every time you install an IIS update from MS, it turns these back on because you really didn't mean to disable

JSP JDBC MSSQL configuration

2001-09-04 Thread Robert Turner
I am trying to connect to a MSSQL database withi a JSP page and I am find documentation a little woolly. Firstly I created a OBDC connection called 'Phone', which I tested when I set it up and it said it was successful. I also tried it out within an MS Access database and again it worked fine,

mod_jk initialized twice???

2001-09-04 Thread Gero . Vermaas
Hi, Some of you might have seens mail from me before... I'm still trying to get apache and tomcat to work together. Requests are handled by apache, but never reach tomcat, the JSP source code is shown instead. During my debugging sessions I discovered that it looks as if mod_jk is initialized

Re: Strange NullPointerException Error in t4.0b7

2001-09-04 Thread simon colston
Paul, You can create a File object pointing at anything - so directory will never be null. files is null because: 1. directory doesn't exist, or 2. there are no files in directory, or 3. you don't have access to the files in directory What does directory.getAbsolutePath() give you? Relative

mod_jk and EAPI

2001-09-04 Thread Rasmus Aaen
Hi. I'm trying to compile the mod_jk module on Win32. The version using standard Apache API went right through, and is working perfectly. The I tried to make a version that should use the Apache EAPI, and this is where my problems started. Using the standard Apache source, I get the

Tomcat / applet -- servlet questions...

2001-09-04 Thread Jeremy McMullin
Hi List, I have an applet developed by someone else with it's own predefined directory structure: Base Folder ---Images Folder ---Symantec Folder (classes not developed by the previous developer) ---other folders... AND ---Applet's Class Files ---HTML file (containing applet) I have been asked

Debugging JSP via JDWP

2001-09-04 Thread Andreas Ronge
Hi I have been trying for a few days now to debug JSP pages via the JDWP protocol without any success. Has someone tried this ? I start tomcat via the following ant file: target depends=init name=start java classname=org.apache.catalina.startup.Bootstrap fork=yes

Re: Wierd RMI...

2001-09-04 Thread Pier Fumagalli
Roberto B. [EMAIL PROTECTED] wrote: Pier... you are the best !! another strange question what means WARNING: Wierd RMI server URL: localhost will be used ??? That the URL you gave is not properly formatted, so the JDBC driver is not able to retrieve the host name, so it will

Re: Problems with IIS and Tomcat

2001-09-04 Thread Pier Fumagalli
Charlie Cox [EMAIL PROTECTED] wrote: Code Red can cause the cpu to spin at 100%(even with the MS band-aids). It should have settled down for now, but check the script mappings in IIS and remove the .ida mapping. Got approximatelyt 2000 requests of /default.ida on my site... Call it settle

Re: ipchains - apache - tomcat - Help!!!

2001-09-04 Thread David Smith
Ok, your running ipchains on your system and denying access to the ports Apache and Tomcat use to talk to each other. I've had iptables running on my development environment with no problem. In my config, I specified the filters to work on interface eth0. That way the internal traffic on lo

Re: Tomcat / applet -- servlet questions...

2001-09-04 Thread Pier Fumagalli
Jeremy McMullin [EMAIL PROTECTED] wrote: Hi List, I have an applet developed by someone else with it's own predefined directory structure: Off-topic... Completely unrelated to Tomcat... Use another mailing list, such as [EMAIL PROTECTED] Pier

RE: Tomcat / applet -- servlet questions...

2001-09-04 Thread Jeremy McMullin
Sorry if this post is considered off-topic, but I thought my problem was to do with Tomcat configuration i.e something to do with Env Variables or other which meant that my other class files could not be seen. If this is definitely not the case then I'll try the mailing list you gave me. Thanks

Re: Strange NullPointerException Error in t4.0b7

2001-09-04 Thread Craig R. McClanahan
On Tue, 4 Sep 2001, Paul Kofon wrote: Date: Tue, 04 Sep 2001 12:03:45 From: Paul Kofon [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Strange NullPointerException Error in t4.0b7 Hi All, I recently downloaded and installed Tomcat 4.0 b7. I found it to be

taglibs and templates

2001-09-04 Thread Andreas Bubolz
Hi, I have a problem when including a page from a template. The included page contains custom tags. The template mechanism is also based on a taglib (struts-template). On expanding the template the files are merged but the included page is not translated. So there are custom tags in the

Re: Limits on the size of the web.xml file?

2001-09-04 Thread Craig R. McClanahan
On Tue, 4 Sep 2001, Jim Cheesman wrote: RTFAPI ;) This acronym will *definitely* come in handy! :-) Craig

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: MAIL:\CVGW1DOM\WPGATE\GWIA\WPCSIN\4\4B951789.FS0 Information about your message: Subject: 7

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Information about your message: Subject: #

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: ø×V¼`ì6»œ58¼Òý» Information about your message: Subject: #

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: ÔÛH½ Information about your message: Subject: #

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Information about your message: Subject: #

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Information about your message: Subject: #

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Information about your message: Subject: .

context-param [ hpux/nt tomcat 3.x 4.x ]

2001-09-04 Thread James, Stuart
Hi, I want to access a context-param inside the context tag of the main server.xml file. I can access parameters inside the web.xml (stored in the web-inf) directory, but that is stored inside the war/web project directory, how can I access parameters declared in the main server.xml file.

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: IA\RECEIVE\78D159B3.080 Information about your message: Subject: /

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: ìq˼Ðq˼Âþ»Nì:¼ìq˼FB Information about your message: Subject: 9

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Information about your message: Subject: :

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Ò¡àX˜–ǦóáôCÔ¸…®;Ÿ¦D1á‹ñ!®†±af†u¤Ãk÷yeÁ”À¨¼žðZ²øÈ£®ÞS‹|³6¯cûK Á¤£œGŒ0W¹¶ó0b^±ø‚ ÒY·¬üî?SþÉSkãÀ³ž{ëEÿ;÷üÏ÷..΀@a4- Information about your message: Subject: J

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Information about your message: Subject: #

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: ¶ Information about your message: Subject: B

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Enterprise Solutions Group/FONT/B BRBFONT color=#ff face=Arial size=1Ideal Hardware UK Ltd/FONT/B BRBFONT face=Arial size=1Direct: 020 8286 5244/FONT/B BRBFONT face=Arial size=1Fax: 020 8286 5844/FONT/B BRB[EMAIL PROTECTED]

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Information about your message: Subject: 9

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following:   ü Information about your message: Subject: Y

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: „°ÄÐFB Information about your message: Subject: X

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Xçd¸ Information about your message: Subject: V

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: @·’Ð Information about your message: Subject: V

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: 8 Information about your message: Subject: V

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: 8 Information about your message: Subject: V

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following:  Information about your message: Subject: #

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Information about your message: Subject: 9

RE: Message status - delivered

2001-09-04 Thread Nael Mohammad
Can someone get him off our mailing list, this is getting annoying. Nael Mohammad Neomar, Inc. [EMAIL PROTECTED] 415-403-7300 x314 (Work) 415-793-0609 (Mobile) When Wireless Means Business CONFIDENTIALITY NOTICE: This e-mail may contain confidential information that is legally privileged. Do

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following:  : Information about your message: Subject: #

RE: Message status - delivered

2001-09-04 Thread Stuart Subscription
Stop sending these -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 04 September 2001 17:40 To: [EMAIL PROTECTED] Subject: Message status - delivered The message that you sent was delivered to the following:

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Information about your message: Subject: 4

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: ˜vÚ¸ïeGÒtvÚ¸à¿GÒ Information about your message: Subject: 4

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Â Information about your message: Subject: .

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: [EMAIL PROTECTED] Information about your message: Subject: #

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: e×ü„Ë4ÖFB Information about your message: Subject: .

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following:  Information about your message: Subject: #

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Information about your message: Subject: #

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Information about your message: Subject: #

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Information about your message: Subject: 9

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Information about your message: Subject: 9

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Information about your message: Subject: #

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following:  Information about your message: Subject: .

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: /i.morning7.net/go.asp?m=3D95449761l=3D10136IMG= =20 src=3Dhttp://morning7.imagedFB Information about your message: Subject: #

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Information about your message: Subject: 9

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: 0L¸L¸s 0Ò Information about your message: Subject: #

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: „ÞH½PÜH½¬Ý(¼@K½Ô Information about your message: Subject: #

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: ï·À)ª#ÑêÚ ¨Zcø§hVµFØü?2Y«Oô+qƒ5ž]Eí4^`®¥2óVRµ°ò¤Ùç·]q¸šO8ˎ.ú¥=Uœ6½Ú³Ï¥WUÇØEK ØÀ©Ã¡µ!™ï¤mï'ÌçKÕ , ŠDÅä+Íãވ Information about your message: Subject: #

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Information about your message: Subject: .

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: ¡ Information about your message: Subject: #

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: `³Òàµ7¼MAIL:\CVGW1DOM\WPGATE\GWIA\RECEIVE\2BD259B3.664 Information about your message: Subject: I

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Information about your message: Subject: 9

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following:  Information about your message: Subject:

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: FB Information about your message: Subject: 9

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following:  DÉ Information about your message: Subject: #

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Information about your message: Subject: F

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Ïñ9† B ` ƒS…sÂÐ0À¨Ýß Information about your message: Subject: #

Re: tomcat 3.2.3 confusion with mod_jk/ajpv13

2001-09-04 Thread Thad Humphries
Add instead !-- Apache AJP13 support. Added IAW http://jakarta.apache.com/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html -- Connector className=org.apache.tomcat.service.PoolTcpConnector Parameter name=handler

Load balancer problem

2001-09-04 Thread Jim Handwerk
Hi all, I'm running Tomcat 3.2.3 standalone (and also have tried 4.0b7, since I need to go there for logging anyways), and was having no problems at all with a 99% servlet system (statically serving about 20 images). Then we installed a load balancing switch and now I'm getting a HTTP 400 error

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: .Q81 Information about your message: Subject: #

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: ‹ Information about your message: Subject: #

Mailer-Daemon@CCT.ORG.ZA Unsubscribed...

2001-09-04 Thread Pier Fumagalli
Bad mailer on their side... Pier

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: ¶vº) Information about your message: Subject: 9

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Information about your message: Subject: #

Re: tomcat 3.2.3 confusion with mod_jk/ajpv13

2001-09-04 Thread Mark Boucher
I too had this issue at first, but now I am running mod_jk with ajp13 and even using thread pools. I found the line is not needed, instead add the following after the ajp12 line Connector className=org.apache.tomcat.service.PoolTcpConnector Parameter name=handler

Message status - delivered

2001-09-04 Thread Mailer-Daemon
The message that you sent was delivered to the following: Information about your message: Subject: 4

  1   2   3   >