Thanks for all people who replied to my question. I took Emmanuel Bourg's
advice that did the trick. It works!
On Monday, July 1, 2019, 02:53:11 PM PDT, Emmanuel Bourg
wrote:
Le 01/07/2019 à 19:55, W a écrit :
> Hi,I am migrate from ubuntu 16.04 (server), mysql 5.7 and tomcat 8 to ubu
Le 01/07/2019 à 19:55, W a écrit :
> Hi,I am migrate from ubuntu 16.04 (server), mysql 5.7 and tomcat 8 to ubuntu
> 18.04(server), mysql 8 and tomcat 9.
> My application works on old system. Now when my application tries to write a
> file on
> a directory (permission allowed), there is an
> erro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Wayne,
On 7/1/19 13:55, W wrote:
> Hi,I am migrate from ubuntu 16.04 (server), mysql 5.7 and tomcat 8
> to ubuntu 18.04(server), mysql 8 and tomcat 9. My application works
> on old system. Now when my application tries to write a file on a
> directo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Tom,
On 7/1/19 12:17, Tom Kuo wrote:
> I'm running Tomcat 8.5.39 on an ubuntu 18.04 server that is
> experiencing some weird results when trying to upgrade a secure
> websocket request from Safari. Safari is returning an "invalid
> utf-8 sequence"
Hi,I am migrate from ubuntu 16.04 (server), mysql 5.7 and tomcat 8 to ubuntu
18.04(server), mysql 8 and tomcat 9.
My application works on old system. Now when my application tries to write a
file on
a directory (permission allowed), there is an
error:java.nio.file.FileSystemException: /photoLogo
I'm running Tomcat 8.5.39 on an ubuntu 18.04 server that is experiencing
some weird results when trying to upgrade a secure websocket request from
Safari. Safari is returning an "invalid utf-8 sequence" in the browser
console when processing the request, looking at the response headers in
Safari d
Here's the error I see only when starting/using SecurityManager. If I
start Tomcat without -secuirty, it loads fine. Greatly appreciated if
someone can explain what this means and how I can fix it.
TIA.
01-Jul-2019 05:59:21.623 SEVERE [localhost-startStop-1]
org.apache.catalina.core.StandardCon
Hi,
Once I was stuck at the login pop up from Tomcat Manager too, and the problem
was the credentials being encrypted by the server. I have no clue if you have
this too but you can check in your server.xml file if there is a "digest"
attribute inside your "realm" element. Then you can delete t