Hi
Can someone reply to this query please.
On 10/2/2014 8:10 PM, Kiran Badi wrote:
Hi,
I am getting below messages in the logs,
Oct 26, 2014 4:05:46 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already
defined
Oct 26, 2014 4:05:
> From: Bjørn T Johansen [mailto:b...@havleik.no]
> Subject: Parallel deployment and failed to stop a thread.
> The web application [##02] appears to have started a thread named
> [Mojarra-WebResourceMonitor-1-thread-1] but has failed to stop it.
> Is this a problem with Tomcat 8.0.14 or JS
Hi all, i cannot connect via browser and shutdown to my Tomcat (is
installed in a cloud server),
1) In my cloud is Ubuntu LTS 12.04;
2) There is Java 1.8.0_25;
3) There is Tomcat 8.0.14;
4) I can connect via ssh to my server correctly;
5) with ./startup.sh, Tomcat run correctly;
6) Typing in brows
I am trying out parallell deployment but there seems to be a memory leak? when
undeploying the old version.. I get the following message in the log..:
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web
application [##02] appears to have started a thread named
[M
Thank you for you answer.
It was the firewall.
I thought about it and I thought I was disabling it temporarily by flushing
iptables (iptables -F).
But apparently it's not enough...
Do you know the command for disabling the firewall completely (and
temporarily) without having to reboot?
I just add
On Mon, Oct 27, 2014 at 10:47 AM, Léa Massiot wrote:
> I tried exactly the same modification in "server.xml" on a Debian Wheezy
> machine and it doesn't work...
Presumably with appropriate changes to the keystore path :-)
> The browser only says that "The webpage is not available".
> I can't se
On 27/10/2014 05:58, Mихаил С. wrote:
> Hello
>
> I'm using Apache Tomcat 7.0.56 + JmxRemoteLifecycleListener with SSL
> on CentOS 6.5, results in the following error on startup:
>
> окт 24, 2014 6:00:17 PM org.apache.catalina.startup.Catalina load
> INFO: Initialization processed in 1313 ms
> ок
I have the following code for a web-socket
package comm2.hello;
import java.io.IOException;
import java.util.ArrayList;
import javax.websocket.OnClose;
import javax.websocket.OnMessage;
import javax.websocket.OnOpen;
import javax.websocket.Session;
import javax.websocket.server.ServerEndpoint;
Hello and thank you for your answer.
I followed your first advice.
I edited "server.xml" ending up with the following connectors:
---
--