[jboss-user] [JBoss Seam] - Re: Hide J2EE Seam Server

modoc do-not-reply at jboss.com
Sun Oct 21 17:30:24 EDT 2007


PHP and Java (Seam) are totally different languages.  If you mean you just want the page extensions to be .php or .html that is easy, as gagool said.  

In your web.xml you use this:

   <servlet-mapping>
      <servlet-name>Faces Servlet</servlet-name>
      <url-pattern>*.html</url-pattern>
   </servlet-mapping>

If you aren't using a lot of AJAX stuff (RichFaces, IceFaces, etc..) then I think you can hide it pretty easily.  10minutemail.com page source looks like any other page source for the most part.

If you meant something else when you said: "transform the server into a php server. (It will serve php files, but the php files are seam files). "  Please clarify and we will help if we can:)



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097290#4097290

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097290



More information about the jboss-user mailing list