how to deploy a webpage developded in VA8.5.2 using seaside

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

how to deploy a webpage developded in VA8.5.2 using seaside

Sathya Velusamy
I have developed a sample webpage using Seaside in VA8.5.2.
I want to deploy it in a webserver so that it can be accessed by public .
Please tell me the steps to deploy this web app.
Reply | Threaded
Open this post in threaded view
|

Re: how to deploy a webpage developded in VA8.5.2 using seaside

John O'Keefe-3
Sathya -
Seaside webpages depend on a Seaside run time, so you need to be running a VA Smalltalk Seaside server application as (or behind) the webserver. Is this the configuration you have in mind?
John

On Wednesday, January 30, 2013 12:35:48 PM UTC-5, Sathya Velusamy wrote:
I have developed a sample webpage using Seaside in VA8.5.2.
I want to deploy it in a webserver so that it can be accessed by public .
Please tell me the steps to deploy this web app.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply | Threaded
Open this post in threaded view
|

Re: how to deploy a webpage developded in VA8.5.2 using seaside

Sathya Velusamy
Yes.
Seaside Server is running in the Development image.I am able to open the webpage in local host.
 But I wanted to know how to package it and place it in Run time environemt, so that this application can be accessed in intranet?


Reply | Threaded
Open this post in threaded view
|

Re: how to deploy a webpage developded in VA8.5.2 using seaside

Marten Feldtmann-2
Do you know how to build a standalone Smalltalk application or have you done this before ?

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply | Threaded
Open this post in threaded view
|

Re: how to deploy a webpage developded in VA8.5.2 using seaside

Sathya Velusamy
No.
I don't have any experinece in VA Smalltalk.
Just developed a basic webpage using seaside in VA small talk based on some references available in internet.
Wanted to know about the web app deployment in VA small talk. This is for a POC work.
Can you please explain me the steps/procedures for deploying the web application created using Seaside in VA smalltalk. Thanks in Advance.