Questions tagged [servlet]

35 questions
0
votes
3 answers

How to check/monitor/log Servlet memory usage on Windows?

I've notices several topic on how to check the memory usage of Java application on linux, but I can hardly find anything, even on Google, about a quick and easy way to perform such a check on Windows. The situation is, I've got Tomcat up and running…
Michael Mao
  • 215
  • 1
  • 5
  • 12
0
votes
1 answer

Does Tomcat or Jetty cache dynamic content?

I'm working on a Servlet app with contents that are updated periodically. Hence, between updates any dynamic pages generated by the Servlet can be cached. Does Tomcat or Jetty (or any Servlet container) offer a way to cache dynamically generated…
Continuation
  • 3,080
  • 5
  • 30
  • 38
0
votes
0 answers

com.google.api.client.googleapis.json.GoogleJsonResponseException: 401 Unauthorized when I try to create a google people contact

Good day. I'm developing a java servlet that allow to add or update a contact on Google Contact. I've created a Google application having Google People service active. Before to use the Google People service I made a Google connection…
0
votes
1 answer

Teamcity - package javax.servlet does not exist

How do I import javax.servlet in Teamcity? I have the below error message when I try to build the java project through teamcity IntelliJ IDEA runner. This is my first time with teamcity and I'm using this…
user630702
  • 495
  • 10
  • 32
-1
votes
2 answers

Is ssl needed between 2 ec2 instances over private port

I have a general security question related to data sharing between ec2 services. I have 2 ec2 instances in the same aws region which communicate with each other over a Java Socket on a specific port (lets say 27200). I've set the firewall on their…
user143278
  • 47
  • 2
1 2
3