wrong here?
Thanks,
Marek Jagielski
t; Hello,
>
> Is there any way to revoke certificate without restarting tomcat ?
>
> http://tomcat.apache.org/tomcat-7.0-doc/config/http.html :
> crlFile The certificate revocation list to be used to verify client
> certificates.
>
> is this file reloaded by tomcat, or it is read only once at startup ?
>
> regards
> Jakub
>
--
Marek Jagielski
+48 513 402 596
Hi,
Is it possible somehow to insert custom trustmanagers into SSLContext. I
see that in the code of WsWebsocketContainer in private SSLEngine
createSSLEngine(Map userProperties)
thet now it depends of default implementation.
Is the only way is to change default algorithm of the TrustManagerFactor
In tomcat's svn history I see that looked method was added to InstanceManager
(tomcat-api) when Back-porting JSR-356:
+ public Object newInstance(Class clazz)
+ throws IllegalAccessException, InvocationTargetException, NamingException,
+ InstantiationException;
+
However, I solved the problem
While debuging I see that
httpUpgradeHandlerClass in upgrade of org.apache.catalina.connector.Request
is
class org.apache.tomcat.websocket.server.WsHttpUpgradeHandler
InstanceManager is org.apache.catalina.core.DefaultInstanceManager
in the source code of my maven dependency of tomcat-api-7.0.47
)
2013/11/7 Marek Jagielski
> Hello,
> I am migrating my websocket application to the new API with version
> 7.0.47. How can correctly make a configuration of tomcat7-maven-plugin to
> use tomcat7-websocket on localhost.
> Here what I have in my pom:
> ...
>
> ...
>
Hello,
I am migrating my websocket application to the new API with version 7.0.47.
How can correctly make a configuration of tomcat7-maven-plugin to use
tomcat7-websocket on localhost.
Here what I have in my pom:
...
...
org.apache.tomcattomcat-catalina
org.apache.tomcattomcat-coyote
org.apac
new NewTokenRequest(token),
MediaType.APPLICATION_JSON), NewTokenResponse.class);
the next multipart request is correctly received on server B. And this is
for me a workaround for today.
My knowledge of SSL is basic so I still haven't done deeper analyse in
protocol. Can you give me some directions what can I try to solve my
problem.
Thank you,
Marek
--
Marek Jagielski
+48 513 402 596