Primary links

Deployment

Please share how you successfully deployed your application. It could be of great help to millions. Take us through the process in your own words to use the use of technical terms. Thanks

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
gcohen's picture

Hi Zig2na-   Have you

Hi Zig2na-

 

Have you taken a look at the Deployment Guide which comes with the product?  After taking a look at it, let me know what questions are left unanswered, and we can address them here . . .

geremy

Reg Deployement

Hi i am using Java as language and tried to create deployment but in select project list it is empty...If i chose java  runtime deployment its asking for JNDI names.How to specify it and where i should create.If i give it in connection string of datasource its giving error

gcohen's picture

Hi Scibi-   Please open a

Hi Scibi-

 

Please open a new topic on this and we can continue from there.  Thanks!

geremy

Not all that clear to me

Hi geremy

Thanks for your quick response.

Begining of the guide talks about the possibility to deploy applications to any servers(ISP) with LAMP setup. But the confusion sets in when activegrid server is needed in the process of deploying an application, does it mean that an ISP needs activegrid server setup to run/host applications developed in activegrid studio?

Thanks.

gcohen's picture

Hi Zig2na-   Check out

Hi Zig2na-

 

Check out this thread:

http://dev.activegrid.com/community/?q=node/243

 

And tell me if it makes things clearer.

geremy

Reg Deployement

Hi Zigna,

I have succefully deployed my application & executed in Apache.First U download the Active Grid Commercial version

Then Go to tools ---->Deploy application

Ur Project name will be available & cick Next & selct the datasource & click next

Select the path to create the deploy fn.For example just create a newfolder abc in desktop & give that path.

Now abc folder will contain twoo folders META-INF and WEB_INF

Now download the Apache-tomcat 5.5.23 version & install it.

For database connectivity download mysql-connector-java-5.0.6-bin jar file

Now copy this file and goto programfiles--->apachesoftwarefoundation--->Tomcat5.5--->common--->lib and paste the mysql-connector-java-5.0.6-bin jar file

then copy the deployed folder abc and paste it in C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps

now start the tomcat server and open Internet Explorer

type http://localhost:8080/abc and press enter

Ur appln will be executed.

Hope this would help u all.....

gcohen's picture

Also, check out steps 12-17

Also, check out steps 12-17 for the actuall install procedure to any Linux box (1-11 are Linode specific.)

geremy