Re: Deploying GWT application (WAR)

2009-02-06 Thread Jonathan

It's exactly what i try to use.
I use the gwt-dev-linux.jar to get the catalina.tomcat package, and
the server runs fine.
But i don't success to deploy my applciation.

I built my war as described in the faq (pretty sure it's ok), moved it
to the webapps folder (the one which is gave by the gwt installation,
i would like to use this tomcat install).
When i launch to localhost:, it says me to enter the module name/
html file, so i enter the name of the war without the .war but it says
me "no module named ...")

So i'll investigate a bit more on this and will let you know if i
success or not.
Is there any other way to do it easily ?
I think i messed up the webapps folder and i still don't understand it
good enough.

Anyway, thanks for the help and let me know if you know an easy way to
do it ^^.

Regards.

On 6 fév, 09:32, Litty Preeth  wrote:
> http://www.onjava.com/pub/a/onjava/2002/04/03/tomcat.htmlhttp://www.javalobby.org/articles/tomcat2go/
>
> On Fri, Feb 6, 2009 at 1:53 PM, Jonathan  wrote:
>
> > Thanks for the answer !
> > What should I give to the user to allow him to run the WAR locally ?
> > I mean i would like to embed tomcat in the application to allow the
> > user to run it locally (without internet) and to deploy it on a server
> > like you said.
>
> > I already made the hierarchy of the war, it's ready to be zipped/
> > wared, but i don't know how i can reproduce the hosted browser system
> > to deploy the app.
>
> > Thanks again for your support!
> > Best regards.
>
> > On 6 fév, 06:07, Litty Preeth  wrote:
> > > Well for web application you dont give the user a WAR file, but you
> > deploy
> > > the war file on a server machine (where you have an application server
> > like
> > > Tomcat installed) and then give the url of the application to the user.
> > User
> > > will use his browser to open ur URL.
>
> > > - litty
>
> > > On Fri, Feb 6, 2009 at 4:13 AM, Jonathan 
> > wrote:
>
> > > > Hi to all,
>
> > > > I managed to install properly gwt that runs fine under my linux.
> > > > However, i have some problems to understand the deployment step to
> > > > war.
>
> > > > I use a servlet to upload a file to server so i would like to deploy
> > > > my project WITH tomcat.
>
> > > > Is that possible ?
> > > > So that, if i want to install it on a web server, i just have to
> > > > deploy the war file (i don't know how to create it, i just made the
> > > > hierarchy :/)
> > > > And if it's only for local use, the integrated tomcat will be used. As
> > > > the hosted browser do...
>
> > > > Not sure if i'm clear but to sum up: how to deploy my application with
> > > > tomcat ? This way the user only double click the jar/war and it
> > > > launchs browser with tomcat. I can't offer user to install gwt hosted
> > > > browser ...
>
> > > > Thanks in advance.
> > > > Best regards.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Deploying GWT application (WAR)

2009-02-06 Thread Litty Preeth
http://www.onjava.com/pub/a/onjava/2002/04/03/tomcat.html
http://www.javalobby.org/articles/tomcat2go/

On Fri, Feb 6, 2009 at 1:53 PM, Jonathan  wrote:

>
> Thanks for the answer !
> What should I give to the user to allow him to run the WAR locally ?
> I mean i would like to embed tomcat in the application to allow the
> user to run it locally (without internet) and to deploy it on a server
> like you said.
>
> I already made the hierarchy of the war, it's ready to be zipped/
> wared, but i don't know how i can reproduce the hosted browser system
> to deploy the app.
>
> Thanks again for your support!
> Best regards.
>
> On 6 fév, 06:07, Litty Preeth  wrote:
> > Well for web application you dont give the user a WAR file, but you
> deploy
> > the war file on a server machine (where you have an application server
> like
> > Tomcat installed) and then give the url of the application to the user.
> User
> > will use his browser to open ur URL.
> >
> > - litty
> >
> > On Fri, Feb 6, 2009 at 4:13 AM, Jonathan 
> wrote:
> >
> > > Hi to all,
> >
> > > I managed to install properly gwt that runs fine under my linux.
> > > However, i have some problems to understand the deployment step to
> > > war.
> >
> > > I use a servlet to upload a file to server so i would like to deploy
> > > my project WITH tomcat.
> >
> > > Is that possible ?
> > > So that, if i want to install it on a web server, i just have to
> > > deploy the war file (i don't know how to create it, i just made the
> > > hierarchy :/)
> > > And if it's only for local use, the integrated tomcat will be used. As
> > > the hosted browser do...
> >
> > > Not sure if i'm clear but to sum up: how to deploy my application with
> > > tomcat ? This way the user only double click the jar/war and it
> > > launchs browser with tomcat. I can't offer user to install gwt hosted
> > > browser ...
> >
> > > Thanks in advance.
> > > Best regards.
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Deploying GWT application (WAR)

2009-02-06 Thread Jonathan

Thanks for the answer !
What should I give to the user to allow him to run the WAR locally ?
I mean i would like to embed tomcat in the application to allow the
user to run it locally (without internet) and to deploy it on a server
like you said.

I already made the hierarchy of the war, it's ready to be zipped/
wared, but i don't know how i can reproduce the hosted browser system
to deploy the app.

Thanks again for your support!
Best regards.

On 6 fév, 06:07, Litty Preeth  wrote:
> Well for web application you dont give the user a WAR file, but you deploy
> the war file on a server machine (where you have an application server like
> Tomcat installed) and then give the url of the application to the user. User
> will use his browser to open ur URL.
>
> - litty
>
> On Fri, Feb 6, 2009 at 4:13 AM, Jonathan  wrote:
>
> > Hi to all,
>
> > I managed to install properly gwt that runs fine under my linux.
> > However, i have some problems to understand the deployment step to
> > war.
>
> > I use a servlet to upload a file to server so i would like to deploy
> > my project WITH tomcat.
>
> > Is that possible ?
> > So that, if i want to install it on a web server, i just have to
> > deploy the war file (i don't know how to create it, i just made the
> > hierarchy :/)
> > And if it's only for local use, the integrated tomcat will be used. As
> > the hosted browser do...
>
> > Not sure if i'm clear but to sum up: how to deploy my application with
> > tomcat ? This way the user only double click the jar/war and it
> > launchs browser with tomcat. I can't offer user to install gwt hosted
> > browser ...
>
> > Thanks in advance.
> > Best regards.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Deploying GWT application (WAR)

2009-02-05 Thread Litty Preeth
Well for web application you dont give the user a WAR file, but you deploy
the war file on a server machine (where you have an application server like
Tomcat installed) and then give the url of the application to the user. User
will use his browser to open ur URL.

- litty

On Fri, Feb 6, 2009 at 4:13 AM, Jonathan  wrote:

>
> Hi to all,
>
> I managed to install properly gwt that runs fine under my linux.
> However, i have some problems to understand the deployment step to
> war.
>
> I use a servlet to upload a file to server so i would like to deploy
> my project WITH tomcat.
>
> Is that possible ?
> So that, if i want to install it on a web server, i just have to
> deploy the war file (i don't know how to create it, i just made the
> hierarchy :/)
> And if it's only for local use, the integrated tomcat will be used. As
> the hosted browser do...
>
> Not sure if i'm clear but to sum up: how to deploy my application with
> tomcat ? This way the user only double click the jar/war and it
> launchs browser with tomcat. I can't offer user to install gwt hosted
> browser ...
>
> Thanks in advance.
> Best regards.
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Deploying GWT application (WAR)

2009-02-05 Thread Jonathan

Hi to all,

I managed to install properly gwt that runs fine under my linux.
However, i have some problems to understand the deployment step to
war.

I use a servlet to upload a file to server so i would like to deploy
my project WITH tomcat.

Is that possible ?
So that, if i want to install it on a web server, i just have to
deploy the war file (i don't know how to create it, i just made the
hierarchy :/)
And if it's only for local use, the integrated tomcat will be used. As
the hosted browser do...

Not sure if i'm clear but to sum up: how to deploy my application with
tomcat ? This way the user only double click the jar/war and it
launchs browser with tomcat. I can't offer user to install gwt hosted
browser ...

Thanks in advance.
Best regards.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---