Foren

Ext Deploy Problem

madiha mir masood, geändert vor 15 Jahren.

Ext Deploy Problem

New Member Beiträge: 10 Beitrittsdatum: 05.12.08 Neueste Beiträge
Hei could u help me

iam having difficulty to deploy after creating the extension enviornment and when i try ant clean deploy.it deploy successfully and after that i tried startup command from bundles directory (new instance of tomcat) it doesnt work ??

what its reason
thumbnail
David Truong, geändert vor 15 Jahren.

RE: Ext Deploy Problem

Expert Beiträge: 322 Beitrittsdatum: 24.03.05 Neueste Beiträge
can you describe the problem a little more
madiha mir masood, geändert vor 15 Jahren.

RE: Ext Deploy Problem

New Member Beiträge: 10 Beitrittsdatum: 05.12.08 Neueste Beiträge
i meant that extension environment has built successfully with the following directory structure.,check if it is ok ,

classes
ext-impl
ext-lib
ext-service
ext-web
lib
sql
tool
.classpath
.project
app.server
build
build-common
build-parent ...........

Now was the next step to install application server and edit the app.server.madiha.properties . I choosed the Tomcat server .

if you could check the administrator guide (documentation )on liferay,check the page.33 INSTALL AN APPLICATION SERVER.
paragraph no.3 (u need to modify the data source)

They have written thar navigate to new tomcat folder that is inside /ext/server

but iam not seeing any server directory in ext (How can i navigate) ???
second thing whats the difference b/w these the following

##
## Server Directory
##
app.server.parent.dir=${project.dir}/../bundles

and
app.server.tomcat.dir=${app.server.parent.dir}/tomcat-5.5.26

----------------------------------------

i have extracted the liferay-tomcat bundle into one folder named Tomcat and i have just set the above property as

app.server.tomcat.dir=C:/liferay5/tomcat

but iam wondering that when i give the command ant clean deploy.............
then it is creating the new folder with name "bundles" and copying jsut few files there


and it has also written in guide(page 34) that navigate to new "bundles" folder and issue this command
startup on windows

i have tried then but it gives error startup.bat doesnt exist. and also i check the bundles folder that has been created after deploying it has just two files in bin directory these are lportal, and lportal.script
--------------------------------------------------------------------------
why is it soo, ???
thumbnail
The Meurwinn Concept, geändert vor 15 Jahren.

RE: Ext Deploy Problem

Expert Beiträge: 261 Beitrittsdatum: 10.04.06 Neueste Beiträge
Hi, i think you should :
- download and unzip the Tomcat server alone.
- configue the path to tomcat in "app.server.madiha.propertie"
- deploy the ext with the ant task
- run your tomcat server

I think the bundle is not so nice to begin.

Hope it will help you.
madiha mir masood, geändert vor 15 Jahren.

RE: Ext Deploy Problem

New Member Beiträge: 10 Beitrittsdatum: 05.12.08 Neueste Beiträge
ok i'll try again