Tagged Questions
1
vote
1answer
71 views
How to configure Tapestry5, Hibernate, Tomcat7, JNDI, Mysql
I've been trying to figure out how to configure Tapestry5, Hibernate, Tomcat7, and Mysql, but have not been able to get it to work. Could someone possible tell me what I'm doing wrong?
To began ...
0
votes
0answers
67 views
Why resource-ref is required for tomcat and not glassfish
I'm migrating an app from Glassfish to Tomcat7 and I'm curious as to why you need to add something like "web.xml example below" to your app WEB-INF/web.xml file with Tomcat7, but with Glassfish, this ...
0
votes
1answer
77 views
CometD makes overkill of requests
I keep seeing strange message in the log files of my webapp.
127.0.0.1 - - [15/Jan/2013:23:00:53 +0000] "POST /cometd/connect HTTP/1.1" 200 147
This message is keep appearing in there and for the ...
1
vote
3answers
533 views
Tomcat7 application fails to start
I have got a following problem that I am not sure how to solve. I believe that there is some dependency incompatiblity problem, but I dont know how to check.
Does anyone have any idea where to start?
...
0
votes
0answers
100 views
How to embed a file in local disk to a HTML on tomcat/jetty
Currently I have my video files are on webapp/videos/sample.mp4. When i run at app i can simple access the file from HTML using videos/mp4. But i need to keep those mp4 files in a local folder. ...
0
votes
1answer
207 views
Tapestry url encodes tomcat's webapp path
I'm using maven-tomcat-plugin to deploy a tapestry application on a tomcat6 server. The deployment process worked fine, but now I need to deploy it multiple times using different paths for ...
0
votes
2answers
144 views
tapestry appache error http 500 log
My project makes this error and i do not get whats wrong, here is error log from brouser.
log.txt
Any1 got any idea, how to fix it
I have no idea what is compatible, these libraries are imported
...
0
votes
0answers
526 views
Tomcat host configuration server.xml
I have this web.xml in my application.
<web-app>
<filter>
<filter-name>app</filter-name>
...
1
vote
1answer
192 views
is it possible to disable tomcat cache from a normal java file
Hi i need to disable tomcat caching for a single page. i have gone through the ref,
Control server side caching by page (Tomcat)?
&
Java servlet how to disable ...
5
votes
3answers
207 views
Tapestry Web App on Tomcat occasionally spits out garbage
We have a Tapestry-Spring-Hibernate webapp running on Tomcat 6, handing about a few 1000 requests a second. Randomly, for no apparent reason, a page just displays a bunch of random characters on the ...
4
votes
2answers
374 views
Integrating Grails with existing web application
We have a large, unwieldy but fairly stable web application written with Tapestry 4.1, which we're looking to gradually move off of. To that end we're looking at developing some new functionality in ...
0
votes
1answer
276 views
Tapestry5 application not running on WTP Tomcat server
My Tapestry 5 application is running fine with a maven "tomcat:run" build, but not when I use a Tomcat WTP server.
I.E: I created a tapestry 5 project based on the tapestry 5 quickstart maven ...
1
vote
1answer
524 views
Tapestry + JaxB conflict
I need your help to resolve a conflict between Tapestry and JaxB.
The error is :
com.sun.xml.stream.ZephyrParserFactory
cannot be cast to
org.codehaus.stax2.XMLInputFactory2
I find a way to ...
1
vote
3answers
519 views
force all session log-out
i'm using spring+tapestry for authenticate webuser. I wonder is there any technique i can force all users that currently login in to logout let say i'm on scenario where the site is 'under maintenance ...