Where is CATALINA_OPTS?

Is there a catalina_opts setting in 10.11.1 or is it replaced with JAVA_OPTS?

per instruction to fix the / in title issue, i need to add these to it, but i cant find it anywhere.

-Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true
-Dorg.apache.catalina.connector.CoyoteAdapter.ALLOW_BACKSLASH=true

Hi Sam. You should understand that this is not related to XWiki. XWiki is just a webapp that you deploy in a Servlet Container (tomcat or other). We try to help user by putting this doc but we’re not replacing the tomcat docuementation, so you need to figure this out depending on how you installed tomcat (there are plenty of ways to install it and that depends on your OS).

A simple googling could help you, for ex you can try: "tomcat “org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH”…

For ex I did that and found one of the first links to point to https://stackoverflow.com/questions/39931538/how-set-allow-encoded-slash-in-tomcat8

Does that help?