问题描述
我在eclipse中创建了一个示例ATG项目.这就是我遵循的方式.
I have created a sample ATG project in eclipse. This is the way I followed.
文件->新建->项目-> ... atg向导->新ATG模块
File->New->Project-> ...atg wizards->New ATG Module
Next->
将项目名称命名为MyFirstATGApp
,然后选择ed根目录作为C:\ATG\ATG10.1.2
Next->Default atg adaptive senario engine is selected.
Next->Next->
将默认输出文件夹"值更改为"MyFirstATGApp/classes"Next->set J2EE application Name= MyFirstATGApp-j2ee, Web application name= MyFirstATGApp-web, Context-root= MyFirstATGApp
并选择Target Applicaton Server=Jboss
然后Finish
.
Next->
put project name as MyFirstATGApp
and select ed root diretory as C:\ATG\ATG10.1.2
Next->Default atg adaptive senario engine is selected.
Next->Next->
changed "Default output folder" value as " MyFirstATGApp /classes"Next->set J2EE application Name= MyFirstATGApp-j2ee, Web application name= MyFirstATGApp-web, Context-root= MyFirstATGApp
and selected Target Applicaton Server=Jboss
Then Finish
.
在C:\ATG\ATG10.1.2 \home\bin
的命令提示符下,我尝试执行startDynamoOnJBOSS -f MyFirstATGApp
我收到以下错误消息.我也没有在垃圾箱内找到startDynamoOnJBOSS
.为什么会这样?
From command prompt from C:\ATG\ATG10.1.2 \home\bin
I tried executing startDynamoOnJBOSS -f MyFirstATGApp
I am getting following error.Also I didn’t find a startDynamoOnJBOSS
inside the bin. Why is this happening??
我是ATG的新手,我可以与逐步的ATG-Jboss-Eclipse项目建立任何链接吗?
I am new to ATG.Can I have any link with step-by-step ATG-Jboss-Eclipse project available?
推荐答案
如果找不到startDynamoOnJBOSS,则安装jboss或atg时会出现问题.但是仍然可以运行项目,只需要创建项目的耳朵并将其粘贴到服务器的部署文件夹中并启动jboss即可.
If you didn't find the startDynamoOnJBOSS then there is some problem with your installation of jboss or atg.but still you can run your project you just need to create ear of your project and paste it in your server deploy folder and start jboss.
详细信息,您可以阅读 ATG平台编程指南
For Detail You can read ATG Platform Programming Guide
这篇关于蚀中的ATG-JBoss项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!