RE: mail servers

2003-01-04 Thread Turner, John
Sorry, I didn't mean to be derogatory in any way. I am just old school...if it ain't broke, don't fix it. In my opinion, there are pleny of messaging servers out there already that work just fine, so for something like James, there would have to be an overriding purpose to rewriting something th

RE: Tomcat and Apache

2003-01-04 Thread Turner, John
Do you have a JkMount statement defined in Apache's httpd.conf for that virtual host and that URL? Do you have that virtual host defined in Tomcat's server.xml using a Host element? John -Original Message- From: "Sebastião Carlos Santos" To: [EMAIL PROTECTED] Sent: 1/4/03 5:54 PM Subj

Re: NOONE? Was: Tomcat 4.1.18 changes https into httpss [RBS2003010500002342]

2003-01-04 Thread techassistance
Ahoy there! This is an automated response, to let you know that we have received your query and will answer your email as soon as possible. We know you'd like to get back to playing our state-of-the-art online games. We'd therefore like to assure you that we are determined to keep our service at

Re: NOONE? Was: Tomcat 4.1.18 changes https into httpss

2003-01-04 Thread David Orriss Jr
Actually in my case I 'punted' I used ProxyPass and ProxyPassReverse and pass the SSL requests via a URL over to the non-SSL servlet engine... Yea it was a hack, but effective.. ;) On Saturday, January 04, 2003 5:02 PM, Alexander Wallace <[EMAIL PROTECTED]> wrote: > Really noone read my mayl or

RE: Loading XML Files - Best Pracitices

2003-01-04 Thread Hookom, Jacob John
I recommend Dom4j, it offers the best overall performance out of the XML libs and it works really well for large files with the ability to prune on read. www.dom4j.org -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: Sat 1/4/2003 1:58 PM

Anyone? Was: Tomcat 4.1.18 changes https into httpss

2003-01-04 Thread Alexander Wallace
Anyone using tomcat 4.1.18 with apache-ssl? On Friday 03 January 2003 06:41 pm, Alexander Wallace wrote: > Hello there... I have a web app that works perfect under tomcat 4.1.12. > > I'm using apache + mod_jk. > > It works partially ok with 4.1.18, everything under http works fine, but if > i cal

NOONE? Was: Tomcat 4.1.18 changes https into httpss

2003-01-04 Thread Alexander Wallace
Really noone read my mayl or has any clue as of what am i doing wrong? If it is something that was discussed a lot, i did not see anything in the archives, if so, at least tell me so. I really need help here. On Friday 03 January 2003 06:41 pm, Alexander Wallace wrote: > Hello there... I have a

[ANNOUNCE] Struts Training in NYC and DC in January

2003-01-04 Thread John Menke
Increase Your Struts Productivity - Attend the BaseBeans Public Struts Training We have a 11 hour public class in DC and in NYC in January. Washington DC Class -- January 18th 2003 NYC Class -- January 24th 2003 This class is taught by baseBeans Engineering, the company voted to have the be

Re: JSPs throwing exceptions under new installation of Tomcat

2003-01-04 Thread Tammer Salem
Thanks, I put the tools.jar file in the lib folder as you suggested and the JSPs now compile. However, I feel like this is a quick solution. Shouldn't Tomcat be able to find the JAR files found under the %JAVA_HOME% directory? Also, I tried adding an environment variable (%CLASSPATH%), and had it

Re: JSPs throwing exceptions under new installation of Tomcat

2003-01-04 Thread David Boyer
I beleive you need to have tools.jar available to Tomcat. Either specify it in your classpath, or put it in one of the 'lib' folders within %tomcat_home%. - Original Message - From: Tammer Salem To: Tomcat Users List Sent: Saturday, January 04, 2003 5:42 PM Subject: JSPs throw

Re: JSPs throwing exceptions under new installation of Tomcat

2003-01-04 Thread Paul Campbell
root cause java.lang.NoClassDefFoundError: sun/tools/javac/Main It's looking for tools.jar At 01:46 AM 1/5/2003 +0200, you wrote: >Sorry, >Just realized that the HTML attachment didn't go through :-D >Here's a piece of the exception: > >- >type Exception report > >message I

Re: JSPs throwing exceptions under new installation of Tomcat

2003-01-04 Thread Tammer Salem
Sorry, Just realized that the HTML attachment didn't go through :-D Here's a piece of the exception: - type Exception report message Internal Server Error description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this requ

JSPs throwing exceptions under new installation of Tomcat

2003-01-04 Thread Tammer Salem
Hi,I just downloaded Apache Tomcat 4.0 and have successfully reached thehttp://localhost:8080 page. I can run the servlet examples ok, but the JSPexamples always throw exceptions. I have the Java SDK (j2sdk1.4.1_01) on mymachine and the %JAVA_HOME% environment variable is setup correctly.Hav

Re: Works with invoker servlet but not without

2003-01-04 Thread Craig R. McClanahan
On Sat, 4 Jan 2003, Les Hartzman wrote: > Date: Sat, 4 Jan 2003 14:57:12 -0800 (PST) > From: Les Hartzman <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Works with invoker servlet but not without > > I'm using Tomcat 4.1.18 on Linux. Whe

Works with invoker servlet but not without

2003-01-04 Thread Les Hartzman
I'm using Tomcat 4.1.18 on Linux. When I deploy my app (war file in the 'webapps' directory) and the invoker servlet is uncommented from web.xml, my application works fine. I then comment out the invoker servlet, and remove all references in my JSPs to 'servlet' as part of form 'action' values, a

Tomcat and Apache

2003-01-04 Thread "Sebastião Carlos Santos"
Recently I installed a server web for tests with the tomcat instead of Resin of the CAUCHO, server this now used by us. I am using the Apache 1.3.27, tomcat 4.1.18, both integrated by mod_jk.so, as demonstrated in details in http://www.galatea.com/flashguides/apache-tomcat-4-unix.xml. I concluded t

Re: Loading XML Files - Best Pracitices

2003-01-04 Thread Craig R. McClanahan
On Sat, 4 Jan 2003, Jacob Kjome wrote: > > To tell you the truth, I would just use a SAX parser. That will be faster > than any of the other methods including JDOM. > If you've look at SAX and find it too complicated, you might want to take a look at a couple of projects in the jakarta-commons

Tomcat and Apache

2003-01-04 Thread Sebastião Carlos Santos
Recently I installed a server web for tests with the tomcat instead of Resin of the CAUCHO, server this now used by us. I am using the Apache 1.3.27, tomcat 4.1.18, both integrated by mod_jk.so, as demonstrated in details in http://www.galatea.com/flashguides/apache-tomcat-4-unix.xml. I concluded t

Tomcat and Apache

2003-01-04 Thread Sebastião Carlos Santos
Recently I installed a server web for tests with the tomcat instead of Resin of the CAUCHO, server this now used by us. I am using the Apache 1.3.27, tomcat 4.1.18, both integrated by mod_jk.so, as demonstrated in details in http://www.galatea.com/flashguides/apache-tomcat-4-unix.xml. I concluded t

Re: Loading XML Files - Best Pracitices

2003-01-04 Thread Jacob Kjome
No, I don't really have any reservations about JDOM...except for the fact that there has been little to zero development on it of late. Check out the amount of time that has passed since the last beta release (9 - 10 months!). At this rate, they'll release a 1.0 version in a couple more year

Re: Loading XML Files - Best Pracitices [RBS2003010400006145]

2003-01-04 Thread techassistance
Ahoy there! This is an automated response, to let you know that we have received your query and will answer your email as soon as possible. We know you'd like to get back to playing our state-of-the-art online games. We'd therefore like to assure you that we are determined to keep our service at

Re: Loading XML Files - Best Pracitices

2003-01-04 Thread bido
Howdy, Thanks for all the good suggestions. I'm going with JDOM, just because it's pretty darn elegant and simple. It also appears that it will be (if not already) an XML standard for Java. So all signs indicate that I'm not marrying myself to an obscure API. Do any of you have reservation

Re: Setting up a JNDI entry for Sybase

2003-01-04 Thread Paul Carpenter
Whoops...small piece of mis-information in the first post: I get the following error at line 33: java.sql.SQLException: Cannot load JDBC driver class 'null' When I change the code thus: Context initCtx = new InitialContext(); if(initCtx == null ) throw new Exception("Boom - No

Re: SSL problems

2003-01-04 Thread Joseph Stephen
I could just dig up my previous reply. See the mails below if it helps --- Morten Tollefsen <[EMAIL PROTECTED]> wrote: > From: "Morten Tollefsen" > <[EMAIL PROTECTED]> > To: "'Tomcat Users List'" > <[EMAIL PROTECTED]>, > "'Joseph Stephen'" <[EMAIL PROTECTED]> > Subject: SV: SV: SV: Problems

RE: mail servers

2003-01-04 Thread Noel J. Bergman
John, > If you mean developing a mail transporter or server, like sendmail or qmail, > in Java for Linux servers, that would be a really really bad idea for too > many reasons to list here I am a Committer on the Java Apache Mail Enterprise Server (http://jakarta.apache.org/james). If you want t

RE: mail servers

2003-01-04 Thread Turner, John
Not sure what you mean. If you mean developing a mail transporter or server, like sendmail or qmail, in Java for Linux servers, that would be a really really bad idea for too many reasons to list here, and they'd be severely off-topic anyway. Don't even start down that path is my advice, unle

Re: Tomcat 4.1.18 Admin Page

2003-01-04 Thread karthikeyan.balasubramanian
Thanks Jean. Yes will read the doc thank you. Karthikeyan. - Original Message - From: "Jeanfrancois Arcand" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 9:28 PM Subject: Re: Tomcat 4.1.18 Admin Page > If you click on the link you just pr

RE: Filters: Invoked on incoming Request or outgoing response

2003-01-04 Thread Noel J. Bergman
> I am trying out some code to compress the content from my webapp using a > GZIP Filter. > The filter uses GZip to compress the outputStream it gets from > response. Did you write this filter? Are you paying attention to the request header that needs to be honored, and the response header that

Re: timestamps in catalina.out ?

2003-01-04 Thread Paul Yunusov
On Saturday 04 January 2003 09:05 am, Rasputin wrote: > I know it's technically System.err, but is there a way to add > timestamps to it? Sorry if it'sa FAQ, I think I'm seeing problems in > the threading code and this would help confirm or deny it. log4j will do that for you. You just need to set

RE: mail servers

2003-01-04 Thread Noel J. Bergman
Not sure what you are asking, but are you aware of http://jakarta.apache.org/james? --- Noel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 04, 2003 9:19 To: [EMAIL PROTECTED] Subject: mail servers hi can anybody tell me about good

line breaks

2003-01-04 Thread Affan Qureshi
I am using Struts 1.1b2, Tomcat 4.1.12 LE, on Win2K. I have a strange issue. I have a TEXTAREA type control that gets populated from values in database. The value in the database has some line breaks. I store that value in a variable called: "OLD_VALUE". Then I display the value in the TEXTAREA an

Filters: Invoked on incoming Request or outgoing response

2003-01-04 Thread Affan Qureshi
I am trying out some code to compress the content from my webapp using a GZIP Filter. But I am confiused about two things. - Is the filter invoked on incoming requests (or both)? How do we specify when it is to be invoked? - After configuring the filter in web.xml I get a garbage respone in the br

timestamps in catalina.out ?

2003-01-04 Thread Rasputin
I know it's technically System.err, but is there a way to add timestamps to it? Sorry if it'sa FAQ, I think I'm seeing problems in the threading code and this would help confirm or deny it. -- Rasputin :: Jack of All Trades - Master of Nuns -- To unsubscribe, e-mail:

JSPs throwing exceptions under new installation of Tomcat

2003-01-04 Thread Tammer Salem
Hi, I just downloaded Apache Tomcat 4.0 and have successfully reached the http://localhost:8080 page. I can run the servlet examples ok, but the JSP examples always throw exceptions. I have the Java SDK (j2sdk1.4.1_01) on my machine and the %JAVA_HOME% environment variable is setup correctly. Have

Re: Loading XML Files - Best Pracitices

2003-01-04 Thread Jacob Kjome
Well, There are a number of parsers available. You can use DOM, JDOM, DOM4J, SAX, or, actually, you might want to try out XPath using Jaxen. Here is an example of reading in a document using DOMand no specific external package so you don't marry yourself to a particular implementation...

Re: Loading XML Files - Best Pracitices

2003-01-04 Thread V. Cekvenich
Well One good practice is to read XML from a DB. Put your content in an XML filed in a DB table. Then you can render many ways: 1. Stuts/Styx on Borswer Side XSLT 2. JSTL C:Transform 3. Async. by rendering to an HTML field in same table, so there is no view time rendering. basiPortal.sf.net

mail servers

2003-01-04 Thread seemanto
hi can anybody tell me about good books on developing application on Java for linux based mail servers ? bye -- To unsubscribe, e-mail: For additional commands, e-mail:

java.lang.OutOfMemoryError

2003-01-04 Thread Laxmikanth M.S.
Hi all, sometimes I get "java.lang.OutOfMemoryError" Error in my JSP page ..what is the reason for this... can anyone help.. thanks in advance Regards Laxmikanth M S Off : 91-80-6610330 extn 1256 http://www.sonata-software.com *

Announcement JBoss Handbook

2003-01-04 Thread Meeraj Kunnumpurath
Hi, I am pleased to announce the availability of the book "JBoss 3.0 Deployment and Administration Handbook". The book provides a comprehensive coverage of the JBoss 3.0 server, focusing on -JBoss architecture -Deploying and configuring EJBs, web applications, EAR files, JCA resource adapter

[0T] ish - Can tomcat access REDIRECT_URL etc CGI environment vars

2003-01-04 Thread Tref Gare
Hi all, I'm trying to implement some dynamic 404 error handling on a site that is combining Apache 2.0.43 and Tomcat 4.1.12 via mod_jk on Solaris 8. Both Apache and tomcat are forwarding their 404's to /errors/404.jsp so I can handle the static error handler (sorry we couldn't find that f

Re: Loading XML Files - Best Pracitices

2003-01-04 Thread Affan Qureshi
Depends on what you want to do with the XML data? Do you wish to load all the data at once or do wish to implement some sort of streaming of the data. Does it represent some comfiguration info or user data or business info? Affan - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat

Re: Loading XML Files - Best Pracitices

2003-01-04 Thread bido
I found a more than suitable solution at: www.jdom.org I'm still open for any other suggestions, though. Thanks! -FB On Friday, January 3, 2003, at 07:29 PM, [EMAIL PROTECTED] wrote: I have a servlet and I want it to read it's data from an XML file. There's more than one way of doing this

Setting up a JNDI entry for Sybase

2003-01-04 Thread Paul Carpenter
Hi Has anyone managed to get Tomcat talking to Sybase via a JNDI resource? I'm very close, following the MySQL examples I can find, and of course, the Tomcat documentation... But I get the following two errors at present: javax.naming.NameNotFoundException: Name java:comp is not bound in this

Re: Parse error in application web.xml

2003-01-04 Thread Keshava Murthy
Hi Jake, Thanks for the reply. I had same exception thrown even with fresh installation of tomcat 4.1.18 without my application included in webapps. Anyway I solved this problem by uninstalling tomcat, removing all classpath settings from environmental variables and installing tomcat again. Now it