1
vote
1answer
37 views

why am I getting the deployment error?

As I try to deploy my web application from netbeans, I get the following error : Starting Tomcat process... Waiting for Tomcat... Tomcat server started. ...
0
votes
0answers
10 views

Tomcat deploying the same application twice in netbeans

I'm using Netbeans and tomcat seems to be deploying in war application twice. I've tried both tomcat 6 and 7 and the same result. I've got a Spring MVC, Hibernate and Thymeleaf application. ...
0
votes
2answers
41 views

Tomcat version for Java 7

I am new to Java and using Java 7. I have installed netbeans 7.1 and opened a web project with default settings. Following image shows the settings. Even though the tomcat is pre-installed it is not ...
0
votes
0answers
16 views

dll already loaded in another classloader in netbeans using tomcat

Currently I develop an java web application using spring mvc, netbeans as IDE, and tomcat as web server. I want to use 3rd party jar and it seems no problem occurs when I use the jar in simple java ...
0
votes
1answer
39 views

Deploying a servlet/jsp project made in netbeans in a different ubuntu system

I created a web project in netbeans, which involves usage of various APIs. So all those libraries are linked as jar files and used to create class files which are imported in the serlet/jsp pages to ...
0
votes
1answer
63 views

java.lang.StackOverflowError being thrown by class that doesn't exist

I'm getting the following error in my IDE when trying to deploy my application. The error goes on for 50 pages so I only attached the most significant part below and a little more at the bottom of ...
0
votes
1answer
142 views

Netbeans 7.3 + Apache Tomcat 7.0.39: HttpMonitor won't start

I just added Tomcat 7.0.39 to my (windows) system. Created a catalina_base directory and populated it with files. Then configured the server in netbeans pointing it to the correct catalina_home and ...
0
votes
0answers
246 views

http status 404 - the requested resource is not available - running Tomcat 7.0.39 from NetBeans

I just started to learn Servlets using Tomcat from NetBeans. I got one simple example running but the second one which is a little bit longer does not run. When I run the index.jsp file from NetBeans ...
1
vote
1answer
48 views

Tomcat Environment Variables - Is it possible to make them permanent? or not lost on re-deployment?

I am working on an application which uses Tomcat Environment Variables (which are created through the admin console). With my little experience with this I have realized that these are lost when the ...
0
votes
1answer
32 views

How do I prevent Netbeans from not being able to start Tomcat because the port is already used?

I tend to get this annoying error alot using Netbeans 7.2. The that occassionally comes up is, Starting of Tomcat failed, the server port 8084 is already in use. I'm part of a small group of ...
-2
votes
1answer
40 views

Tomcat - The requested resource () is not available, file mp3

i just want to finish a simple html 5 example. <audio src="2.mp3" controls autoplay> Your browser does not support the audio element. </audio> but it can't complete and ...
0
votes
0answers
35 views

Problems with deploying application on Tomcat Server

For some time I'm learning JSF/Java EE. From the beginning I've an annoying problem with deploying my application using Netbeans to Tomcat7 server. The app is deploying on every save but sometimes ...
0
votes
0answers
42 views

'Test Web Service' in Netbeans launches notepad++ not a browser

I'm getting my feet wet with web services by following this tutorial: http://netbeans.org/kb/docs/websvc/jax-ws.html I've followed it closely and accurately, especially the bit for deploying on a ...
0
votes
1answer
86 views

application deployment fails in tomcat server

When I try to Run my war file in netbeans with tomcat server, I get this error. Tomcat server started. In-place deployment at ...
0
votes
1answer
158 views

Netbeans sometimes messes up my Tomcat

I use Tomcat 6.0.36 with Netbeans 7.2.1 and Java 6 and deploying my webapp from the IDE. Sometimes, when the app I use doesn't shut down cleanly, Netbeans seems to mess up the state somehow and ...
1
vote
1answer
68 views

Which WAR is Netbeans deploying?

Explanation: I currently have a Java Web Project in Netbeans and I'm using Maven. Recently I changed the pom in the project in order to generate 2 war files when building: one for development (which ...
1
vote
0answers
53 views

Web Service Missing In Java Web App WAR File

I've create java web application and have added web service to it. Right Click on Project Root Node > New > Web Service. Than as I'm using NetBeans IDE 6.9.1 I found WAR file in Project's dist ...
0
votes
1answer
68 views

The value for the useBean class attribute *** is invalid. ok in NetBeans bad on server

I am working on a JSP project using NetBeans. I am receiving "The value for the useBean class attribute variables.Player is invalid." I have looked at the other versions of this question on ...
0
votes
1answer
215 views

I can't find catalina.sh [closed]

I'm trying to get tomcat to run on Netbeans, but nothing is working. I installed tomcat on Fedora 18 via yum install tomcat. To say the least, I have yet to find the catalina.sh file netbeans requires ...
0
votes
1answer
28 views

What does it mean to have more than one tomcat server running on computer?

I am running default Tomcat server, and adding another server in Netbeans and running that as well on a different port. Does it start 2 different services? Or does it actually only mean listen to one ...
1
vote
1answer
238 views

netbeans tomcat clear log files

I've been working on an application and accidentally created an infinite loop. Great lots of output went to the tomcat server log file and each time I start tomcat from NetBeans, the IDE is loading ...
0
votes
1answer
57 views

java app: html pages encoding issue

OK, I searched for the solution for two days and I surprisingly still haven't found an answer. I have java app (NetBeans 7.2, tomcat 7, windows 7) which is displaying international (Russian in my ...
1
vote
2answers
80 views

Add static folder to Tomcat in Netbeans

While configuring a maven application in Eclipse I can add a static folder to Tomcat Server. This static folder contains properties and config files used by the web application, even images and css ...
1
vote
2answers
348 views

custom context.xml file for Tomcat 7 run from NetBeans 7

I am trying to avoid putting passwords inside both the version-controlled files and the packaged files. In order to do this, I can't have a context.xml (which contains my DB information) inside my ...
0
votes
1answer
53 views

How to set the NetBeans Server in Maven?

I have a Web Application that is environment independent so it's a single war that can be deployed to multiple environments. I have created multiple Tomcat Servers (i.e. Devel, QA, Production) and ...
1
vote
1answer
81 views

Servlet can't find a library

I wrote a command-line Java program (an html analyzer) and I'm trying to trasform it into a web-service. I wrote an jsp file that gathers some informations and passes them to my program. The problem ...
0
votes
0answers
62 views

java.lang.ClassNotFoundException: com.sun.tools.xjc.runtime.IdentityHashSet [closed]

I am trying to run a web application on tomcat 7.0.11 in netbeans. While running I get the following exception. java.lang.IncompatibleClassChangeError: class ...
0
votes
1answer
85 views

Netbeans cannot start Tomcat becouse of port 8080 is busy

That's problem: I use Netbeans + installed Tomcat 6 in Ubuntu 12.04. I integerated Tomcat into Netbeans and I can see his in the node "Servers". When I trying to run my application, I get the error - ...
0
votes
0answers
49 views

Tomcate Server starting issue from netbeans

I am unable to start Tomcat from Netbeans. I have read many suggestions on the internet, but it's not working for me. Can anyone help me resolve this issue?
0
votes
1answer
139 views

Getting error in tomcat while using NetBeans

When I run a jsp page, Tomcat says An attempt was made to authenticate the locked user "admin" org.apache.catalina.realm.LockOutRealm authenticate. I have set user and pass as admin , admin. ...
1
vote
1answer
491 views

Java EE Exception: Name java:comp is not bound in this Context

I have the Java EE app in Netbeans 7.2.1. Trying to deploy it (building ends OK), I get the error in Tomcat log: Caused by: javax.naming.NameNotFoundException: Name java:comp is not bound in this ...
0
votes
0answers
82 views

Java MySQL deployment error (UnsupportedOperationException)

I am working on a Wicket project and having a problem. Here is my piece of code: private static String select_fkey = "SELECT fullname FROM PROFILE"; private static String select_table = "SELECT * ...
0
votes
1answer
909 views

Sending File from JSP to Servlet

Please have a look at he following code JSP <%-- Document : index Created on : Nov 27, 2012, 1:11:48 PM Author : Yohan --%> <%@page contentType="text/html" ...
0
votes
1answer
94 views

How to compile a Web App in Netbeans without using Tomcat or Glassfish

I need to compile a webapp created with Netbeans (7.2) in Jenkins and I have an error indicating that I need to pass this argument to Ant: -Dj2ee.server.home=<app_server_installation_directory> ...
0
votes
1answer
249 views

Class Not Found java apache Tomcat

I need your favor. I am working on a web application in NetBeans with Apache Tomcat server. I have done lots of research to figure out the solution. I found some similar problems but I am not able to ...
0
votes
1answer
82 views

connect to remote tomcat with Netbeans

On a server Windwows 2008 R2 I have installed tomcat and I hava opene the port from the firewall. How can I connect to the Tomcat server with Netbans from my PC. I want to run a web project from my pc ...
0
votes
2answers
821 views

Changing Java EE server from GlassFish to Tomcat

I developed an applications using Netbeans with JSF, JPA and Primefaces and works fine in GlassFish server. I wanted to deploy in Tomcat server. I changed the server through properties, but the ...
0
votes
2answers
420 views

NetBeans goes very slow

I'm using NetBeans IDE 6.9.1. I have a web application in JSP using Spring version 3.0.2 and Hibernate Tools 3.2.1.GA. Slowly and gradually, it has been growing in size yet it's not a very big ...
0
votes
0answers
33 views

Netbeans needs Tomcat Password Eclipse doesnt

I have Eclipse and Netbeans and I am running Tomcat. I can't start Tomcat in Netbeans without a password, but I can in Eclipse. I don't have a username or password set in tomcat-users.xml and eclipse ...
0
votes
0answers
210 views

403 Access Denied Status with Struts 2 in Netbeans Apache Tomcat server

Why is it that when I run the welcome page in a Struts 2 project in Netbeans, that I get a 403 status error? I'm running the example HelloWorld action in a Struts 2 trial project, and on an Apache ...
1
vote
2answers
152 views

Connecting external Tomcat console to NetBeans 7.0+

I have installed Tomcat Separately from NetBeans. Then I connect my NetBeans to Tomcat and everything is working well. I can deploy project, run them and so on. The only one problem that I have is I ...
0
votes
2answers
92 views

webservice source in web.xml

How I can get my web service client (in a web application) uses the web.xml file to get the source of the wsdl? I am using netbeans 6.9 and tomcat, and so far we have in our web application a web ...
0
votes
2answers
1k views

Setup jdk1.7.0._09, netbeans and tomcat in ubuntu [closed]

I am new to Ubuntu and I don't know how can I setup it's environment variables. The path, classpath, java_home, catalina_home.. please help. Is there any guide I can download for this?
0
votes
1answer
39 views

Error in file that is already deleted

I am getting errors in tomcat's log window (using netbeans 7.2 with tomcat 7). I have deleted that file but log is still pointing to that file and line numbers. An error occurred at line: 14 in the ...
1
vote
3answers
165 views

how to trace a file from where exception is thrown?

I am getting an exception in my tomcat's log window, but I am not sure in which file the error is, here is the log output Oct 19, 2012 11:09:36 AM org.apache.catalina.core.ApplicationContext log ...
0
votes
0answers
106 views

Cannot be resolved to a type (infinite error until stackoverflow)

I am getting these errors in Tomcat log out (in Netbeans). Althought web application is running fine in browser. An error occurred at line: 7 in the jsp file: /WEB-INF/jsp/header.jsp LoginModel ...
0
votes
0answers
57 views

tomcat server not appearing in dropdown box of properties

I have successfully add a tomcat server to my netbeans project, see the screenshot But in Properties > Run I have still only glassfish servre... how to show tomcat server there?
2
votes
1answer
243 views

Can Netbeans Deploy to a remote tomcat server when my localhost is using glassfish?

I'm using NetBeans for creating and testing a web application, primarily servlets and JSPs. Though at the moment it's just the random tinkering or someone who claims not to like web-development, I've ...
2
votes
1answer
713 views

Netbeans/Tomcat/Jersey loading Spring context twice

Jersey/Spring application debugged inside Netbeans and deployed to Netbean's Tomcat server has its application context loaded twice. It is loaded, unloaded, and loaded again. BLOODY WHY?!?! EDIT: It ...
1
vote
0answers
173 views

How to stop Apache? [closed]

I've installed PostgreSQL and NetBeans on my Mac. I was developing a Web Application in NetBeans with Apache Tomcat and when I tried to compile and run my app NetBeans says me that the port 8080 is ...

1 2 3 4