0
votes
1answer
12 views

favicon.ico not displaying in spring mvc 3.2.2 per Tomcat 7.0?

I'm new to spring mvc and my favicon.ico is not showing up in browser tab using spring 3.2.2 using tomcat 7.0. I have tried looking at related googling but still cannot get it to show up in the ...
1
vote
1answer
21 views

Faces Servlet - ClassNotFound Exception

I am developing a sample application using JSF 1.2 and PrimeFaces 3.5. I have RAD in my desktop and created a new dynamic web project. I have written xhtml file with primeface editor tag. But, when I ...
-2
votes
0answers
33 views

java project with online database on a browser's interface [closed]

our professor gave us as homework the following project in java: we have to program a software for selling cars to customers, in which the cars are taken from an online database. There are different ...
0
votes
1answer
15 views

How do I implement a plug-in architecture using RMI?

I am trying to implement an RMI workflow between a Java Swing client and a Tomcat server. The difficulty that I'm having is with creating a plug-in architecture, so that users who buy our product can ...
1
vote
0answers
17 views

How to set prefered libs for Apache TomEE?

I have need to set prefered libs from my project for Apache Tomee. For example, I know there is special weblogic.xml when I can set prefer application resources, in the case with WebLogic Server. I ...
1
vote
5answers
51 views

Creating a WAR file using Java

How do I create a deployable WAR file for Apache Tomcat servers programmatically with Java? Is there a library for such a task? I am working on a small own IDE for special purposes. The IDE is ...
0
votes
0answers
47 views

I am getting 404 error suddenly, I am using tomcat 7 +Eclipse juno

My browser is saying below status HTTP Status 404 - type Status report message description The requested resource is not available. Apache Tomcat/7.0.33 My application was ...
0
votes
1answer
53 views

Compiling JAVA class file within TomCat Server

I have a class file that creates a monthly report by talking with a MySQL database, it also creates graphs as JPEGs (Hence why it must be in the TomCat Directory and not compiled as an app) The front ...
0
votes
1answer
35 views

Tomcat no idea error?

well I have no idea what this error is about, anyone familier with this? - Bir 18, 2013 5:03:05 AM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native ...
0
votes
1answer
18 views

NetBeans 7.0.1: Access to Tomcat server has not been authorized

i am a beginner, just started with JSP and am stuck at the starting. please help me out. i have downloaded catalina.bat and setclasspath.bat in there proper location /tomcat/bin/ but still getting the ...
0
votes
4answers
48 views

eclipse servlet java.lang.ClassNotFoundException: javax.servlet.Servlet

I keep getting this error: java.lang.ClassNotFoundException: javax.servlet.Servlet when I attempt to run my servlet in eclipse. I am using the web version of eclipse in conjunction with Tomcat. I ...
-1
votes
3answers
71 views

Create a web application from a preexisting application [closed]

Is there a way to make a website from a preexisting Swing Java application? I have been looking through different methods for creating a Java web application and created a simple web app using a ...
0
votes
1answer
17 views

How to “run” OSGi fragments on Tomcat?

I want to integrate some existing OSGi bundles and fragments in a servlet and run it on Tomcat 7. Following this tutorial http://www.javaworld.com/javaworld/jw-06-2008/jw-06-osgi3.html I managed to ...
0
votes
0answers
14 views

Jersey fails to generate WADL since upgrading to Java 7 and Tomcat 7

I'm building a RESTful web service using Jersey 1.11. Out of the box Jersey generates basic WADL at runtime that you can obtain from your REST app via GET http://path.to.your/restapp/application.wadl ...
-1
votes
1answer
30 views

In which file Tomcat Java options are saved

I want to change memory configuration of Tomcat. I know it can be done at Start > Apache Tomcat > Configure Tomcat > Java Tab] as can be seen and specifying options like -Xms512m -Xmx1024m ...
0
votes
1answer
36 views

JAVA asks to trust SSL certificate after adding it to keystore

I am new to SSL certificates with JAVA and Tomcat. What I have done is: 1- Generated keystore and certificate using keytool -genkey -alias tomcat -keyalg RSA \ -keystore keystore.jks 2- After ...
1
vote
3answers
56 views

Tomcat session cookie doesn't expire

I have a web application in Tomcat 7 which keeps user information in session as a DTO object. I also have Spring security enabled for my project which automatically redirects a user to a login page if ...
0
votes
0answers
16 views

JNDI lookups for different vendors

I know jndi are vendor specific when we are trying to initializing a initialContext. For jboss it would have the following: java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, ...
0
votes
1answer
40 views

Web Services at tomcat

I have a set of facts in Java web services and they are all server-side. One is currently operating but want to add others in the same port or will have to be on another port. Can I have multiple web ...
0
votes
1answer
40 views

Running RMI client in Tomcat 7 got ClassNotFoundException

I am having some difficulties with RMI and Tomcat. This is the big picture of this project I am working on: the RMI client is called by a Java servlet that runs in Tomcat, the servlet accept user ...
0
votes
0answers
12 views

tomcat crash outside the virtual machine with xuggler

I'm having this strange behavior about tomcat, I'm using locally tomcat 7 to test my webapp that have to do some video manipulation by using xuggler libraries. Everything seems to work fine when I ...
2
votes
4answers
40 views

Purpose of storing variables in web.xml?

A lot of the advice on the web on storing variables which may change depending on the env/other conditions is to put them in web.xml, but isn't the web.xml within the war file? even if you find the ...
0
votes
1answer
23 views

how to modify the basic login authentification from tomcat with Realm?

I have a webproject with tomcat, java and jsp. I have done an authentication with Realm (Basic Authentication) in my server.xml from the tomcat like this: <Realm ...
1
vote
1answer
25 views

what is the significance of auth attribute of datasources defined in tomcat

In tomcat we define datasources. In datasources there is a attribute "auth". Generally i used to have its value equal to "container". for example. <Resource name="jdbc/myoracle" auth="Container" ...
2
votes
1answer
23 views

Is there a container-neutral way of enabling directory listing?

I have a web app which contains some static contents. I'd like to make it browse-able. I test the web app in my local environment using Jetty and deploy it in production environment which uses Tomcat. ...
0
votes
1answer
37 views

java.lang.NoClassDefFoundError: apache-tomcat-7.0.25

While deploying my application to a tomcat server I'm facing following errors: 2013-06-14 07:54:36 ErrorLogger [ERROR] Job (DEFAULT.NearByRioDeJaneiro threw an exception. ...
0
votes
2answers
36 views

JNDI configuration in Tomcat

I am trying to set up JNDI lookup in web application to be deployed in Tomcat 7. I have specified following properties in jndi.properties file: ...
0
votes
1answer
36 views

HTTPstatus 500 in deploying Jersey based Restful service project

I have recently started with Jersey following this tutorial. I have configured the services/package name in web.xml alright, Now the thing is I am getting an javax.servlet.ServletException: ...
0
votes
1answer
33 views

JSP contentType and pageEncoding not working, I've tried it all

I'm completely puzzled. I've set my Apache and Tomcat config files, Java Servlet project and JSP pages, ALL OF IT to "UTF-8" to support spanish characters (á, í, ó, etc). I've systematically followed ...
0
votes
2answers
15 views

Running a webserver for JSP without running as windows service

Problem: I don't have administrative as to install services in my machine. so i am not able to use glass fish/tomcat . I want to know is there is any work around this ? why cannot it run just as ...
0
votes
1answer
40 views

Eclipse and tomcat but run web application from 'target' directory (created by maven)

I am using Eclipse and tomcat but I want to configure the tomcat configuration to run from a directory in my 'target' directory. The target directory is created by maven. I have the project ...
0
votes
0answers
31 views

Deploy Grails to AWS error 404

I have a grails application. I don’t have the War file. I only have the folders and the files. I am trying to install it and I am facing problems. The steps I am using are: I am creating a zip file ...
0
votes
0answers
27 views

ssl handshake failure TLSv1

When connecting to our host via wget or openssl, by default we get the following error: # openssl s_client -connect hostname.com:443 CONNECTED(00000003) write:errno=104 The same error exactly ...
0
votes
0answers
14 views

Tomcat 6 capping access log file size

In tomcat 6 is there a way to cap access log file / directory size without external batch script? Something similar to log4j RollingFileAppender maxBackupIndex. Through the manual page ...
0
votes
1answer
53 views

java.net.SocketTimeoutException: Read timed out under tomcat

I have a tomcat based web application. I am intermittently getting the following exception, Caused by: java.net.SocketTimeoutException: Read timed out at ...
-1
votes
1answer
32 views

Using Tomcat 7 on Ubuntu 12.04 server and Eclipse EE: servlet won't run a class file

Clicking the submit button on my form produces a save dialog box (asking me to save the .class file that is supposed to run as called from POST) instead of a new page with the form partially filled ...
1
vote
2answers
33 views

Is it necessary to explicitly close connections in Tomcat JDBC pool?

Example code in "http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html" explicitly closes a connection after it is used. However according to my understanding, should not it be the connection pool's ...
1
vote
1answer
41 views

JDBC Transactions behaviour while tomcat redeploying

What happens when I have a number of active JDBC transactions and a redeploy hits the web application?, I searched the Tomcat docs but didn't find anything related. For example: 30 customers have a ...
0
votes
1answer
24 views

Error instantiating servlet class in Eclipse Europa?

First.java : this is my first java class package com; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.http.Cookie; import ...
1
vote
1answer
27 views

Java Webapp Cannot Find Local Server Directory

I have a Spring MVC 3.1 webapp running on Tomcat 5.5 on a CentOS server. I have a controller that checks for the existence of a file located on a network share, which is mounted on the server ...
0
votes
1answer
9 views

Change YourKit Remote Profiler Temp Directory

Is it possible to change the directory that the YourKit remote profiler puts its jars in? We're experiencing this error message when attempting to start Tomcat on CloudFoundry (running Ubuntu 10.10) ...
0
votes
2answers
32 views

encrypt/decrypt java class and implment and deploy in tomcat with custom class loader

I have a application war bundled with class files which we deploy into tomcat. I will be deploying the application at client location server where different people will have access to it. I want the ...
0
votes
1answer
17 views

validating jar file error in eclipse while starting tomcat

validate jar file (link to hidden metadata folder in my working directory/geronimo-servlet_3.0_spec-1.0.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: ...
1
vote
2answers
40 views

ImageIO NullPointerException on server

I am getting a NullPointerException when I run my Java Servlet. Here's my code: out.println("<image>"); int BI_WIDTH = 1000; int BI_HEIGHT = 1400; BufferedImage bImage = new ...
2
votes
1answer
41 views

Exception in Tomcat7

I am not sure why this has started to happen but today I tried to use my Tomcat7 after a long time and whenever I am trying to access any application it is throwing me this error: type Exception ...
1
vote
0answers
32 views

MySQL Query caching doesn't work from Application Server

Below are my Query cache settings, mysql> show variables Like '%query_cache%'; +------------------------------+---------+ | Variable_name | Value | ...
2
votes
2answers
59 views

Install a Grails War File to remote server including mysql database

I have a Grails War File that includes a game application. Also I have the mysql database for this game. I have never before engaged with Grails. I want to install this application to a remote ...
0
votes
0answers
23 views

Java Web Project not able to execute DLL File from Inside Eclipse

I have a web project which is working fine when I am deploying that project to individual tomcat but when I am trying to run same project from inside Eclipse and in same tomcat instance it is not ...
0
votes
3answers
37 views

How can I run a Java app on Apache 2.2 without Tomcat?

I'm building a webservice with Java that does not use JSP or servlets, and want to run it on my Apache HTTP server without having to install and configure Tomcat. Is this possible (easily), and how ...
0
votes
1answer
15 views

Windows Tomcat Service jvm -JvmSs parameter

I see references to the JvmSs parameter in the Tomcat Doco --JvmSs Thread stack size in KB There is nothing in the Oracle JVM doco about this. (Correct me if I'm wrong) Is this an obselete ...

1 2 3 4 5 117