Apache Tomcat is an open source Servlet Container and is developed by the Apache Software Foundation (ASF).
0
votes
0answers
25 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
1answer
15 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
0answers
8 views
Adding a blog to a jsf site
I have a JSF site running on tomcat.
What is the best way to add a blog onto my site?
At the moment I have a jsf template page with the header/nav bars and I want the blog to use the same template.
1
vote
1answer
10 views
Integrating wordpress with website written in JSP
I have my website which is developed using Spring MVC using JSP. I wanted to integrate the wordpress blog to the website. I.e Install wordpress on the webserver and have it linked to the site menu.
...
0
votes
0answers
14 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: ...
-1
votes
0answers
7 views
Configure SSL certificate on Tomcat web server [closed]
I am attempting to configure my Tomcat 7 web server to support SSL, but I have encountered a problem. I believe that the certificates I have are fine because I was able to successfully configure them ...
0
votes
1answer
5 views
Image hosted as HTTPS in Tomcat does not display in Outlook
I have a question regarding image hosting.
I have a tomcat server which hosts a website over https. It contains a number of images whose links are used in some emails. I expect the images to be ...
0
votes
0answers
25 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
13 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
33 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
12 views
Tomcat ssl mutual authentication fails with socket closed
I am working on web application to achieve certificate based login.
I am using tomcat 7 and i have configured http connector as below and also auth-method configured as CLIENT-CERT on my project ...
0
votes
0answers
18 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
1answer
13 views
Servlet filters' order of execution
I stumbled upon a bug in my web application that had me scratching my head (and eventually pulling my hair) for a while before I found out what was going on.
Basically, I had 2 filters defined in my ...
0
votes
0answers
11 views
How can I catch tomcat logs by using java.util.logging?
How can I catch tomcat logs by using java.util.logging?
I haven't got idea how to bind logs to my handler
1
vote
0answers
18 views
Distributed cache using infinispan on tomcat failes to start
Hi I'm trying to use infinispan as a distributed cache on my application. im using it as a second level cache for hibernate using spring and JPA.
Infinispan is configured to work in distributed ...