JSPWiki: Unable to load and setup properties from jspwiki.properties

2021-04-21 Thread Alex Rydzewski
Kind times! I have the same problems which referenced here https://www.mail-archive.com/user@jspwiki.apache.org/msg00903.html with Debian 10, Tomcat9 (9.0.31) installed from distro deb, and JSPWiki installed as webapps. After deploy JSPWiki.war (2.11.0.M8) I see next. With #export CATALINA_O

Re: Any way for 2.11x to insert arbitrary page by URL

2021-04-27 Thread Alex Rydzewski
Kind times, Dirk! That's working! Thank you! On 2021/04/27 17:26:12, Dirk Frederickx wrote: > Hi,> > > The %%viewer class currently has hard-code height & width sizes set.> > Normally you should be able to scroll the content, when it doesn't fit.> > > I quickly checked the page you try to view

Re: haddock %%tabbedSection, %%tab-cyrillic

2021-04-27 Thread Alex Rydzewski
And that's working! Thanks! On 2021/04/28 05:47:18, Dirk Frederickx wrote: > Hello,,> > > Can you try to use the alternate (newer) syntax for TABs ?> > The old syntax (%%tab-NewOfTab) needs to convert a css-class into a> > string for the name of the TAB, which apparently doesn't handle cyrillic

Image magnifying glass effect

2021-04-27 Thread Alex Rydzewski
Kind times! Tell me please how to apply magnifying glass effect to an images just like the haddock picture on that page.: https://jspwiki-wiki.apache.org/Wiki.jsp?page=Haddock%20Template -- З найкращими побажаннями, Олександр Ридзевський |With best regards, Mr. Alexander Rydzewski,|С наи

Re: haddock %%tabbedSection, %%tab-cyrillic

2021-04-28 Thread Alex Rydzewski
Tell me please, does exist new syntax for %%leftAccordion? On 2021/04/28 05:47:18, Dirk Frederickx wrote: > Hello,,> > > Can you try to use the alternate (newer) syntax for TABs ?> > The old syntax (%%tab-NewOfTab) needs to convert a css-class into a> > string for the name of the TAB, which appa

Custom context variable

2021-04-28 Thread Alex Rydzewski
Good day! I did read the explanation https://jspwiki-wiki.apache.org/Wiki.jsp?page=WikiVariable and do not uderstand, how create custom variable for context. I needed variable, which will be contain link to another page different for each context which placed in the wiki Header. Tell me plea

Re: Custom context variable

2021-04-29 Thread Alex Rydzewski
; dirk> > > > > On Wed, Apr 28, 2021 at 5:21 PM Alex Rydzewski > > > wrote:> > > > > > Good day!> > > >> > > > I did read the explanation> > > > https://jspwiki-wiki.apache.org/Wiki.jsp?page=WikiVariable and do not> &

Re: Custom context variable

2021-04-29 Thread Alex Rydzewski
Bit more description. "Several context" mean tomcat context - several jspwiki. On 2021/04/29 08:27:56, Alex Rydzewski wrote: > Thanks for your attentions, Dirk!> > > I have modified template which used by several context with own data. > > Header.jsp contain l

Re: Custom context variable

2021-05-05 Thread Alex Rydzewski
's,> >> > > > like so:> >> > > > >> > > > HEADER.JSP> >> > > > >> > > > > >> > > > ..> >> > > > > >> > > > >> > > > > >> > > > Home> >>

Re: Custom context variable

2021-05-07 Thread Alex Rydzewski
page=%s> > > In wiki-markup:> > This is a link to the Mayonaise home-page : [Mayonaise:HomePage]> > > In a template you could do this> > Mayonaise:HomePage> > > or> > > Link to M> > > > > dirk> > > On Wed, May 5, 20

Re: Custom context variable

2021-05-11 Thread Alex Rydzewski
Frederickx wrote: > Hi Alex> > > You need to use an interwiki-ref with a colon: > > > > href=""> > > > Dirk> > > > On 7 May 2021, at 09:51, Alex Rydzewski wrote:> > > > > > Kind times, Dirk!> > > > > > Tha

Re: Custom context variable

2021-05-12 Thread Alex Rydzewski
21/05/11 20:28:20, Dirk Frederickx wrote: > Try::> > jspwiki-custom.properties: jspwiki.interWikiRef.Portal = https://mydomain.is> > ?page=%s> > > What is does: it replaces the %s by the name of the page in the wiki-link.> > > dirk> > > On Tue, May

Re: Custom context variable

2021-05-13 Thread Alex Rydzewski
ting and found out that unfortunately JSPWiki Tags do> > not support Interwiki links today :-(> > Definitely something to be fixed.> > > Can you try this:> > > > var="jspwiki.interWikiRef.Portal" />> > PageName> > Text> > > > dirk&g

Detect data directory changes

2021-07-19 Thread Alex Rydzewski
Kind times, jspwiki community! I have some trouble with next case... In my environment two virtual servers with tomcat9 and jspwiki has configured, which have ceph-fs shared the data directory. When any changes for jspwiki was did on one of the server, the changes applied only on that server.

Re: Detect data directory changes

2021-08-17 Thread Alex Rydzewski
server (Apache, Nginx)> > in front of JSPWiki to cache its requests.> > * cron some JSPWiki restarts, purging cache data between shutdown and> > start. Ugly, but it is another option too.> > > > best regards,> > juan pablo> > > El lun., 19 jul. 2021 11:1