Questions tagged [winstone]

Winstone is a LGPL-licensed Java servlet container

Winstone is a LGPL-licensed Java servlet container.

More information can be found on the project's homepage.

Winstone is used by the Jenkins continuous build tool.

20 questions
0
votes
0 answers

How to info log message stored only info log file?

I tired to winston log file in node js.I created sample code using winston log file so,info message stored in info.log file and error message stored in error.log.but my case info message and error message stored in same file .I want separate file.…
hari prasanth
  • 716
  • 1
  • 15
  • 35
0
votes
1 answer

How to get the OriginURL using morgan and winston.js format in nodejs?

I'm trying to get the originalURL from the message attribute using winston.js and morgan in a nodejs project (the code): winstone.je const { createLogger, format, transports } = require('winston'); const { combine, timestamp, label, printf } =…
user9192087
0
votes
1 answer

custom java.util.logging properties file resulting in duplicate log files

I'm running a stand-alone Jenkins server launched from the WAR file. Jenkins advertises itself as using the java.util.logging framework for logging. I launch it as follows: java -Djava.util.logging.config.file=mycustomlogging.properties -jar…
jph
  • 2,181
  • 3
  • 30
  • 55
0
votes
1 answer

Is there any solution for OpenAM+Winstone?

I'm trying to apply OpenAM to our Web Applications for SSO. From the last month I got familiar with OpenAM, so I thought that I'm almost getting to the end. But another constraint has arisen. One Application has deeper dependency to Winstone Servlet…
-1
votes
1 answer

Run Winstone.jar without Jre

Is it possible to run winstone servlet container in tiny core without jre? If it is not possible or any minimal jre setup available for this.
1
2