Questions tagged [servlet]
35 questions
5
votes
2 answers
Using both basic and client-certificate authentication with GlassFish
I'm currently building a Java-servlet applcation (using Jersey on GlassFish to be specific). In some parts of the application I need to authenticate the user using basic authentication and in some other parts I need to use client certificates. Which…
Yrlec
5
votes
1 answer
Compression of Tomcat mod_jk results in Apache httpd
I'm developing a web application locally on my system, serving it using Tomcat (tomcat-7.0.52).
In production, I want to front the Tomcat with an Apache httpd (Apache/2.2.15).
This works and I managed to configure caching as needed.
Now I want to…
Blama
- 173
- 1
- 6
3
votes
1 answer
Why run JIRA in JBoss?
I've just finished getting JIRA & Confluence up and running Tomcat on Ubuntu Server when I noticed on the web there were installation instructions for JIRA/Confluence on JBoss.
I am unfamiliar with JEE applications servers, having spent most of my…
Dave
- 577
- 1
- 8
- 18
1
vote
0 answers
Forcing TLS 1.2 in Tomcat; catching non-compliant requests and redirecting
I'm using Tomcat (v 7 and v 8 depending on the project) with Java. I want to force Tomcat to use only TLS 1.2 (more specifically, prohibit TLS v1.0 or v1.1). In development in Eclipse I've added -Dhttps.protocols=TLSv1.2 to the eclipse.ini file;…
Bumptious Q Bangwhistle
- 163
- 1
- 9
1
vote
2 answers
Ubuntu Server and Tomcat 6 WebApp SecurityUtil Exception
I am running clean install of Ubuntu Server 9.10 with Tomcat 6 installed from the Ubuntu installation. When I upload a WebApp through the Tomcat Manager and it starts automatically on boot with /etc/init.d/tomcat6 start my Lib Jars in my Web Apps…
Bernie Perez
- 137
- 7
1
vote
2 answers
Java Servlet not found on Google App Engine deploy
I am working on an Apache Maven dynamic web project on eclipse. It uses static files (html, css, js) and a Java servlet. When I deploy my project to the google app engine, the Java servlet does not handle http requests. The project runs perfectly…
Alec
- 13
- 4
1
vote
1 answer
Tomcat 8.5 can't load @WebServlet annotations
I want to transfer my web application from tomcat7 / java7 to tomcat 8.5 / java8.
My application consists of a directory with some JSP files & WEB-INF folder which contains my application's web.xml :
Ehsan Khodarahmi
- 285
- 1
- 7
- 17
1
vote
0 answers
Java Webapp on Tomcat6 using libservlet3
I am quite new to all this Java stuff. I Installed a bunch of War-Packed Webapps on a Ubuntu Machine with tomcat6. One of them does not work (skos-play), apparently because it needs libservlet3 and Tomcat6 comes with libservlet2.5.
For the other…
Paflow
- 173
- 1
- 1
- 7
1
vote
1 answer
Configure Jetty to host simple HTML page
On my Azure VM I have a Jetty server that is hosting my Java servlet which is deployed on /opt/jetty/webapps/myservlet.war pointing to example.cloudapp.net/myservlet.
In addition I want to host a simple HTML page and point example.cloudapp.net to…
Arturo
- 423
- 3
- 6
- 19
1
vote
0 answers
How to enable authentication for cargo webapp in jetty container? (docs does not work for me)
It looks like I'm stuck with a simple and well documented issue, but nevertheless.
I'm trying to enable basic authentication in cargo web-app deployed to the Jetty server.
I'm following this document -…
shabunc
- 87
- 1
- 2
- 12
1
vote
1 answer
Lotus Domino Server 6.5 crashes frequently
We are running lotus domino server 6.5 in one our VM machine. The web applications hosted in this server are running for past 10 year with no issue. But suddenly for past few months the server is crashing frequently. I have used LND to analyze the…
Saravanan
- 125
- 5
1
vote
1 answer
ZEUS ZXTM breaks HTTP request to a Java Servlet HTTP 404?
I have a Java Servlet called "ARI" which retrieves data from an archive database and returns an XML payload with rows from that database.
We have multiple instances of this servlet running on virtual servers from the one box and can be accessed by a…
tomaytotomato
- 115
- 5
1
vote
0 answers
How to handle serlvet login redirects which cross reverse proxy virtual host boundary
I'm trying to setup the GlassFish application server behind an Apache reverse proxy. I've got it working with both port 80 and 443, but the problem is the transition between the two that occurs when a user accesses a page that requires…
Ryan
- 420
- 5
- 13
1
vote
1 answer
Apache Tomcat Servlet 404 Troubleshooting
I maintain a GWT web application that uses 3 java servlets for file download/upload and data transfer. I had my servlet mapping sin place and have not touched them in months, just a few days ago I started receiving 404 errors when trying to access…
snctln
- 113
- 5
1
vote
2 answers
Where should I place external stylesheets for servlets using Tomcat and Eclipse?
I have a website project in Eclipse using servlets which is running on Tomcat. In one of the servlets I reference an external stylesheet as such:
Where would I put this style.css for it to…
DanielGibbs
- 573
- 5
- 12
- 31