Iframe source

I want to embed a vaadin component in a web page. i m confused on what should come to src of iframe?

for embedding it as div i am using following:

var vaadin = {
vaadinConfigurations: {
‘joinus’ :{
appUri:‘/server’,
pathInfo: ‘/SubscribeModule’,
themeUri: ‘/VAADIN/themes/sakshumTheme’,
versionInfo : {vaadinVersion:“6.1.4”,applicationVersion:“NONVERSIONED”}
},
}};

Now, if I have to use it as iframe what should i put src attribute ?

any help on this plz?

Hi Vivek,

if you use iframe method, you only need to specify a regular application url, the same you type in a browser to access an app (or it’s relative path), for instance: src=“/myapp”