Tagged Questions
-2
votes
0answers
34 views
java project with online database on a browser's interface [closed]
our professor gave us as homework the following project in java: we have to program a software for selling cars to customers, in which the cars are taken from an online database.
There are different ...
0
votes
0answers
20 views
Deploy gwtp hello world
Using the directions at https://github.com/ArcBees/ArcBees-tools/blob/master/archetypes/gwtp-basic/README.md and http://c.gwt-examples.com/home/maven/ide-import/eclipse I've created a GWTP project ...
0
votes
0answers
30 views
Joomla + GWT + Tomcat
I create an application in GWT, wich runs on tomcat.
Y also register the domain ".com" and installed joomla, so to make a stunning design to my home page.
How can i make Joomla's home page to manage ...
0
votes
1answer
29 views
How to convert an existing eclipse GWT project into a Dynamic Web Project?
I am using Eclipse Juno and I have a Java GWT project (SDK version 2.2). I tried setting the project facets to use Dynamic Web Module and also got rid of the GWT dependencies by going to the web ...
0
votes
1answer
28 views
$.ajax unexpected token error on tomcat server (GWT)
we are currently working on a GWT Project and ran into an unexpected token error called by .parseJSON in this function after compiling and running the project on a tomcat server. In dev mode on ...
0
votes
2answers
50 views
Debug GWT app locally/remotely while running on Tomcat
All of the tutorials/links/articles I have found for debugging GWT involve:
Using the Google-Eclipse plugin; and
Running GWT in Development Mode from inside Eclipse (with Eclipse as the web ...
2
votes
2answers
84 views
GWT call Axis2 on Tomcat doesn't work
When i try to call a web service from my server java written with GWT deployed on tomcat 7 i have this error:
java.lang.NumberFormatException: For input string: ""
at ...
0
votes
0answers
11 views
Does NTLM works with Tomcat Server? if yes then how?
I am using gwt. And the project is deployed on Tomcat server.
And now I want to use NTLM for authentication purpose, does it work with Tomcat?
0
votes
1answer
36 views
setup gxt project for tomcat 7 deployment
I've made .war file from war folder of my project and copied it to tomcat's ROOT directory. Then I start tomcat and get either GWT module 'hellogxt' may need to be (re)compiled or 404 error. What I am ...
1
vote
2answers
109 views
Running GWT on tomcat in eclipse
I am trying to get a GWT Project running on a Tomcat 7 server in eclipse. I installed Tomcat and i can run other web application out of eclipse on Tomcat without a problem.
Now i generated a gwt ...
0
votes
2answers
172 views
Cannot deploy servlet sample GWT app to Apache Tomcat 7
Original, less detailed question found here: Cannot figure out why I cannot deploy GWT application onto Apache Tomcat 7. As I was writing this, I decided to try it again and this time it worked ...
0
votes
1answer
93 views
Cannot figure out why I cannot deploy GWT application onto Apache Tomcat 7
First, I tried to follow the tutorial to deploy my application. After some fiddling and failures, I thought I should run the GWT sample Contacts project and see if that will work on my tomcat with RPC ...
0
votes
1answer
66 views
GWT - How do I deploy locale properties files?
Please help... It is the first time I am deploying an internationalized GWT application.
I have 3 locale properties files within a 'shared' source folder:
com.blabla.shared
StringConstants.java
...
0
votes
1answer
93 views
How to deploy GWT GAE applications on external server
I Have an GWT+GAE application with nosql database that runs fine in Google App Engine and in eclipse + gwt plugin with embedded jetty server on development environment.
Now in production environment, ...
0
votes
0answers
60 views
GWT Requestfactory stalled after starting under Apache Tomcat 6.0.36 ( Linux )
Need someone to point me in the right direction with a problem related to GWT RequestFactory.
Problem :
GWT RF Project is working fine when launched under Eclipse (Windows) but when copying it on a ...
0
votes
1answer
62 views
GWT CAS Tomcat deploy fails
I upgraded my GWT project with CAS. When I test it in dev mode, it works fine. Now I wanted to deploy my project to tomcat. When I'm running it, I can reach the CAS server. But when the CAS server ...
0
votes
2answers
39 views
How to define host of some strange java-process?
Good day everybody!
I'm developing java GWT web application. Yesterday it was working fine - task manager was showing netbeans process and ONE java process - definetely it was tomcat. But today I'm ...
1
vote
1answer
53 views
GWT on Tomcat 7 shows a single session
I have deployed my first GWT application to the Tomcat 7 standalone server (not in Apache).
In the application, I am storing some information in the session using
...
0
votes
1answer
62 views
Session data lost between two web directories
Yet I haven't seen solution for this in JSP. So, I have GWT application and JSP welcome and login pages. Thera are two web archives.
welcome.war
app.war
The Tomcat has two directories:
...
0
votes
2answers
192 views
Deploying GWT RPC app in Tomcat
As per the Google tutorial, I have developed the basic StockWatcher application, that makes an RPC call to the server, which sends some data, which is displayed on the client.
I now want to deploy it ...
0
votes
1answer
41 views
.war file won't be updated
I have an old project, built using Google Web Toolkit in Eclipse. When I created it, I did the following steps, in order to get the .war file
GWT Compile Project
Run the following Ant script
...
0
votes
2answers
199 views
GWT 2.5 Application Deployment in Tomcat?
I am using GWT 2.5. I have an application using gwt-rpc. I have compiled the project and make war file using an ant-script. When I would deploy the project on tomcat it loads successfully but Doesn't ...
0
votes
1answer
103 views
How to run GWT RPC in Tomcat
I have a small application which is running fine ,but not correctly in Tomcat, I just copied all the files in my GWT's war folder to Tomcat webapps folder , when i run my application on localhost, it ...
1
vote
1answer
102 views
Intercepting and forwarding client certificate to webservice
I have a web application (gwt) that is running on a tomcat application server. This web application consumes several web services (login, application data transfer, queries, etc.). The web service ...
0
votes
1answer
115 views
Get ClassNotFound exception calling greetServlet when GWT Starter app is deployed on Tomcat
Environment: Windows 7, Eclipse, GWT 2.5, Tomcat7, Java jre7
Created a GWT Web app project and let the sample code be generated. The app runs fine (w/o any code change) in Eclipse in debug mode. GWT ...
0
votes
3answers
161 views
Unable to start Tomcat Server [closed]
I am getting following exception when trying to start the server while gwt jar is present in the Tomcat lib folder. Please give me any clue to solve the problem
WARNING: Unable to load class ...
0
votes
1answer
81 views
Intellij IDEA: Ultimate to Tomcat7 server
How do I deploy my GWT application that I created in intellij IDEA: Ultimate to a remote tomcat server? The only thing that I have thought of was to upload the .war file through the manager app, but ...
-1
votes
1answer
60 views
File not being found in servlet, even though obtaining path via context.getRealPath?
Synopsis
Given the following (abridged) code that lives server-side on a servlet (Tomcat is the container). This is a GWT application, though that should be irrelevant (I think).
ServletContext ...
-2
votes
2answers
55 views
How I can deploy my GWT application on www
I created my first Java EE application (GWT + Hibernate). I want deploy my application on a Tomcat web server.
Could you give me a step by step tutorial?
2
votes
1answer
215 views
How to configure GWT stacktrace deobfuscator under Tomcat?
I want to configure remote logging service with deobfuscate option. I know that symbol maps by default are generated in /WEB-INF/deploy/MODULNAME/symbolMaps folder and GWT remote logger implementation ...
0
votes
0answers
71 views
Using GWT Application with Tomcat & mysql-connector
I am developing a GWT web application using the mysql-connector 5.1.21 to connect to my database. Everything works fine on my local development machines, but when I deploy my application to my web ...
2
votes
3answers
533 views
Best way to catch all unhandled exceptions in all Tomcat (GWT) servlets
I use Tomcat 7 and Lo4j for all my server logs and GWT for client (only AJAX calls).
All my unhandled exceptions get logged in my catalina.log.
Now I want to catch all exceptions and add some of the ...
2
votes
0answers
90 views
GWT war file uses old source files
I am using Ant builder and Eclipse to create a war file of my GWT project for deployment on Tomcat (on a windows 7 machine).
I am following the following easy tutorial to the letter.
Unfortunately ...
1
vote
1answer
96 views
When I Deploy my gwt application on tomcat and run it in IE all the images from the resource bundle appear on the screen
Hi I am developing a project where I need to produce a time line sort of a thing where in I need to place images dynamically in a horizontal line depending on the condition. The image instance would ...
0
votes
2answers
302 views
Redirect on session timeout tomcat 7
I would like to redirect users back a login page immediately when a session has timed out, without a user having to send a request to the server.
1. Is there a configuration tag that could be put in ...
0
votes
1answer
127 views
No images in HTML mode on TOMCAT
exporter.setParameter(JRHtmlExporterParameter.IMAGES_DIR_NAME, "images/jasper_tmp/");
exporter.setParameter(JRHtmlExporterParameter.IMAGES_URI, "/images/jasper_tmp/");
I'm using jasper report in a ...
1
vote
1answer
123 views
Precompression, GWT, and Tomcat
I'm Using tomcat 6 and 7. I'm trying to make a filter that will look for "resourceName" + .gz, and then forward the request to that resource if it exists (and the browser supports gzip).
I've tried ...
1
vote
3answers
310 views
GWT java.lang.NoClassDefFoundError: com/google/gwt/util/tools/Utility
When I deploy my system to Tomcat, it shows the error information below:
org.apache.catalina.core.ApplicationContext log
SEVERE: Exception while dispatching incoming RPC call
...
1
vote
1answer
296 views
Debugging GWT Client in Eclipse while running on Tomcat (multiple WARs)
I've recently started a new job wherein I have to fix bugs with and make additions to a suite of GWT applications which have had a lot of contributors/developers of the years :(
App Server: Tomcat ...
2
votes
1answer
406 views
call ejb remote
Is it possible to access an EJB remote interface method from a GWT client module write with RPC? The gwt application is on an server with Tomcat and the EJB is deployed in a Jboss server. If is it ...
1
vote
1answer
157 views
Servlets not found in AWS
I have a GWT dynamic web project and I generate the .war file
I test it on a Tomcat in localhost, works fine.
I upload it to Amazon Web Services, Elastic Beanstalk running an Apache Tomcat 6
When I ...
0
votes
1answer
138 views
GWT-RPC, Apache, Tomcat server data size checking
Following up on this GWT-RPC question (and answer #1) re. field size checking, I would like to know the right way to check pre-deserialization for max data size sent to server, something like if ...
0
votes
3answers
107 views
Web Service for Gwt Aplication
What type of web service is supported by gwt application i have tried using jersy, restfull, restlet, but nothing works with gwt. i want to deploy web service on tomcat and gwt application on app ...
0
votes
1answer
51 views
How to integrate automated monitoring/service to a gwt application?
I´ve written a supporting-solution for a little internet service provider using gwt 2.4.
It analyzes a few parameters of customers cable modems (receiving/sending - signal strengthes, frequencies and ...
0
votes
2answers
83 views
How to Pick up CSS Changes in GWT Application
Using Tomcat, I build a new WAR via Maven. Then I copy the output WAR to $TOMCAT_HOME/webapps. Then, ROOT.war becomes exploded and ROOT appears.
If I modify ROOT/style/core.css, will those changes be ...
0
votes
0answers
67 views
Opera can't load GWT application hosted on cyrillic domain
Application loads without any troubles with other browsers. But in Opera if we access application by it cyrillic domain name the app just don't load any dynamic data. If we access the app with Opera ...
0
votes
0answers
142 views
Tomcat not shutting down properly with threaded GWT app using ExecutorService
I'm having problems with a Google Web Toolkit Application that uses two SingleThreadExecutor threads and one FixedThreadPool. I can see from the catalina.out log that the threads aren't being shut ...
1
vote
2answers
233 views
NoClassDefFoundError: org/hibernate/cfg/Configuration
I am using Hibernate to implement a remote procedure call in my Google Web Toolkit project. When I run it from Eclipse as a Google "Web Application", I get a NoClassDefFoundError exception when the ...
1
vote
3answers
410 views
link apache web server on port 80 and tomcat webapp on port 8080
On port 80 I have normal apache web server.
On port 8080 I have tomcat with client and server side stuff.
My goal is:
www.mydomain.com renders a static and SEO friendly index.html while javascript ...
0
votes
0answers
181 views
An exception was thrown while searching for persistence archives
I tried developing GWT application with database name "VISION-MIL" but when I try deploying the project i've got an error on tomcat server log, I guess because jdbc driver can't deploy to tomcat. how ...




