Re: webAppCreator + Maven = HTTP ERROR 404

2017-05-10 Thread Irek Szczesniak
Thank you, Thomas!

I wanted to decompress the war file, because I didn't know that an exploded 
war already had all the files.

W dniu poniedziałek, 8 maja 2017 19:35:24 UTC+2 użytkownik Thomas Broyer 
napisał:
>
>
>
> On Sunday, May 7, 2017 at 10:28:00 PM UTC+2, Irek Szczesniak wrote:
>>
>> I think I should first say:
>>
>> mvn war:exploded
>>
>> And then:
>>
>> mvn gwt:devmode
>>
>> Is there some guide on how to use Maven with GWT?
>>
>
> Add the "readme" template to webAppCreator.
> You need to first "mvn package" (you can use "mvn package -DskipTests 
> -Dgwt.skipCompilation" to go faster) before you can "mvn gwt:devmode".
>
>
>> How could I compile my project using the production mode?  With Ant I 
>> would do:
>>
>> ant build
>>
>> With Maven I could say:
>>
>> mvn package
>>
>> and then decompress the war file produced, but I wonder whether there is 
>> an easier way.
>>
>
> Why would you decompress the war file‽
> BTW, "mvn package" will produce both an exploded war 
> (target/app-1.0-SNAPSHOT) and a war file (target/app-1.0-SNAPSHOT.war)
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: webAppCreator + Maven = HTTP ERROR 404

2017-05-08 Thread Thomas Broyer


On Sunday, May 7, 2017 at 10:28:00 PM UTC+2, Irek Szczesniak wrote:
>
> I think I should first say:
>
> mvn war:exploded
>
> And then:
>
> mvn gwt:devmode
>
> Is there some guide on how to use Maven with GWT?
>

Add the "readme" template to webAppCreator.
You need to first "mvn package" (you can use "mvn package -DskipTests 
-Dgwt.skipCompilation" to go faster) before you can "mvn gwt:devmode".


> How could I compile my project using the production mode?  With Ant I 
> would do:
>
> ant build
>
> With Maven I could say:
>
> mvn package
>
> and then decompress the war file produced, but I wonder whether there is 
> an easier way.
>

Why would you decompress the war file‽
BTW, "mvn package" will produce both an exploded war 
(target/app-1.0-SNAPSHOT) and a war file (target/app-1.0-SNAPSHOT.war)

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: webAppCreator + Maven = HTTP ERROR 404

2017-05-07 Thread Irek Szczesniak
I think I should first say:

mvn war:exploded

And then:

mvn gwt:devmode

Is there some guide on how to use Maven with GWT?

How could I compile my project using the production mode?  With Ant I would 
do:

ant build

With Maven I could say:

mvn package

and then decompress the war file produced, but I wonder whether there is an 
easier way.


Thanks & best,
Irek

W dniu niedziela, 7 maja 2017 21:20:26 UTC+2 użytkownik Irek Szczesniak 
napisał:
>
> Hi,
>
> I created a sample GWT project with the Maven template:
>
> ./gwt-2.8.1/webAppCreator -templates maven,sample -out app com.example.app
>
> Then I want to run the dev mode:
>
> mvn gwt:devmode
>
> In the browser I get this error:
>
> HTTP ERROR 404
> Problem accessing /app.html. Reason:
> Not Found
>
> I would appreciate it if someone could help me out here.
>
>
> Thanks & best,
> Irek
>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


webAppCreator + Maven = HTTP ERROR 404

2017-05-07 Thread Irek Szczesniak
Hi,

I created a sample GWT project with the Maven template:

./gwt-2.8.1/webAppCreator -templates maven,sample -out app com.example.app

Then I want to run the dev mode:

mvn gwt:devmode

In the browser I get this error:

HTTP ERROR 404
Problem accessing /app.html. Reason:
Not Found

I would appreciate it if someone could help me out here.


Thanks & best,
Irek

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


HTTP ERROR 404

2011-11-06 Thread luca finocchio
Hi,
I'm trying to make an application gwt for my thesis but but I have
this error. HTTP ERROR 404 problem accessing /arnaldo/FIndirizzo.


this is my web.xml

http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
  http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";
 version="2.5"
 xmlns="http://java.sun.com/xml/ns/javaee";>

  
  
greetServlet
com.pullet.server.GreetingServiceImpl
  

  
greetServlet
/arnaldo/greet
  

  
FIndirizzoServlet
com.pullet.server.FIndirizzoImpl
  

  
FIndirizzoServlet
/arnaldo/FIndirizzo
  

  
  
Arnaldo.html
  




this is my Arnaldo.gwt.xml


  
  

  
  
  
  
  
  
  

  

  
  

  
  
  
  


this is FIndirizzo.java

package com.pullet.client;

import org.orm.PersistentException;

import com.google.gwt.user.client.rpc.RemoteService;
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
import com.pullet.server.Entity.EIndirizzo;

@RemoteServiceRelativePath("FIndirizzo")
public interface FIndirizzo extends RemoteService{

public EIndirizzo carica() throws Exception;

}

I hope you can help me out, thanks

-- 
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: HTTP ERROR: 404

2010-05-05 Thread fomba collins


Hi mram,
   I discovered that it was because I added the Hibernate core library. 
Does this prevent some files from being seen? The program executes well without 
this library but immediately I add this library to the build path it generates 
this error. Can I use gilead without this library? If so how can I do reverse 
engineering with gilead? I am using myeclipse6.5.
regards
efsiken   
   
   

--- On Tue, 5/4/10, mram  wrote:


From: mram 
Subject: Re: HTTP ERROR: 404
To: "Google Web Toolkit" 
Date: Tuesday, May 4, 2010, 12:37 PM


That happened to me twice. Just need to look if your project is
complete (.html, .css, web-inf, meta-inf, compiled code of client
side) inside the folder:
   /.metadata/.plugins/org.eclipse.wst.server.core/
tmp0/wtpwebapps/your_project_server

Maybe, the .html is missing there. Just copy the missing files there
and everything will function fine again!!



On 4 mayo, 17:19, efsiken  wrote:
> Hello,
>       I have been working on my project that was compiling and
> executing without any problems. No changes were to the program and
> suddenly, I could not have the output on the web browser but instead,
> the following error is shown:
>
> HTTP ERROR: 404
> Problem accessing /Webtop.html. Reason:
>
>     NOT_FOUND
>
> 
> Powered by Jetty://
>
> What can I do to resolve it?
>
> efsiken
>
> --
> 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-tool...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
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-tool...@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.




  

-- 
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-tool...@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: HTTP ERROR: 404

2010-05-04 Thread mram
That happened to me twice. Just need to look if your project is
complete (.html, .css, web-inf, meta-inf, compiled code of client
side) inside the folder:
   /.metadata/.plugins/org.eclipse.wst.server.core/
tmp0/wtpwebapps/your_project_server

Maybe, the .html is missing there. Just copy the missing files there
and everything will function fine again!!



On 4 mayo, 17:19, efsiken  wrote:
> Hello,
>       I have been working on my project that was compiling and
> executing without any problems. No changes were to the program and
> suddenly, I could not have the output on the web browser but instead,
> the following error is shown:
>
> HTTP ERROR: 404
> Problem accessing /Webtop.html. Reason:
>
>     NOT_FOUND
>
> 
> Powered by Jetty://
>
> What can I do to resolve it?
>
> efsiken
>
> --
> 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-tool...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
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-tool...@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.



HTTP ERROR: 404

2010-05-04 Thread efsiken
Hello,
  I have been working on my project that was compiling and
executing without any problems. No changes were to the program and
suddenly, I could not have the output on the web browser but instead,
the following error is shown:

HTTP ERROR: 404
Problem accessing /Webtop.html. Reason:

NOT_FOUND



Powered by Jetty://

What can I do to resolve it?

efsiken

-- 
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-tool...@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.



http error 404 on imported projects only

2010-04-06 Thread sumarc
Hi,

I'm new to GWT. I've installed GWT plugins on Eclipse 3.5 on my Win 7
box. I imported the project Sticky successfully, however, when I
choose to run it locally I got

HTTP 404 error
Problem accessing /Sticky.html. Reason:
NOT_FOUND

This only happens to imported projects, other projects created with
Eclipse has no problem running.

I've seen several similar posts but still cannot figure out the issue.

NB. The imported project runs ok on Ubuntu


Please help.
Thanks

-- 
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-tool...@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.