Tomcat 4.0.1 on omvs under os390

2002-03-13 Thread Brown Bay

I am in the process of porting our servlet based application running
under Linux to omvs under Os390. After extensive searches on the web,
I have not been able to find any kind of documentation/pages that
suggest that this configuaration is possible. I believe that it can be
done since I can run my Java programs quite nicely under omvs when
they are converted to ebcdic. also, the configuration and xml files
are text files, so they should not be much of a problem.

IBM provides Websphere that does the ascii-ebcdic conversions on the
fly and back under os390. My question is that has anyone been able to
deploy Tomcat on os390. If they have, how did they resolve the
problems of ascii-ebcdic conversions. I would appreciate any kind of
information on the subject.

Please let me know.

Thanks in advance.

Brown.


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




RE: Tomcat 4.0.1 on omvs under os390

2002-03-13 Thread Justin Rowles

 I am in the process of porting our servlet based application running
 under Linux to omvs under Os390. 

I'm afraid I can't help, but I just wanted to say how nice it is to hear phrases like 
'os390' and 'ebcdic' again.  Takes me back to my first programming job ;-)

J.
-- 
You're only jealous cos the little penguins are talking to me. 



***
For more information on Ordnance Survey products and services,
visit our web site at http://www.ordnancesurvey.co.uk
***




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




Re: Tomcat 4.0.1 on omvs under os390

2002-03-13 Thread jean-frederic clere

Brown Bay wrote:
 
 I am in the process of porting our servlet based application running
 under Linux to omvs under Os390. After extensive searches on the web,
 I have not been able to find any kind of documentation/pages that
 suggest that this configuaration is possible. I believe that it can be
 done since I can run my Java programs quite nicely under omvs when
 they are converted to ebcdic. also, the configuration and xml files
 are text files, so they should not be much of a problem.

I have made so tries on a BS2000 but the EBCDIC there is a bit different. I have
used xerces as parser I was near to get the things running, but I added EBCDIC
support to mod_jk and use a TC running on an ASCII machine.

 
 IBM provides Websphere that does the ascii-ebcdic conversions on the
 fly and back under os390. My question is that has anyone been able to
 deploy Tomcat on os390. If they have, how did they resolve the
 problems of ascii-ebcdic conversions. I would appreciate any kind of
 information on the subject.

Patching the xml files. ?xml version=1.0? into ?xml version=1.0
encoding=ebcdic-_of_the_machine?
An other problem was that the jsp compiler: The java intermadiate files where in
ASCII and the java compiler was not very happy. 

 
 Please let me know.
 
 Thanks in advance.
 
 Brown.
 
 --
 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]