compiling from source: error on jasper...

2003-03-19 Thread Matt . Gregory
I'm seting up a build environment for jakarta-tomcat and the build process 
is blitzing as follows:

BUILD FAILED
file:/usr/local/java/apache/jakarta/jakarta-tomcat-4.1.18-src/build.xml:68: 
Basedir /usr/local/java/apache/jakarta/jakarta-tomcat-jasper/jasper2 does 
not exist

I was under the impression that jasper was now integrated into the tomcat 
source.  I looked at the build.xml and it looks like there is a line for 
jasper in there.  I took it out and everything seemed to build ok.  Should 
this ant directive still be in there?

(from error, build.xml line 68)
!--ant dir=${jasper.home}   target=deploy
  property name=catalina.home value=${tomcat.build}/
/ant--

Matt Gregory
eBusiness RD
CTI, Inc.
cell: 865-406-1431
work: 865-218-2767
ioem: [EMAIL PROTECTED] *see key block below
ooem: [EMAIL PROTECTED]

***DISCLAIMER***
Everything in this email is to be considered the rumblings of an insane 
lunatic and should not be relied upon to make sane decisions.  (in other 
words, If you take my advice and get hurt in the process it's not my 
fault).  By getting out of your bed in the morning you automatically 
assume responsibility for your own mistakes and agree to hold the author 
of this message blameless for them.  By reading this email you agree to 
live in complete peace and harmony with your fellow man, love and praise 
the almighty God of heaven, and regularly donate blood (unless you are a 
Jehovah's Witness, I understand they frown on that kind of thing).  You 
are bound to this agreement under the DMCA so don't try anything or I'll 
sue you into oblivion.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: What does IMHO mean?

2002-04-15 Thread Matt Gregory

RTFM Read the Fine Manual according to Zope, but many others like to
substitute fine with some other metaphore.
LOL Laugh out loud
ROFL Rolling on floor laughing
ROFLMAO Rolling on floor laughing my arse off
WTF What the fsck Use your imagination.
IANAL I am not a llama If you don't know, you probably won't use it.  :-)
Some people also think for some reason this means, I am not a layer, but
WTF do they know?
Need to know more?  Netlingo (http://www.netlingo.com) actually has a decent
list of terms.

Now we can end the thread right?

- Original Message -
From: David Rault [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, April 15, 2002 7:29 AM
Subject: Re: What does IMHO mean?


 i guess a good answer would look like STFW

 (and so that no one replies to ask what it means : Search The Fucking Web)

 google: afaik
 1st answer: as fas as i know

 David
 - Original Message -
 From: Philip M. Meier [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Monday, April 15, 2002 1:27 PM
 Subject: Re: What does IMHO mean?


  Hi!
 
  What means afaik?
 
  Regards,
  Philip M. Meier
 
  
  Philip M. Meier [EMAIL PROTECTED]
  AmambaSoft http://www.amambasoft.com
 
 
  Diese E-Mail Nachricht und alle beigefügten Anlagen sind nur für die
  Adresse bestimmt, an die sie geschickt wurde und kann vertrauliche und
  privilegierte Informationen enthalten. Wenn der Leser dieser Meldung
 nicht
  der beabsichtigte Empfänger ist, ist jegliche Weitergabe der enthaltenen
  Informationen streng verboten. Wenn Sie diese Meldung irrtümlicherweise
  empfangen haben, benachrichtigen Sie uns bitte sofort und löschen Sie
die
  Meldungvon Ihrem System.
 
  - Original Message -
  From: Abhishek Pamecha [EMAIL PROTECTED]
  To: Tomcat Users List [EMAIL PROTECTED]
  Sent: Monday, April 15, 2002 1:21 PM
  Subject: RE: What does IMHO mean?
 
 
   or is it in my humble opinion... ??
  
   -Original Message-
   From: Stuart Stephen [mailto:[EMAIL PROTECTED]]
   Sent: Monday, April 15, 2002 4:49 PM
   To: Tomcat Users List
   Subject: RE: What does IMHO mean?
  
  
   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 what you probably are talking about (a
   lot of
fonts its hard to distinguish between 1 (one) l (lowercase L), and i
(lowercase I)
  
   Possibly, but imao is also a common acronym...
  
 http://www.diveinstruct.org.uk/terms.html
  
   Not that any of this has _anything_ to do with TC, imao  ;-)
  
   - tex
  
  
   --
   To unsubscribe:   mailto:[EMAIL PROTECTED]
   For additional commands: mailto:[EMAIL PROTECTED]
   Troubles with the list: mailto:[EMAIL PROTECTED]
  
  
  
   --
   To unsubscribe:   mailto:[EMAIL PROTECTED]
   For additional commands: mailto:[EMAIL PROTECTED]
   Troubles with the list: mailto:[EMAIL PROTECTED]
  
  
   --
   To unsubscribe:   mailto:[EMAIL PROTECTED]
   For additional commands: mailto:[EMAIL PROTECTED]
   Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
 



 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Tomcat corrupts file during download

2002-04-06 Thread Matt Gregory

Are you downloading the file with a jsp page?  It should be noted that if
you write to the output stream of a jsp page:
[HttpServletResponse/ServletResponse.getOutputStream()], then the output
stream returned is a character output stream and will mangle binary files
and not handle all output correctly.

Just thought I would point that out since it gave me some serious headaches.
- Original Message -
From: Dan Gabdullin [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Saturday, April 06, 2002 5:55 AM
Subject: RE: Tomcat corrupts file during download


 Hello

 If this problem indeed exists, then it is a JVM problem. Tomcat
 obviously
 can't make a difference it is sending bytes on the LAN or on a WAN, and
 doesn't do anything unusal when it comes to bytes output.
 That being said, some people are actually using TC on the internet
 without
 corruption or any problem, so I think even if you think it is not your
 fault, it is a configuration issue on your side. I'm regularly closing
 bug
 4668 for that reason.
 When I use Tomcat from the Internet I don't have the problem with
 corruption either. The bug appears only when I connect from the LAN to
 the server in the same network using Tomcat's WAN IP address. This is
 not a common situation and it doesn't really spoil the work. I can
 always connect using LAN server IP address. But the bug is in Tomcat for
 sure. I used IIS and Apache and no problems appeared. I tried to use
 Jetty, which is 100% pure Java HTTP server, and it didn't corrupt the
 file either, so the problem is not in JVM.
 I don't think that the problem lies in network configuration. In such a
 case none of the above servers would have worked.

 Best regards,
 Dan


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Is there a native JDBC driver for MS Access?

2002-04-06 Thread Matt Gregory

No, you are forced to use the JDBC/ODBC bridge or purchase one of the
proprietary drivers available.  I know there are Paradox, FoxPro and dBase
IV drivers but I have not seen any for Access.

- Original Message -
From: Adrian Beech [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Sunday, April 07, 2002 6:47 AM
Subject: Is there a native JDBC driver for MS Access?


G'day all,

Is there a native JDBC driver for MS Access?  A few postings I've seen in
the list archive make mentioned that the JDBC/ODBC bridge is a bit dodgy.

I have Tomcat 4.03 running as a standalone on a Win 2k pro box with JDK
1.3.1 installed.

I'm rather new to Tomcat, JSP, JDBC, etc...

Any help would be appreciated.

Adrian Beech
[EMAIL PROTECTED]




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Resource Factories, Pools and J2EE/Servlet spec...

2002-04-05 Thread Matt Gregory

First part of my question.

How do I add a URL resource factory in tomcat?  This is from the J2EE
specification section 5.4 and is briefly mentioned in the Servlet
specification, section 9.9.  Possibly other places although I just admit my
knowledge of the servlet spec isn't as thorough as of the J2EE spec.

I had supposed that simply declaring the resource as in:

 resource-ref
  description
An implementation of a URL factory with more
 and better functionality for
portlets than the standard java.net.URL factory.
  /description
  res-ref-nameurl/Zope/res-ref-name
  res-typejava.net.URL/res-type
  res-authCONTAINER/res-auth
/resource-ref
would be enough to have the resource loaded into the JNDI tree for me, but
evidently that is not the case.  Perhaps I need to add it somewhere in the
server.xml?

Also, how do I add a custom resource factory the JNDI tree and then access
it?

Thanks in advance,
-Matt


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Kinda not topical

2002-04-05 Thread Matt Gregory

Emacs and vi/vim can be used remotely via SSH.  You can also create a WebDAV
compliant filesystem and edit the files that way.

- Original Message -
From: August Detlefsen [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Friday, April 05, 2002 3:00 PM
Subject: RE: Kinda not topical


 I loved the IntelliJ demo I saw at JavaOne, but I need the ability to
 edit files that are actually ON the server, without downloading them
 all to my local environment.

 Does anyone offer an IDE that can do this without using NFS (say over
 an SSH connection)?


 --- Mark Shaw [EMAIL PROTECTED] wrote:
  Vladimir
 
  I've been using IDEA from IntelliJ (www.intellij.com) for awhile and
  it's
  very nice.  It's designed to truly enhance the server-side
  developer's daily
  experience with great re-factoring and search features.  It's also
  fairy
  simple to use and navigate unlike all the bloated EJB based IDE's out
  there.
 
 
  (No, I don't work for the company...)
  -Mark
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
 


 __
 Do You Yahoo!?
 Yahoo! Tax Center - online filing with TurboTax
 http://taxes.yahoo.com/

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Kinda not topical

2002-04-05 Thread Matt Gregory

It is if you run it over ssl.  I think there is some info on the WebDAV site
for how to run it over ssl, but that's not really my area of expertise.

- Original Message -
From: August Detlefsen [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Friday, April 05, 2002 3:37 PM
Subject: Re: Kinda not topical


 Thanks for the tip. I am using Emacs right now, but I want to try out
 the other options. Is WebDAV secure?




 --- Matt Gregory [EMAIL PROTECTED] wrote:
  Emacs and vi/vim can be used remotely via SSH.  You can also create a
  WebDAV
  compliant filesystem and edit the files that way.
 
  - Original Message -
  From: August Detlefsen [EMAIL PROTECTED]
  To: Tomcat Users List [EMAIL PROTECTED]
  Sent: Friday, April 05, 2002 3:00 PM
  Subject: RE: Kinda not topical
 
 
   I loved the IntelliJ demo I saw at JavaOne, but I need the ability
  to
   edit files that are actually ON the server, without downloading
  them
   all to my local environment.
  
   Does anyone offer an IDE that can do this without using NFS (say
  over
   an SSH connection)?
  
  
   --- Mark Shaw [EMAIL PROTECTED] wrote:
Vladimir
   
I've been using IDEA from IntelliJ (www.intellij.com) for awhile
  and
it's
very nice.  It's designed to truly enhance the server-side
developer's daily
experience with great re-factoring and search features.  It's
  also
fairy
simple to use and navigate unlike all the bloated EJB based IDE's
  out
there.
   
   
(No, I don't work for the company...)
-Mark
   
--
To unsubscribe:
  mailto:[EMAIL PROTECTED]
For additional commands:
  mailto:[EMAIL PROTECTED]
Troubles with the list:
  mailto:[EMAIL PROTECTED]
   
  
  
   __
   Do You Yahoo!?
   Yahoo! Tax Center - online filing with TurboTax
   http://taxes.yahoo.com/
  
   --
   To unsubscribe:
  mailto:[EMAIL PROTECTED]
   For additional commands:
  mailto:[EMAIL PROTECTED]
   Troubles with the list:
  mailto:[EMAIL PROTECTED]
  
  
 
 
  --
  To unsubscribe:   mailto:[EMAIL PROTECTED]
  For additional commands: mailto:[EMAIL PROTECTED]
  Troubles with the list: mailto:[EMAIL PROTECTED]
 


 __
 Do You Yahoo!?
 Yahoo! Tax Center - online filing with TurboTax
 http://taxes.yahoo.com/

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]