uptimePlugin

2016-08-09 Thread Jürgen Weber
Hi All, I have written a tiny Plugin that displays uptime and load on Linux. Give it a try: https://github.com/weberjn/uptimePlugin Cheers, Juergen

Re: uptimePlugin

2016-08-09 Thread Jürgen Weber
ntributed plugins at > https://jspwiki-wiki.apache.org/Wiki.jsp?page=ContributedPlugins . > > thanks, > Harry > > > On 9 August 2016 at 11:22, Jürgen Weber wrote: > > > Hi All, > > > > I have written a tiny Plugin that displays uptime and load on Linux. >

Re: uptimePlugin

2016-08-09 Thread Jürgen Weber
your account, so you can create it again? > > regards, > Harry > > On 9 August 2016 at 13:01, Jürgen Weber wrote: > > > Harry, > > > > the uptime confusion goes even further, there is also > RuntimeMXBean.uptime > > which shows the VM uptime. But for

Re: uptimePlugin

2016-08-09 Thread Jürgen Weber
uetion but) where/how on jspwiki do you have a new password mailed > (can't find that option in https://jspwiki-wiki.apache.org) > > On 9 August 2016 at 14:33, Jürgen Weber wrote: > > > Harry, > > > > I just have tried a fresh install of 2.10.2 and haddock with &g

Re: uptimePlugin

2016-08-09 Thread Jürgen Weber
> All works fine. > > What exactly is your problem with resetting your password? > > kind regards, > Harry > > On 9 August 2016 at 15:45, Jürgen Weber wrote: > > > Harry, > > > > it's a bit hidden: https://jspwiki-wiki.apache.org/ th

Re: in-line audio 'wav' files

2016-10-03 Thread Jürgen Weber
You might port these old plugins: http://www.ecyrd.com/JSPWiki/wiki/AnyPluginToInsertArbitraryUrl http://www.ecyrd.com/JSPWiki/wiki/IFramePlugin Cheers, Juergen 2016-10-03 11:38 GMT+02:00 MICHAEL HARBOUR : > I use JSPWiki to compile notes about using a music digital-audio-workstation. > I > pro

Re: OT (sort of): Nuxeo migrates off Confluence

2016-11-21 Thread Jürgen Weber
Thanks for the link. Is there a Git-driven drive to source code based content? Cheers, Jürgen 2016-11-21 20:43 GMT+01:00 Dave Koelmeyer : > Nuxeo is a major open source enterprise documentation management system > product. Their developer team recently migrated all documentation from > Confluenc

Fragments of a Git File provider

2016-11-25 Thread Jürgen Weber
Hi, I have played with writing a Git file provider that writes into a Git repository. Unfortunately it is not very efficient, as JSPWiki counts versions with the oldest first, so you have to go back in Gits commit history to find out how many versions there are. Or one could cache versions in a p

Re: Migrate JSPWiki contents from mysql to flat files

2017-01-30 Thread Jürgen Weber
I once hacked a Plugin to migrate between Providers: https://github.com/weberjn/migratePlugin It works by copying each page from one provider to another. This is hardwired for my GitFileProvider, but it should be easy to change for another provider. Also you should add code for attachments. Us

Re: JSPWiki Feature Request

2017-02-21 Thread Jürgen Weber
> This would allow conversion of the wiki contents into a beautiful PDF without > much effort. Have you tried opening a JSPWiki Page in Chrome and printing to PDF? I do like the result. Juergen 2017-02-21 12:07 GMT+01:00 Juan Pablo Santos Rodríguez : > Hi Dave, > > thanks for using JSPWiki! The

Re: Configuring a public JSPWiki instance for private use

2017-10-03 Thread Jürgen Weber
Hi, I followed Dave's blog entry at https://blog.davekoelmeyer.co.nz/2014/07/20/configuring-a-public-jspwiki-instance-for-private-use/ Has someone tried to keep the front page public? (i.e. to give a friendly reason for the rest of the pages being private) I tried to give all front facing pages

Re: Configuring a public JSPWiki instance for private use

2017-10-05 Thread Jürgen Weber
Peter, that is exactly what I was looking for. Thanks very much, Juergen 2017-10-04 9:59 GMT+02:00 Peter Hormanns : >> put the ACLs into jspwiki.policy : >> >> Something like >> >> grant principal com.ecyrd.jspwiki.auth.authorize.Role "All" { >> permission com.ecyrd.jspwiki.auth.permissions

Re: Configuring a public JSPWiki instance for private use

2017-10-05 Thread Jürgen Weber
; > > extremely complicated, bordering on unusable. You cannot have a >> credible >> > > product that uses (simultaneously) file permissions, web container >> > > permissions, wiki policies and per page directives. I can't think of >> > >

Re: Configuring a public JSPWiki instance for private use

2017-10-05 Thread Jürgen Weber
> > > Low system requirements, low bandwidth and most importantly, low > > configuration. Zero configuration to start. The details can be thrashed > > out later, but JSPWiki’s offering and place in the market must be > resolved > > for success. I’ve posed this ques

JSPWiki mobile experience

2017-10-05 Thread Jürgen Weber
Hi, anybody out there with good CSS skills, who could give JSPWiki a good mobile experience? I guess LeftMenue would have to go into a drop down menue. https://issues.apache.org/jira/browse/JSPWIKI-835 Juergen

Re: Configuring a public JSPWiki instance for private use

2017-10-06 Thread Jürgen Weber
; If I had the requisite skills, my approach would be to fork it, strip it > and call it "Kitten". A re architecture to a MVC pattern like Struts2 > would be ideal as JSP is really a presentation technology isn't it? That > would be a clear migration path and a lot of th

Re: Configuring a public JSPWiki instance for private use

2017-11-09 Thread Jürgen Weber
xibility and > enabling more alternatives to current defaults. As the current pace is > slow, it'll take time to wore off the middle-ground sense, but I hope it to > get smaller with every release.. > > WDYT? > > > best regards, > juan pablo > > On Fri, Oct 6, 2

Re: Data Migration

2017-11-28 Thread Jürgen Weber
Well, there once was a JDBCProvider, might be fun to port it to current JSPWiki .. License is LGPL. https://www.ecyrd.com/JSPWiki/wiki/JDBCProviders As for migrating, I once hacked a simple Plugin to migrate to a different provider, it might be useful as copy template.. https://github.com/weber

Re: Data Migration

2017-11-28 Thread Jürgen Weber
s via the XMLRPC? > > > > On 28 November 2017 at 15:45, Jürgen Weber wrote: > > > Well, there once was a JDBCProvider, might be fun to port it to current > > JSPWiki .. > > > > License is LGPL. > > > > https://www.ecyrd.com/JSPWiki/wiki/JDBCPr

Re: Data Migration

2017-11-28 Thread Jürgen Weber
Forgive my ignorance. The old JDBCProvider has been ported and linked by https://jspwiki-wiki.apache.org/Wiki.jsp?page=ContributedProviders Jürgen

Re: Can jspwiki be used for large deployment

2018-03-22 Thread Jürgen Weber
guess not, on startup JSPWiki loads all pages into memory to parse intra-page links. 2018-03-22 5:24 GMT+01:00 dagarwa...@gmail.com : > JspWiki uses filesystem instead of a conventional database. Would you suggest > using jspwiki if it were to cater to 1billion page ? (Provided, a solid > backup

Re: Can jspwiki be used for large deployment

2018-04-03 Thread Jürgen Weber
y option - the pages of JSPwiki are stored in the database, > not on a disk, > but in general, loading all pages in memory, impossibility to set the > any name of page, and etc. -- doesn't suit me now. > > On Чт, 2018-03-22 at 08:26 +0100, Jürgen Weber wrote: > > guess

Re: How to configure JspWiki on Wildfly?

2019-02-12 Thread Jürgen Weber
a) create a wildfly resource module: https://developer.jboss.org/thread/219956?_sscc=t and make it global: https://docs.jboss.org/author/display/WFLY10/Subsystem+configuration?_sscc=t b) or use the -Djspwiki.custom.config=/java/JSPWiki/jspwiki-custom.properties" Am Mo., 11. Feb. 2019 um 23:24

Re: JSPWiki installation problem on WebLogic 12.2.1.4.0

2021-02-05 Thread Jürgen Weber
I did a quick check with WLS 14.1.1 and current JSPWiki. Deploying the war gave an error, deploying from the war exploded in a folder worked. I used a jspwiki-custom.properties that points to pages etc in the WLS pre classpath. Juergen Am Fr., 5. Feb. 2021 um 03:55 Uhr schrieb Wu Jason : > > Hi,

Re: Converting JSPWiki to HTML

2021-10-05 Thread Jürgen Weber
There is https://jspwiki.apache.org/apidocs/2.11.0.M4/org/apache/wiki/WikiEngine.html#getHTML-java.lang.String- Guess you could add a servlet/service/tag to JSPWiki that calls it Am Di., 5. Okt. 2021 um 12:27 Uhr schrieb Archan Ranade : > > Hi, > > Please let me know how to convert JSPWiki to HT

logger changes for 2.11.0

2021-12-17 Thread Jürgen Weber
Finally found some time to update to 2.11.0. Experience was mixed. Had to port my plugins to the changed API (kind of frivolous to change the API of a mature product, I dare to say, and break all existing plugins), but this went rather smoothly. But I didn't get the new logging to work. Do I really

Re: logger changes for 2.11.0

2021-12-26 Thread Jürgen Weber
hods should disappear on a-not-yet-defined > > > moment in the future). The jspwiki-210-adapters artifact should > > > reroute old methods to new ones. The jspwiki-210-test-adaptees tests > > > that the former module behaves as expected so, if it doesn't, then >

Security Manager Removal

2022-03-31 Thread Jürgen Weber
There is a JEP to deprecate the Security Manager. Is that relevant for JSPWiki? There is the jspwiki.policy, does anybody know, if that needs the security manager? JEP 411: Deprecate the Security Manager for Removal https://openjdk.java.net/jeps/411

template / skin still work

2022-04-06 Thread Jürgen Weber
Hi, I am porting our JSPWiki instances to new machines and current. Should the template / skin machanism still work? I tried setting jspwiki.templateDir = 210 jspwiki.defaultprefs.template.skinname = Ours but it seems it does not trigger. Also I found no use of jspwiki.templateDir in the code

Re: template / skin still work

2022-04-06 Thread Jürgen Weber
> It doesn't support skins. Instead it introduces the notion of Themes via > the use of %%add-css. > > Please check https://jspwiki-wiki.apache.org/Wiki.jsp?page=Category.Themes > > KR > dirk > > > On Wed, Apr 6, 2022 at 4:50 PM Jürgen Weber wrote: > > > H

search dialog: Clone this page

2022-04-08 Thread Jürgen Weber
Hi, if you click the magnifier to search, there appears a [] Clone this page option. Can you prevent the option from appearing? If you check the option, the current page is cloned, I am not quite certain why this is in the search dialog, anyway. Greetings, Juergen

Time To Move To Jakarta EE

2024-05-27 Thread Jürgen Weber
Hi jspwiki users, time is up for javax. The last javax Tomcat 9 is 89 minor versions old. Wildfly 26 was the last to support javax. Current is 32. JSPWiki should move on to Jakarta EE. Let's sed javax to jakarta and release. Support of Jakarta EE 9 https://issues.apache.org/jira/browse/JSPWIK

Re: Time To Move To Jakarta EE

2024-05-29 Thread Jürgen Weber
; > I wholeheartedly agree :-) As this would be a major release (JSPWiki > 3.0.0), perhaps we should follow the path of other oss projects and > lift the JDK requirement to 17 as well? > > > best regards, > juan pablo > > On Mon, May 27, 2024 at 10:00 AM Jürgen Weber wrot

Re: Time To Move To Jakarta EE

2024-05-30 Thread Jürgen Weber
-new folders. Cheers, Juergen Am Mi., 29. Mai 2024 um 16:08 Uhr schrieb Jürgen Weber : > > Hi Juan, > > > As this would be a major release (JSPWiki 3.0.0) > > No need to frighten people, 2.13.0 should be enough. Does the move to > Jakarta make incompatible API changes to the

Re: Streaming a file?

2024-07-11 Thread Jürgen Weber
> Is there any other way to stream files? ServletResponse.getOutputStream().write() Am Mi., 10. Juli 2024 um 18:21 Uhr schrieb Ulf Dittmer : > > How would I implement to stream a file that is not a page attachment? I'm > implementing an image upload and retrieval facility, and need to display a >

Re: Time To Move To Jakarta EE

2024-09-08 Thread Jürgen Weber
schrieb Jürgen Weber : > > Hi jspwiki users, > > time is up for javax. > > The last javax Tomcat 9 is 89 minor versions old. > > Wildfly 26 was the last to support javax. Current is 32. > > JSPWiki should move on to Jakarta EE. > > Let's sed javax to jakarta

Re: issue with DefaultAuthorizationManager and container managed LDAP groups

2025-06-01 Thread Jürgen Weber
> seems to require all roles/groups to be defined in the web.xml of jspwiki That is a requirement of jee/jakarta. I wouldn't mess with the group names, see https://issues.apache.org/jira/browse/JSPWIKI-1176 Also I doubt that there are other group names possible. I believe the DefaultAuthorizat

Re: [HELP] JAAS LDAP authentication issue with JSPWiki 2.12.2

2025-07-04 Thread Jürgen Weber
For 1 see https://issues.apache.org/jira/plugins/servlet/mobile#issue/JSPWIKI-1176 Enrico Maria Carmona schrieb am Fr., 4. Juli 2025, 13:02: > Hi Lorenzo, > I have a dockerized fully functional running system LDAP integrated, if > needed I can share some conf files. > > To enable JAAS, as per [