Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Struts - A MVC web framework
Tomcat - JSP/Servlet container
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
JSP - A mailing list about Java Server Pages specification and reference
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
Re: XSL-T migration stylesheet [was: RE: TC5 + SSL: Keystore password
bound to

Re: XSL-T migration stylesheet [was: RE: TC5 + SSL: Keystore password
bound to

2003-12-10       - By Jeanfrancois Arcand

 Back


Baer Peter Christoph Alexander wrote:

>Hi Jeanfrancois,
>
>not that I want to deny my responsibility.
>If I felt being able to do one of the patches,
>I would not hesitate. I wouldn't post my thoughts
>here, but the ready-made patches instead, of
>course. ;-)
>
>But: I think the only persons who really have the
>knowledge required to create a migration stylesheet
>are the Tomcat developers, as they are the only
>persons knowing what tags there actually are, and
>how they were changed over the time.
>People like me could derive this kind of information
>from a DTD or schema, but there is none...
>Vicious circle, here! ;-)
>
>But I'll think about starting the XSL-T migration
>thing. Maybe we can persuade the Tomcat developers
>to add there wisdom.
>
>In fact, I think, it would be possible to start
>very simple. The migration wouldn't be completely
>done by the stylesheet, but some conversion would
>already be done automatically, that has not to be
>done by hand. Like removing Factory tags and
>changing attribute name Protocol to sslProtocol.
>
>What do you think? Do you think it could be done,
>and lead to a really useful result? I'm optimistic,
>but I'm only a Tomcat user, not a Tomcat developer,
>and so I might overlook the big rock right in my
>way... ;-)
>  
>
Yes, it could be done, but that needs a lot of works and as a
developper, I have more "critical" things to do right now (and I'm sure
most of the developper has). But I agree, we are very bad sometimes when
"user experience" come into the picture (or I'm very bad...).....

-- Jeanfrancois



>Regards
>   Alex
>
>  
>
>>-- --Original Message-- --
>>From: Jeanfrancois Arcand [mailto:jfarcand@(protected)]
>>Sent: Wednesday, December 10, 2003 3:21 PM
>>To: Tomcat Users List
>>Cc: Ankur Shah
>>Subject: Re: TC5 + SSL: Keystore password bound to default "changeit"?
>>
>>
>>
>>
>>Baer Peter Christoph Alexander wrote:
>>
>>    
>>
>>>Am Dienstag, 9. Dezember 2003 20:54 schrieb Ankur Shah:
>>>
>>>
>>>      
>>>
>>>>Remy Maucherat wrote:
>>>>  
>>>>
>>>>        
>>>>
>>>>>Baer Peter Christoph Alexander wrote:
>>>>>    
>>>>>
>>>>>          
>>>>>
>>>>>>Hi!
>>>>>>
>>>>>>I have a question about something, I observe, but don't
>>>>>>want to believe... ;-)
>>>>>>
>>>>>>Tomcat 5 can use my keystore, but only if the password is
>>>>>>"changeit", the default password. Now, the docs say, one
>>>>>>should use this, but with TC 4.0.6 it was possible to
>>>>>>change it. Is the password hard coded in TC 5?
>>>>>>      
>>>>>>
>>>>>>            
>>>>>>
>>>>>I didn't test that particular feature myself, but I
>>>>>          
>>>>>
>>believe this works
>>    
>>
>>>>>ok.
>>>>>The way connectors parameters (and in particular SSL
>>>>>          
>>>>>
>>parameters) are
>>    
>>
>>>>>defined changed in TC 5.0.x. Look there:
>>>>>http://jakarta.apache.org/tomcat/tomcat-5 (See http://cat-5.ora-code.com).0-doc/config/coyote.html
>>>>>There's the SSL howto also.
>>>>>    
>>>>>
>>>>>          
>>>>>
>>>>Also, you might want to make sure that the password of your
>>>>        
>>>>
>>*target key*
>>    
>>
>>>>matches your keystore password. I'm not sure how that plays out in
>>>>tomcat world, but I can see that to be a problem if the
>>>>        
>>>>
>>server assumes
>>    
>>
>>>>the key's password to be the same as that of the keystore.
>>>>  
>>>>
>>>>        
>>>>
>>><Thoughts>
>>><Just an idea>
>>>server.xml is an XML file. It used to be XML in TC4, and it
>>>ist still XML in TC5. Shouldn't it be possible, then, to
>>>      
>>>
>>write an XSL-T
>>    
>>
>>>stylesheet converting old config files into newer formats?
>>>That would considerably ease migration/upgrade pains...
>>></Just an idea>
>>>
>>>
>>>      
>>>
>>Yes, it could. You're more than Welcome to submit a patch :-)
>>
>>
>>    
>>
>>><Just an idea>
>>>If we had an XML schema definition (be it W3C XML schema,
>>>Relax NG or whatever), an XML editor like Pollo or XML Spy
>>>could validate the config file. This would help to avoid and
>>>reveal mistakes and thus speed up Tomcat configuration...
>>></Just an idea>
>>>
>>>
>>>      
>>>
>>Just search that list on the topic ;-) It is not possible at
>>the moment
>>to have a DTD or schema for the server.xml (due to its
>>complexity). If
>>you have time and think you can come with something, a second
>>patch is
>>welcome!
>>
>>-- Jeanfrancois
>>
>>    
>>
>>></Thoughts>
>>>
>>>Regards
>>>
>>>   Alex
>>>
>>>-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
>>>To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
>>>For additional commands, e-mail: tomcat-user-help@(protected)
>>>
>>>
>>>
>>>
>>>      
>>>
>>-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
>>To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
>>For additional commands, e-mail: tomcat-user-help@(protected)
>>
>>    
>>
>
>-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
>For additional commands, e-mail: tomcat-user-help@(protected)
>
>
>  
>


-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)




©2008 junlu.com - Jax Systems, LLC, U.S.A.