> -----Original Message-----
> From: Henri Gomez [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, October 02, 2002 8:36 AM
> To: Tomcat Developers List
> Subject: Re: [VOTE] JK2 2.1
> 
> 
> > 
> > #ifdef AS400
> >      fp = fopen(workerFile, "w, o_ccsid=0");
> > #else
> >      fp = fopen(workerFile, "w");
> > #endif      
> >   
> > Is this abstractive code enough ;)
> 
> That was the initial price to have iSeries support in JK2.
> 
> But that's rigth, I'll create a jk_os.c to hide this
> from main code (in both jk 1.2.0 and 2.0.0).
> 

OK.

> But will still have to use ifdef with
> EBCDIC system (iSeries / BS2000), for example
> in JNI areas or request encoding/decoding.
> 

No problem here, cause it's a channel component not a core one.

MT


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

Reply via email to