&
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 eclipse
0
votes
5
answers
64
views
Tomcat JNDI Resource - Class not found: oracle.jdbc.xa.client.OracleXADataSource
The Problem Anytime I start my Tomcat server via Eclipse I always get a Class not found error: SEVERE: Exception processing Global JNDI Resources…
java
eclipse
tomcat
jndi
asked
June 24, 2011 1:57 pm CDT
John Strickler
0
votes
0
answers
56
views
Eclipse + Maven + Tomcat: testing web apps when the WAR is built with custom options
I am using Eclipse (Helios), with the "m2eclipse" plugin. I am working on a Maven-based web application project, which I test on a local Tomcat…
java
eclipse
tomcat
maven
m2eclipse
asked
June 24, 2011 12:18 pm CDT
Steve Perkins
0
votes
1
answer
56
views
Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds
I have 2 projects in eclipse. One of them runs fine and when added to Tomcat server, server can restart without any probs. However, the other…
eclipse
tomcat
asked
June 24, 2011 8:32 am CDT
En-Motion
0
votes
0
answers
44
views
Hot Deploy with Eclipse & Tomcat throwing ServletException
I've had it working and then made some style changes and it seemed to stop (<- might be a red herring). The file /hv/header.jsp hasn't moved and…
java
eclipse
tomcat
asked
June 23, 2011 8:33 am CDT
jpiasetz
0
votes
1
answer
44
views
Getting NoClassDefFoundError for BodyTagSupport with TomCat running from Eclipse
I've included servlet-api.jar in the classpath for Tomcat and the project but I'm still getting the following error java.lang.NoClassDefFoundError:…
java
eclipse
tomcat
asked
June 22, 2011 10:39 am CDT
jpiasetz
0
votes
0
answers
75
views
Webservice with eclipse,tomcat6,axis2 problem
when i'm trying to make a webservice with eclipse & tomcat v6.0 & axis2, i'm getting an error called This Web axisService has deployment…
eclipse
web-services
tomcat
axis2
tomcat6
asked
June 22, 2011 2:53 am CDT
Samet
1
vote
1
answer
55
views
Connecting to socket on Tomcat?
I'm trying to connect from a standalone applet to a servlet running on tomcat: Servlet public void init(ServletConfig config) throws…
java
eclipse
sockets
tomcat
asked
June 18, 2011 7:56 am CDT
Sbram
0
votes
2
answers
32
views
Problem with Apache Tomcat
I have a little problem with Tomcat. I'm using Eclipse Helios to luanch some Servlets , and I've installed Tomcat as a service on my Windows 7, but…
java
eclipse
apache
tomcat
jre
asked
June 16, 2011 6:55 am CDT
dotNET
0
votes
0
answers
41
views
Why does hot code replace fail in Eclipse while debugging a web application running in Tomcat 7?
Everything went well when I was using Tomcat 6. Now I am connecting the debugger to a web application deployed in Tomcat 7 using Eclipse 3.6.1. The…
eclipse
debugging
tomcat
tomcat7
asked
June 16, 2011 5:24 am CDT
Lars Blumberg
0
votes
1
answers
41
views
How do i determine the order of startup of 2 projects in one eclipse workspace ?
I am working on java 6, eclipse and tomcat . I have 2 projects in a workspace , 1 is a webservices client and the other is a webservices server.…
java
eclipse
tomcat
asked
June 15, 2011 11:19 am CDT
user517408
0
votes
0
answers
33
views
How to set up JRebel in a Tomcat environment
I'm having a hard time getting JRebel to work in my current development environment. I have multi module maven projects. Currently, the Tomcat…
eclipse
tomcat
jrebel
asked
June 15, 2011 5:13 am CDT
Pedro Mendes
0
votes
0
answers
39
views
Java WebService in Tomcat with WSDL - Axis2 problem
I've got problem with generating java webservice from WSDL file. During creation of java bean appers problem with axis2 libraries: "IWAB0506E Error…
java
eclipse
tomcat
wsdl
axis2
asked
June 14, 2011 3:16 pm CDT
MiniKarol
0
votes
3
answers
69
views
JNDI DataSource with Tomcat 6 and Eclipse
I can't get my DataSource working with JNDI and Tomcat 6, while running it from Eclipse. I've added a context.xml to my /META-INF with the following…
eclipse
spring
tomcat
jndi
asked
June 14, 2011 9:15 am CDT
Joaquín L. Robles
0
votes
0
answers
62
views
Eclipse WebApp deploying over Maven with Tomcat results in Error: 'Failed to deploy application at context path'
When I try deploying my HelloWorld project as describet at IBM Developerworks to Tomcat 7 with Maven 3 using the command mvn tomcat:deploy I get the…
java
eclipse
tomcat
deployment
maven
asked
June 13, 2011 5:03 am CDT
Jack Murphy
0
votes
2
answers
30
views
Tomcat and Eclipse Zero Turnaround Deployment
I want to be able to deploy code changes to Tomcat (near instantly), while I'm developing in Eclipse. So far, I have my output from Eclipse placing…
java
eclipse
tomcat
hotdeploy
asked
June 13, 2011 4:19 am CDT
Mikaveli
0
votes
2
answers
52
views
Tomcat & Spring Web - Class Not Found Exception org.springframework.web.context.ContextLoaderListener
I get the following exception when I try to start Tomcat through Eclipse (via right click on Project, Run As -> Run on Server).…
java
eclipse
spring
tomcat
maven
asked
June 12, 2011 10:21 am CDT
Link
0
votes
0
answers
29
views
Setting setenv.bat to run in debug mode
Presently my setenv.bat is set like below if exist "%CATALINA_HOME%/jre1.6.0_21/win" ( if not "%JAVA_HOME%" == "" ( set JAVA_HOME= ) set…
eclipse
debugging
tomcat
setenv
catalina
asked
June 9, 2011 6:22 am CDT
oneofthelions
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
0
votes
0
answers
26
views
Eclipse 3.5.2 Does Not Hit Breakpoints when Remote Debugging on Tomcat 6»
This is a local-to-local debug setup, from an Eclipse instance to Tomcat on localhost. I've tried starting tomcat from both /etc/init.d/tomcat6…
eclipse
tomcat
breakpoints
remote-debugging
asked
June 6, 2011 12:36 pm CDT
Noel
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
Pages
:
1
|
2
|
3
|
4
|
5
>
[9]
166
tomcat eclipse
Tagged:
tomcat + eclipse
Related Tags
tomcat
× 166
java
× 97
apache
× 25
maven
× 18
regex
× 16
mysql
× 16
jsp
× 14
servlets
× 13
sqlite
× 13
php
× 11
android
× 11
gwt
× 8
debugging
× 7
ftp
× 7
eclipse-plugin
× 7
jar
× 5
spring
× 5
jdbc
× 5
m2eclipse
× 5
tomcat6
× 5
configuration
× 5
axis2
× 5
ant
× 4
eclipse-wtp
× 4
jsf
× 4
server
× 4
remote-debugging
× 4
hibernate
× 4
http
× 4
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy