&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
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
0
votes
1
answer
46
views
Launching xdebug stuck at 57%
i am trying to configure a debugger with eclipse for php debugging, but it gets stuck at 57%. This is my ini file [XDebug] ;; Only Zend OR (!)…
php
eclipse
php5
apache2
xdebug
asked
June 21, 2011 4:32 am CDT
kantu
0
votes
1
answer
38
views
FTP Upload Plugin in Eclipse
I need a FTP Upload plugin for Eclipse. I don't wanna use Aptana since it doesn't work on PHP Development version of Eclipse and the perspective…
eclipse
ftp
asked
June 20, 2011 1:36 am CDT
Braveyard
0
votes
0
answers
58
views
Hibernate,JSP,eclipse
I'm working on project with jsp and i need to do the login and the registring with hibernate So, i need help how to use hibernate in jsp page , and…
mysql
eclipse
hibernate
jsp
asked
June 18, 2011 3:35 pm CDT
David
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
62
views
How to install a JDBC driver in BIRT Reporting for Eclipse
I am trying to install a JDBC driver in to eclipse - specifically the BIRT tool in eclipse. I tried going to the add data source and clicking manage…
eclipse
jdbc
mongodb
birt
asked
June 14, 2011 8:03 pm CDT
Scott Szretter
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
45
views
My Eclipse/Ajax/MySQL/PHP doesnt work because the PHP file never seems to execute. Why?
Eclipse Java EE IDE for Web Developers. Version: Helios Service Release 2 Build id: 20110301-1815 PHPeclipse…
php
mysql
html
ajax
eclipse
asked
June 13, 2011 8:03 pm CDT
Robert
0
votes
0
answers
41
views
No persistence provider for entitymanager error on table creating from the entity
i'm new with JPA2.0 and I faced the problem creating the tables from the entities. Details: I've created the tables in MySQL and create the project…
mysql
eclipse
jpa-2.0
asked
June 13, 2011 8:22 am CDT
Mila
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
Pages
:
1
|
2
|
3
|
4
|
5
>
[13]
255
eclipse
Tagged:
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