Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Kaui configuration #147

Merged
merged 3 commits into from Nov 11, 2020
Merged

Updated Kaui configuration #147

merged 3 commits into from Nov 11, 2020

Conversation

learnjavawithreshma
Copy link
Contributor

Updated the Kaui configuration section


$TOMCAT_HOME/webapps
--ROOT.war
--kaui-standalone-2.0.5.war
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest telling folks to rename it to kaui.war. That way, the url would not change depending on the version (it would become localhost:8080/kaui/).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

<jmxConfigurator />
<property name="LOGS_DIR" value="F:/killbill/logs" />
<conversionRule conversionWord="maskedMsg" converterClass="org.killbill.billing.server.log.obfuscators.ObfuscatorConverter" />
<appender name="MAIN" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>${LOGS_DIR:-./logs}/killbill.out</file>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to confirm: With this approach, we will end up seeing both KB and KAUI logs redirected to killbill.log file, can you confirm?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure, I will verify this and let you know.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the document so that killbill and kaui logs are stored in separate files

@pierre pierre merged commit 0881183 into killbill:v3 Nov 11, 2020

. Sign in with `admin/password`. This should display the following page:

image:https://github.com/killbill/killbill-docs/raw/v3/userguide/assets/img/kaui_after_sign_in.png[align=center]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@learnjavawithreshma I just deployed the changes but it looks like there is a typo in both image urls (missing getting-started/ in the urls).

Check https://docs.killbill.io/latest/getting_started.html#_tomcat

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pierre, Sorry, my bad, fixed this now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants