&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
tomcat 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
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
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
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
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
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
1
vote
1
answer
26
views
Question on java management problem and how to debug
I am having a specific problem in a web application deployment (in Tomcat) and do not know what is the problem or how to debug it. In a web app…
java
tomcat
java-ee
jmx
asked
June 7, 2011 2:38 pm CDT
user384706
0
votes
1
answers
35
views
Maven2 WTP version for Eclipse
I want to use Maven 2 for buliding Web App using Spring 3.05 and Hibernate 3.6 on Tomcat 6 and JDK 1.6.20 In order to convert Maven WEb Project to…
eclipse
tomcat
maven-2
java-ee
asked
June 4, 2011 5:21 pm CDT
danny.lesnik
0
votes
3
answers
46
views
Access another project in TOMCAT
I have 2 projects deployed in tomcat, I want to use in one project resource files located in other projects WEBINF folder. Can I have an acess to…
java
tomcat
servlets
java-ee
asked
May 16, 2011 3:20 am CDT
jan
0
votes
2
answers
36
views
Get server Port in web application at server start
I need to retrieve server information like Server IP and Port at server startup. I am using Spring and hibernet in my project and Glassfish (and…
java
spring
tomcat
java-ee
glassfish
asked
May 10, 2011 4:32 am CDT
user746528
0
votes
2
answers
38
views
Why should I keep using JBoss?
I'm using a very old version of JBoss (4.2.3) and now I'm looking to upgrade (6.0). I'm using almost the full javaee stack, plus a million other…
java
tomcat
java-ee
j2ee
jboss
asked
May 9, 2011 10:14 pm CDT
Franky
0
votes
1
answers
44
views
Cause of deployment problem on Tomcat 7.0.12
Hi! When I try to deploy a WAR file by dropping it into webapps directory, I get following message in the console: 04.05.2011 19:34:07…
java
tomcat
java-ee
asked
May 4, 2011 12:35 pm CDT
Dmitri Pisarenko
1
vote
3
answers
30
views
Separating war application name from war file name
Currently if i deploy a war file on tomcat named say myapp.war , I can access its url by http://localhost/myapp/MyServlet . However what I want is…
java
tomcat
java-ee
j2ee
war
asked
May 3, 2011 3:38 pm CDT
pdeva
Pages
:
1
|
2
>
40
tomcat java-ee
Tagged:
tomcat + 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