Hey,
   I haven't had and don't have time to get deeply into this, but a few 
comments:
   If you're still trying to deal with this business:
/wintouch/tomcat/bin/catalina.sh: 001-0019 Error found searching for
command tty. No such path or directory.
...
Using CLASSPATH:
/wintouch/tomcat/bin/bootstrap.jar:/wintouch/tomcat/bin/tomcat-juli.jar
   "tty" is unix/linux talk for a teletype (approximately) command.  I'd
research about tomcat-juli.jar, because I think the logging is trying to
output somewhere using tty.  I think I've seen in the past either how to
redirect it or send it to the bit bucket.
   As to using EDITF, you're *far* better off IMO -- including worries 
about CCSID -- creating the file, whether config files like
conf/logging.properties or java files, in your normal editor (or even 
WordPad (save as text)/Notepad) on the PC, then using FTP to send it to IFS.
   HTH,
                                                     Joe Sam
Joe Sam Shirah -        www.conceptgo.com  (904) 302-6870
conceptGO       -        Consulting/Development/Outsourcing
Java Filter Forum:      www.ibm.com/developerworks/java
Just the JDBC FAQs:  www.jguru.com/faq/JDBC
Going International? www.jguru.com/faq/I18N
Que Java400?            www.jguru.com/faq/Java400
-----Original Message----- 
From: James Lampert
Sent: Thursday, July 26, 2012 1:23 PM
To: Java Programming on and around the IBM i
Subject: Re: Tomcat 7.0.25 on an AS/400, V5R4, Another try. Help?
Dan Kimmel wrote:
For javac, set your current directory to
/QOpenSys/QIBM/ProdData/JavaVM/jdk60/32bit before calling javac.
cd /QOpenSys/QIBM/ProdData/JavaVM/jdk60/32bit
javac ....
Not quite sure I get this part. And at any rate, if I try to create the
source STMF with EDITF, it creates the file with a CCSID of 37, which
JAVAC (not surprisingly) doesn't like.
--
JHHL
 
As an Amazon Associate we earn from qualifying purchases.