<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="https://dotclear.placeoweb.com/feed/rss2/xslt" ?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>PlaceOweb Dotclear - Mot-clé - jetty</title>
    <link>https://dotclear.placeoweb.com/</link>
    <atom:link href="https://dotclear.placeoweb.com/feed/tag/jetty/rss2" rel="self" type="application/rss+xml" />
    <description></description>
    <language>fr</language>
    <pubDate>Wed, 20 May 2026 15:53:59 +0200</pubDate>
    <copyright></copyright>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <generator>Dotclear</generator>
          <item>
        <title>Exécuter PHP sur serveur web JAVA</title>
        <link>https://dotclear.placeoweb.com/post/PHP-sur-serveur-web-JAVA</link>
        <guid isPermaLink="false">urn:md5:9095c43ca4f38a0209f07b5a733a253b</guid>
        <pubDate>Sun, 22 Aug 2010 20:35:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>PHP</category>
                          <category>apache</category>
                  <category>java</category>
                  <category>javaEE</category>
                  <category>jboss</category>
                  <category>jetty</category>
                  <category>php</category>
                  <category>tomcat</category>
                <description>&lt;p&gt;Exécuter PHP sur un serveur web JAVA (J2EE, Tomcat, Jetty, Jboss...)&lt;/p&gt; &lt;p&gt;Jetty


Jetty and PHP
Exécuter des applications PHP (php-cgi) en utilisant les servlets Jetty CGI.


Using the CGI Servlet and HtAccessFilter with Jetty 6 to serve PHP applications
java.jetty.support :PHP for Jetty using PHP Servlet
Php et Jetty


PHP/Java Bridge


How it works


Quercus


Si vous aimez mélanger les langages ensemble, vous allez... &lt;a href=&quot;https://dotclear.placeoweb.com/post/PHP-sur-serveur-web-JAVA&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Exécuter PHP sur serveur web JAVA&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/PHP-sur-serveur-web-JAVA#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/PHP-sur-serveur-web-JAVA#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/390</wfw:commentRss>
              </item>
          <item>
        <title>GWT Jetty Jboss J2EE DataSource</title>
        <link>https://dotclear.placeoweb.com/post/GWT-Jetty-Jboss-J2EE-DataSource</link>
        <guid isPermaLink="false">urn:md5:7393c6bcfd6b709d6945d9097119607c</guid>
        <pubDate>Thu, 23 Apr 2009 13:14:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>JAVA</category>
                          <category>eclipse</category>
                  <category>gwt</category>
                  <category>java</category>
                  <category>javaEE</category>
                  <category>jboss</category>
                  <category>jetty</category>
                  <category>mysql</category>
                  <category>sql</category>
                <description>&lt;p&gt;Comment utiliser une datasource sql aussi bien sous Jetty lors de vos test avec le Devel Mode de GWT que sous Jboss une fois déployé en production&amp;nbsp;?&lt;/p&gt; &lt;p&gt;Jetty


Jetty datasource en devel mode


Voyez le pré-requis pour que Jetty puisse utiliser la JNDI avec une configuration supplémentaire au démarrage de Jetty.


La configuration nécessaire pour activer vos datasources


/war/WEB-INF/jetty-env.xml pour spécifier une DataSource
&lt;?xml version=&quot;1.0&quot;  encoding=&quot;ISO-8859-1&quot;?&gt; 
&lt;!DOCTYPE Configure... &lt;a href=&quot;https://dotclear.placeoweb.com/post/GWT-Jetty-Jboss-J2EE-DataSource&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; GWT Jetty Jboss J2EE DataSource&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/GWT-Jetty-Jboss-J2EE-DataSource#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/GWT-Jetty-Jboss-J2EE-DataSource#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/331</wfw:commentRss>
              </item>
          <item>
        <title>GWT Jetty DataSource JNDI Google Eclipse Plugin</title>
        <link>https://dotclear.placeoweb.com/post/DataSource-Jetty-GWT</link>
        <guid isPermaLink="false">urn:md5:bb531a794a0aa645f98978981e25e990</guid>
        <pubDate>Thu, 23 Apr 2009 13:13:00 +0200</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>JAVA</category>
                          <category>eclipse</category>
                  <category>gwt</category>
                  <category>java</category>
                  <category>javaEE</category>
                  <category>jboss</category>
                  <category>jetty</category>
                  <category>mysql</category>
                  <category>sql</category>
                  <category>tomcat</category>
                <description>&lt;p&gt;Développement utilisant une DataSource et JNDI sous GWT avec le hosted mode sous Jetty lancé par le plugin google Eclipse. Puis publication destination de Jboss.&lt;/p&gt; &lt;p&gt;Jetty 6.1.11 avec DataSource en hosted mode lancé par le plugin Google Eclipse


Accès à une DataSource MySql configurée sous Jetty 6.1.11 lancé par le Hosted Mode de Google Web Toolkit 1.7.1


Ajoutons la DataSource et déclarons la dans la JNDI


Pour cela nous suivrons le tutorial de Nicolas Wetzel : Setting DataSource (JNDI) in GWT 1.6 (hosted... &lt;a href=&quot;https://dotclear.placeoweb.com/post/DataSource-Jetty-GWT&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; GWT Jetty DataSource JNDI Google Eclipse Plugin&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/DataSource-Jetty-GWT#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/DataSource-Jetty-GWT#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/231</wfw:commentRss>
              </item>
      </channel>
</rss>
