Coder Social home page Coder Social logo

Comments (3)

breedx-splk avatar breedx-splk commented on August 17, 2024

I would love to see the "Steps to Reproduce" expanded here, because "Configure Tomcat with a HTTP and HTTPS listener" sounds less than trivial. 😅

from opentelemetry-java-contrib.

per-lind avatar per-lind commented on August 17, 2024

Steps to reproduce:
Install tomcat with its default configuration file.
Create a certificate for use with the https listener openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 365
Add or uncomment the example https listener in server.xml and change the certificate settings
<Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol" maxThreads="150" SSLEnabled="true"> <UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" /> <SSLHostConfig> <Certificate certificateFile="conf/cert.pem" certificateKeyFile="conf/key.pem" /> </SSLHostConfig> </Connector>

Have not tried but I would expect we would run into the same problem if we added 2 http listeners on different ports aswell.

from opentelemetry-java-contrib.

jefchien avatar jefchien commented on August 17, 2024

I think this is the same issue as #1360. It's only keeping the first MBean it gets and dropping the rest.

from opentelemetry-java-contrib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.