SEAM项目在JBoss AS中运行?

时间:2022-04-14 19:59:52

How do I run Seam applications in JBoss AS?

如何在JBoss AS中运行Seam应用程序?

I put JBoss SEAM as a dependence (using MAVEN2) of my project and deployed it in JBoss AS - just that will sufice to make my project work properly (with all the features provided by JBoss Seam) or do I need to modify JBoss AS in any way (like, for example, include some extra seam library in the lib directory of JBoss AS)?

我将JBoss SEAM作为我项目的依赖(使用MAVEN2)并将其部署在JBoss AS中 - 只是为了使我的项目正常工作(具有JBoss Seam提供的所有功能)或者我是否需要修改JBoss AS任何方式(例如,在JBoss AS的lib目录中包含一些额外的seam库)?

2 个解决方案

#1


2  

You don't have to modify your JBoss AS installation, deploying the SEAM JARs as part of your application EAR should work perfectly.

您不必修改JBoss AS安装,部署SEAM JAR作为应用程序的一部分EAR应该可以正常工作。

#2


1  

mvn archetype:generate 

option 20 and follow steps, you should have a good start up pom.xml.

选项20并按照步骤,你应该有一个良好的启动pom.xml。

#1


2  

You don't have to modify your JBoss AS installation, deploying the SEAM JARs as part of your application EAR should work perfectly.

您不必修改JBoss AS安装,部署SEAM JAR作为应用程序的一部分EAR应该可以正常工作。

#2


1  

mvn archetype:generate 

option 20 and follow steps, you should have a good start up pom.xml.

选项20并按照步骤,你应该有一个良好的启动pom.xml。