You do not need to copy Seam to the production server. Any applications that use Seam should include the necessary Seam JAR files as part of the EAR file.
I do not know what you mean by "Do i need seam for production enviroments ?" How is this question different from what you have already asked (and I have already answered).
Regarding your question "Do i need portal ?", only you would know the answer to that. But I can tell you that a portal is not required to run Seam applications.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161549#4161549
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161549
My solution is generic. It does not depend on any features found in any application server. It relies entirely on the system property capability build into the JVM itself. Thus the Java code is the same for all app servers.
True, each app server uses a different mechanism to start the server, and thus how you get the system property to the JVM is different for each one. But that is usually a script file which is easy to change.
And also, if JBossAS did have a general JNDI initialization service, you would still have to configure JBossAS differently from WebSphere. So no matter what, you will have to do something differently to configure each app server to get the property file name.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161548#4161548
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161548
Hi all.
I'm in charge of deploying a Jboss AS Server for my firm.
Atm, and after quite fighthing and reading about jboss and java and JVM and this forum, I have the next question:
Seam is a framework, for sure, but... ¿Do i need to copy it to a production server that is gonna receive .ear archives ?
¿Will Jboss use "seam" habilities ? or are they integrated in the code the developers pass to me ?
And, at las, ¿Do i need seam for production enviroments ? Do i need portal ? (have the same problem)
Thanks in advice.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161545#4161545
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161545