&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
java-ee
0
votes
0
answers
58
views
Persistence transaction-type value?
I have a question about persistence.xml config parameter "transaction-type". If I set this parameter to value "RESOURCE_LOCAL", than application run…
tomcat
java-ee
glassfish
persistence
asked
June 24, 2011 4:10 pm CDT
pierre tautou
0
votes
1
answer
53
views
Get logon user information on J2EE application
I'm working with J2EE application and my web application has to recognize the user without authenticate using the windows logon user info. When I…
java
tomcat
java-ee
asked
June 24, 2011 11:26 am CDT
Andrea Girardi
0
votes
0
answers
42
views
Unable to create jasper reports using struts.
I was using Jasper Reports for generating reports in my web application using J2EE technologies. I am able to connect to the mysql database and got…
mysql
java-ee
jasper-reports
asked
June 24, 2011 6:56 am CDT
Krishnapriya
0
votes
0
answers
38
views
Ehcache cluster takes to long to startup on Tomcat
I am using a replicated ehcache which is deployed in Tomcat 7 environment. What happens here is that tomcat takes too long to startup with the logs…
java
tomcat
java-ee
ehcache
asked
June 21, 2011 11:24 am CDT
Apache Fan
0
votes
0
answers
100
views
Apache mod_jk loadbalancing glassfish cluster instances issue
I have a Java EE6 EAR application deployed on an Open Source GlassFish v3.1 server running on a Windows 2003 R2 Server on 2 clusters with 2…
apache
java-ee
glassfish
mod-jk
asked
June 20, 2011 9:12 am CDT
SibzTer
0
votes
0
answers
39
views
403 error using <security-constraint> in web.xml /tomcat
In my webapp which is deployed on tomcat6.0.29 I have given <security-constraint>…
security
tomcat
java-ee
asked
June 20, 2011 4:18 am CDT
markjason72
0
votes
4
answers
36
views
Hide JSP extension from web pages
Im developing a web application(J2EE,Struts2,JSP,Tomcat) I want to hide the .jsp extension from webpages. here is some piece of my web.xml:…
jsp
tomcat
java-ee
struts2
asked
June 20, 2011 1:47 am CDT
Amin Sh
0
votes
1
answer
39
views
Configure BasicDataSource as bean in web.xml
I'm trying to configure org.apache.commons.dbcp.BasicDataSource as bean in web.xml under a tomcat project using tomcat 6. (it's red5 with tomcat, we…
tomcat
java-ee
javabeans
web.xml
asked
June 19, 2011 11:35 am CDT
ufk
0
votes
1
answers
55
views
Connections not closed Spring with tomcat 5.5
We are using a j2ee application with spring framework 2.0. The server used is tomcat 5.5. The database used is mysql. We are using a VPS for hosting…
apache
spring
java-ee
connection-pooling
asked
June 18, 2011 3:28 pm CDT
Maxim Dsouza
0
votes
1
answer
33
views
Problem with update id
I'm gonna try to explain my problem as well I can I have some user groups to manage user rights. Some users may be customers. There's a OneToOne…
mysql
hibernate
java-ee
playframework
asked
June 17, 2011 2:52 pm CDT
GJean
1
vote
1
answer
55
views
SpringSource Tool suite: How to get my project to run on Tomcat 5.5 / Java 5?
I'm using SpringSource Tool Suite 2.6.0.RELEASE. I want to configure my project to use a run configuration that is a Tomcat 5.5 server using JRE 1.5…
tomcat
java-ee
sts-springsourcetoolsuite
springsource
asked
June 17, 2011 2:40 pm CDT
Dave
0
votes
2
answers
33
views
Is it necessary to adhere to JEE directory conventions in the webroot?
I'm working on a JEE project right now, and I love it. Much nicer (IMO) than PHP. I was looking for a list of JEE coding conventions just to make…
jsp
tomcat
java-ee
asked
June 17, 2011 8:37 am CDT
Jamison Bryant
1
vote
2
answers
62
views
Hibernate/Spring: Lots (thousands) of open connections the database
I am having a spring/hibernate/mysql deployed on my server. Since some days I am facing the problem that my application seems to open lots of…
java
mysql
hibernate
spring
java-ee
asked
June 17, 2011 8:27 am CDT
Erik
1
vote
1
answer
40
views
What's flushed by Hibernate's Session.flush()
What exactly happens when I call Session.flush() on an open hibernate session? Are all entities that I changed (persisted, deleted, updated) with…
java
mysql
hibernate
jpa
java-ee
asked
June 16, 2011 8:48 am CDT
Erik
1
vote
3
answers
35
views
Java EE scenarios that cannot be handled by Tomcat
Tomcat only implements the web container of the Java Enterprise Edition architecture. In contrast, e.g. GlassFish implements a full Java EE stack .…
tomcat
java-ee
jboss
glassfish
java-ee-6
asked
June 14, 2011 12:39 pm CDT
Matthias
0
votes
0
answers
35
views
502, 503 and out of memory errors
We have a j2ee spring application which is deployed on tomcat 5.5. We get 502, 503 errors quite often. Very rarely we do get out of memory…
tomcat
java-ee
outofmemoryexception
http-status-code-503
asked
June 13, 2011 2:00 pm CDT
Maxim Dsouza
0
votes
0
answers
49
views
Implementing a Java web proxy
I want to implement a java web proxy and I found this example but when using it with tomcat 5.5 the browser (with correct proxy setting) freeze at…
java
tomcat
java-ee
proxy
asked
June 13, 2011 4:49 am CDT
mehdouch
0
votes
2
answers
37
views
Which Java EE server for our project?
We're going to start a student project based on Java EE Spring Hibernate REST probably EJB methods via SOAP (between two servers) maybe GWT. We're…
tomcat
java-ee
glassfish
jetty
asked
June 12, 2011 4:17 am CDT
mich
0
votes
0
answers
52
views
Downloading an Excel file from Glassfish using IE8 over SSL results in an error.
I have a Java EE application that generates an Excel file and sends it to the browser (Internet Explorer 8) over HTTPS. The user is presented with…
internet-explorer
ssl
java-ee
glassfish
file-download
asked
June 10, 2011 4:30 am CDT
dima.chornyi
0
votes
0
answers
44
views
Eclipse wtp doesnt publish changes to server automatically
So I have checked the box saying 'Automatically publish when a resource changes' for tomcat settings in eclipse wtp. I find that the 'auto publish…
java
eclipse
tomcat
java-ee
wtp
asked
June 8, 2011 4:41 am CDT
pdeva
Pages
:
1
|
2
|
3
|
4
>
80
java-ee
Tagged:
java-ee
Related Tags
java
× 41
tomcat
× 40
mysql
× 17
hibernate
× 12
servlets
× 8
glassfish
× 8
spring
× 7
ejb
× 5
apache
× 5
postgresql
× 5
jboss
× 5
http
× 4
jsp
× 4
web-applications
× 4
ssl
× 4
database
× 4
jpa
× 3
eclipse
× 3
nosql
× 2
jsf
× 2
web-services
× 2
cassandra
× 2
tomcat6
× 2
jdbc
× 2
multithreading
× 2
j2ee
× 2
orm
× 2
morphia
× 1
mongodb
× 1
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy