Upgrade from Lucee 4.5 to Lucee 5 - documentation lacking, open questions

The upgrade steps documented here
https://bitbucket.org/lucee/lucee/wiki/Lucee_5_Upgrading_Railo
are really lacking.

This sentence has an important typo:

Add lucee.jar and org-apache-felix-main-x-x-x.jar (x-x-x stands for a
specific version) to “/lib/etc” from the download and remove all other jars
in that directory, but do not remove the directory
“railo-server”/“lucee-server” if that directory is present there, which is
the case with default installations.

I guess you meant “ext” and not “etc”?

These were my steps, could you please update the documentation?

  1. Create a new folder under Tomcat/lib called “ext”
  2. Copy lucee.jar and org-apache-felix-main-x-x-x.jar to /lib/ext
  3. Add
    ‘,“${catalina.base}/lib/ext”,“${catalina.base}/lib/ext/.jar",“${catalina.home}/lib/ext”,"${catalina.home}/lib/ext/.jar”’
    to catalina.properties at the and of common.loader=…

What is also missing is the installation step to add the new Lucee Servlet.
I would suggest:

Add Lucee Servlet to /conf/web.xml

LuceeServlet lucee.loader.servlet.LuceeServlet 2 LuceeServlet *.lucee /index.lucee/*

My biggest problem with this upgrade is the fact that these Lucee 4.5
settings are ignored:

These settings are ignored, so all settings are lost?

CFMLServlet
CFML runtime Engine
lucee.loader.servlet.CFMLServlet

lucee-web-directory

D:/ApacheTomcat/lucee-web-config/{web-context-label}/
Lucee Web Directory


lucee-server-root
D:/ApacheTomcat/lucee-server-config/
Directory where Lucee server root is
stored

3

Instead two new folders were created and my old settings are lost!
D:\ApacheTomcat\lucee-server
D:\projekte_cf\WEB-INF\lucee\lucee-web.xml.cfm

So my question is:
Is it possible to upgrade and import/keep my old server/web settings?

Another question:
Is it still not possible to load custom jars (the classic way) -
see [LDEV-290] - Lucee ?

I got this information on 05/07: “This will be solved before we release the
next beta, we are working atm on all OSGi issues…”
And the “next beta” 5.0.49 was release on 05/13?

-Harry

Hi Harry,

it’d be great if you could just create an account (if you don’t have one) and quickly update the steps yourself! I recently changed something on the wiki and I think I didn’t need any special permissions etc.

Cheers
Kai> The upgrade steps documented here

lucee / Lucee / wiki / Lucee 5 Upgrading Railo — Bitbucket
are really lacking.

This sentence has an important typo:

Add lucee.jar and org-apache-felix-main-x-x-x.jar (x-x-x stands for a specific version) to “/lib/etc” from the download and remove all other jars in that directory, but do not remove the directory “railo-server”/“lucee-server” if that directory is present there, which is the case with default installations.

I guess you meant “ext” and not “etc”?

These were my steps, could you please update the documentation?

  1. Create a new folder under Tomcat/lib called “ext”
  2. Copy lucee.jar and org-apache-felix-main-x-x-x.jar to /lib/ext
  3. Add ‘,“${catalina.base}/lib/ext”,“${catalina.base}/lib/ext/.jar",“${catalina.home}/lib/ext”,"${catalina.home}/lib/ext/.jar”’ to catalina.properties at the and of common.loader=…

What is also missing is the installation step to add the new Lucee Servlet.
I would suggest:

Add Lucee Servlet to /conf/web.xml

LuceeServlet lucee.loader.servlet.LuceeServlet 2 LuceeServlet *.lucee /index.lucee/*

My biggest problem with this upgrade is the fact that these Lucee 4.5 settings are ignored:

These settings are ignored, so all settings are lost?

CFMLServlet
CFML runtime Engine
lucee.loader.servlet.CFMLServlet

lucee-web-directory
D:/ApacheTomcat/lucee-web-config/{web-context-label}/
Lucee Web Directory


lucee-server-root
D:/ApacheTomcat/lucee-server-config/
Directory where Lucee server root is stored

3

Instead two new folders were created and my old settings are lost!
D:\ApacheTomcat\lucee-server
D:\projekte_cf\WEB-INF\lucee\lucee-web.xml.cfm

So my question is:
Is it possible to upgrade and import/keep my old server/web settings?

Another question:
Is it still not possible to load custom jars (the classic way) - see [LDEV-290] - Lucee ?

I got this information on 05/07: “This will be solved before we release the next beta, we are working atm on all OSGi issues…”
And the “next beta” 5.0.49 was release on 05/13?

-Harry


You received this message because you are subscribed to the Google Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/27b6b96b-ea89-41dd-8b2f-e0f98e9fb149%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

The loading of custom jars seems to work now! This answers my second question, although the status/resolution for LDEV-290 should be changed?

-HarryVon: lucee@googlegroups.com [mailto:lucee@googlegroups.com] Im Auftrag von Harry Klein
Gesendet: Donnerstag, 21. Mai 2015 15:38
An: lucee@googlegroups.com
Betreff: [Lucee] Upgrade from Lucee 4.5 to Lucee 5 - documentation lacking, open questions

The upgrade steps documented here
https://bitbucket.org/lucee/lucee/wiki/Lucee_5_Upgrading_Railo
are really lacking.

This sentence has an important typo:

Add lucee.jar and org-apache-felix-main-x-x-x.jar (x-x-x stands for a specific version) to “/lib/etc” from the download and remove all other jars in that directory, but do not remove the directory “railo-server”/“lucee-server” if that directory is present there, which is the case with default installations.

I guess you meant “ext” and not “etc”?

These were my steps, could you please update the documentation?

  1. Create a new folder under Tomcat/lib called “ext”
  2. Copy lucee.jar and org-apache-felix-main-x-x-x.jar to /lib/ext
  3. Add ‘,“${catalina.base}/lib/ext”,“${catalina.base}/lib/ext/.jar",“${catalina.home}/lib/ext”,"${catalina.home}/lib/ext/.jar”’ to catalina.properties at the and of common.loader=…

What is also missing is the installation step to add the new Lucee Servlet.
I would suggest:

Add Lucee Servlet to /conf/web.xml

        <servlet>
                    <servlet-name>LuceeServlet</servlet-name>
                    <servlet-class>lucee.loader.servlet.LuceeServlet</servlet-class>
                    <load-on-startup>2</load-on-startup>
        </servlet>
        <servlet-mapping>
                    <servlet-name>LuceeServlet</servlet-name>
                    <url-pattern>*.lucee</url-pattern>
                    <url-pattern>/index.lucee/*</url-pattern>
        </servlet-mapping>

My biggest problem with this upgrade is the fact that these Lucee 4.5 settings are ignored:

These settings are ignored, so all settings are lost?

CFMLServlet
CFML runtime Engine
lucee.loader.servlet.CFMLServlet

lucee-web-directory
D:/ApacheTomcat/lucee-web-config/{web-context-label}/
Lucee Web Directory


lucee-server-root
D:/ApacheTomcat/lucee-server-config/
Directory where Lucee server root is stored

3

Instead two new folders were created and my old settings are lost!
D:\ApacheTomcat\lucee-server
D:\projekte_cf\WEB-INF\lucee\lucee-web.xml.cfm

So my question is:
Is it possible to upgrade and import/keep my old server/web settings?

Another question:
Is it still not possible to load custom jars (the classic way) - see [LDEV-290] - Lucee ?

I got this information on 05/07: “This will be solved before we release the next beta, we are working atm on all OSGi issues…”
And the “next beta” 5.0.49 was release on 05/13?

-Harry

You received this message because you are subscribed to the Google Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+unsubscribe@googlegroups.commailto:lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.commailto:lucee@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/27b6b96b-ea89-41dd-8b2f-e0f98e9fb149%40googlegroups.comhttps://groups.google.com/d/msgid/lucee/27b6b96b-ea89-41dd-8b2f-e0f98e9fb149%40googlegroups.com?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout.

Done:
https://bitbucket.org/lucee/lucee/wiki/Lucee_5_Upgrading_Railo

-HarryVon: lucee@googlegroups.com [mailto:lucee@googlegroups.com] Im Auftrag von Kai Koenig
Gesendet: Donnerstag, 21. Mai 2015 22:45
An: lucee@googlegroups.com
Betreff: Re: [Lucee] Upgrade from Lucee 4.5 to Lucee 5 - documentation lacking, open questions

Hi Harry,

it’d be great if you could just create an account (if you don’t have one) and quickly update the steps yourself! I recently changed something on the wiki and I think I didn’t need any special permissions etc.

Cheers
Kai

The upgrade steps documented here
https://bitbucket.org/lucee/lucee/wiki/Lucee_5_Upgrading_Railo
are really lacking.

This sentence has an important typo:

Add lucee.jar and org-apache-felix-main-x-x-x.jar (x-x-x stands for a specific version) to “/lib/etc” from the download and remove all other jars in that directory, but do not remove the directory “railo-server”/“lucee-server” if that directory is present there, which is the case with default installations.

I guess you meant “ext” and not “etc”?

These were my steps, could you please update the documentation?

  1. Create a new folder under Tomcat/lib called “ext”
  2. Copy lucee.jar and org-apache-felix-main-x-x-x.jar to /lib/ext
  3. Add ‘,“${catalina.base}/lib/ext”,“${catalina.base}/lib/ext/.jar",“${catalina.home}/lib/ext”,"${catalina.home}/lib/ext/.jar”’ to catalina.properties at the and of common.loader=…

What is also missing is the installation step to add the new Lucee Servlet.
I would suggest:

Add Lucee Servlet to /conf/web.xml

        <servlet>
                    <servlet-name>LuceeServlet</servlet-name>
                    <servlet-class>lucee.loader.servlet.LuceeServlet</servlet-class>
                    <load-on-startup>2</load-on-startup>
        </servlet>
        <servlet-mapping>
                    <servlet-name>LuceeServlet</servlet-name>
                    <url-pattern>*.lucee</url-pattern>
                    <url-pattern>/index.lucee/*</url-pattern>
        </servlet-mapping>

My biggest problem with this upgrade is the fact that these Lucee 4.5 settings are ignored:

These settings are ignored, so all settings are lost?

CFMLServlet
CFML runtime Engine
lucee.loader.servlet.CFMLServlet

lucee-web-directory
D:/ApacheTomcat/lucee-web-config/{web-context-label}/
Lucee Web Directory


lucee-server-root
D:/ApacheTomcat/lucee-server-config/
Directory where Lucee server root is stored

3

Instead two new folders were created and my old settings are lost!
D:\ApacheTomcat\lucee-server
D:\projekte_cf\WEB-INF\lucee\lucee-web.xml.cfm

So my question is:
Is it possible to upgrade and import/keep my old server/web settings?

Another question:
Is it still not possible to load custom jars (the classic way) - see [LDEV-290] - Lucee ?

I got this information on 05/07: “This will be solved before we release the next beta, we are working atm on all OSGi issues…”
And the “next beta” 5.0.49 was release on 05/13?

-Harry


You received this message because you are subscribed to the Google Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+unsubscribe@googlegroups.commailto:lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.commailto:lucee@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/27b6b96b-ea89-41dd-8b2f-e0f98e9fb149%40googlegroups.comhttps://groups.google.com/d/msgid/lucee/27b6b96b-ea89-41dd-8b2f-e0f98e9fb149%40googlegroups.com?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+unsubscribe@googlegroups.commailto:lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.commailto:lucee@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/52DEFE21-8D16-4B84-86EB-7709FE3845FD%40gmail.comhttps://groups.google.com/d/msgid/lucee/52DEFE21-8D16-4B84-86EB-7709FE3845FD%40gmail.com?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout.

ticket 290 status is changed now.

MichaOn Thu, May 21, 2015 at 8:37 AM, Harry Klein <@Harry_Klein> wrote:

The upgrade steps documented here
lucee / Lucee / wiki / Lucee 5 Upgrading Railo — Bitbucket
are really lacking.

This sentence has an important typo:

Add lucee.jar and org-apache-felix-main-x-x-x.jar (x-x-x stands for a
specific version) to “/lib/etc” from the download and remove all other jars
in that directory, but do not remove the directory
“railo-server”/“lucee-server” if that directory is present there, which is
the case with default installations.

I guess you meant “ext” and not “etc”?

These were my steps, could you please update the documentation?

  1. Create a new folder under Tomcat/lib called “ext”
  2. Copy lucee.jar and org-apache-felix-main-x-x-x.jar to /lib/ext
  3. Add
    ‘,“${catalina.base}/lib/ext”,“${catalina.base}/lib/ext/.jar",“${catalina.home}/lib/ext”,"${catalina.home}/lib/ext/.jar”’
    to catalina.properties at the and of common.loader=…

What is also missing is the installation step to add the new Lucee Servlet.
I would suggest:

Add Lucee Servlet to /conf/web.xml

LuceeServlet lucee.loader.servlet.LuceeServlet 2 LuceeServlet *.lucee /index.lucee/*

My biggest problem with this upgrade is the fact that these Lucee 4.5
settings are ignored:

These settings are ignored, so all settings are lost?

CFMLServlet
CFML runtime Engine
lucee.loader.servlet.CFMLServlet

lucee-web-directory

D:/ApacheTomcat/lucee-web-config/{web-context-label}/
Lucee Web Directory


lucee-server-root
D:/ApacheTomcat/lucee-server-config/
Directory where Lucee server root is
stored

3

Instead two new folders were created and my old settings are lost!
D:\ApacheTomcat\lucee-server
D:\projekte_cf\WEB-INF\lucee\lucee-web.xml.cfm

So my question is:
Is it possible to upgrade and import/keep my old server/web settings?

Another question:
Is it still not possible to load custom jars (the classic way) - see
[LDEV-290] - Lucee ?

I got this information on 05/07: “This will be solved before we release
the next beta, we are working atm on all OSGi issues…”
And the “next beta” 5.0.49 was release on 05/13?

-Harry


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/27b6b96b-ea89-41dd-8b2f-e0f98e9fb149%40googlegroups.com
https://groups.google.com/d/msgid/lucee/27b6b96b-ea89-41dd-8b2f-e0f98e9fb149%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

Aha!
Thanks Mark.

I note though, that the instructions in the docs don’t include the extra bits mentioned above - and lo, when I followed the instructions I found I was unable to connect to Tomcat - though the service starts and logs look fine… I thought the extra info added to the wiki as a result of this discussion might shed some light on the issue.
For now, I’ve had to revert back to 4.5 :frowning:

Incidentally, I’m getting ‘method not found’ when using ‘lock’ in cfscript. Wasn’t sure if it was available in 4.5 which is why I was upgrading in the first place!

So, after clicking on the link to this article on the BitBucket Wiki, I
went through the following steps:

  1. Forced to log in with Google
  2. Asked to create a username with Atlassian (Even though I’ve logged in,
    with my Google account)
  3. Asked to provide my email address (Ditto, above)
  4. Asked to provide a new password (For an account I neither want, nor
    need!)
  5. Asked to confirm my email address (Sigh)
  6. Shown a welcome page detailing the many delights that will await me,
    eventually, when Atlassian release their exciting new single account (but
    not yet)
  7. Told I don’t have access to this Wiki.

FUMING!!

Also, I upgraded from 4.5 using the docs here:
Upgrading from Lucee 4.5 :: Lucee Documentation and am now
unable to access Tomcat in any way.
Can anyone help?On Friday, 22 May 2015 08:42:36 UTC+1, Harry Klein wrote:

Done:

lucee / Lucee / wiki / Lucee 5 Upgrading Railo — Bitbucket

-Harry

Von: lu...@googlegroups.com <javascript:> [mailto:lu...@googlegroups.com
<javascript:>] *Im Auftrag von *Kai Koenig
Gesendet: Donnerstag, 21. Mai 2015 22:45
An: lu...@googlegroups.com <javascript:>
Betreff: Re: [Lucee] Upgrade from Lucee 4.5 to Lucee 5 - documentation
lacking, open questions

Hi Harry,

it’d be great if you could just create an account (if you don’t have one)
and quickly update the steps yourself! I recently changed something on the
wiki and I think I didn’t need any special permissions etc.

Cheers

Kai

The upgrade steps documented here

lucee / Lucee / wiki / Lucee 5 Upgrading Railo — Bitbucket

are really lacking.

This sentence has an important typo:

Add lucee.jar and org-apache-felix-main-x-x-x.jar (x-x-x stands for a
specific version) to “/lib/etc” from the download and remove all other jars
in that directory, but do not remove the directory
“railo-server”/“lucee-server” if that directory is present there, which is
the case with default installations.

I guess you meant “ext” and not “etc”?

These were my steps, could you please update the documentation?

  1. Create a new folder under Tomcat/lib called “ext”

  2. Copy lucee.jar and org-apache-felix-main-x-x-x.jar to /lib/ext

  3. Add
    ‘,“${catalina.base}/lib/ext”,“${catalina.base}/lib/ext/.jar",“${catalina.home}/lib/ext”,"${catalina.home}/lib/ext/.jar”’
    to catalina.properties at the and of common.loader=…

What is also missing is the installation step to add the new Lucee Servlet.

I would suggest:

Add Lucee Servlet to /conf/web.xml

        <servlet>

                    <servlet-name>LuceeServlet</servlet-name>

lucee.loader.servlet.LuceeServlet

                    <load-on-startup>2</load-on-startup>

        </servlet>

        <servlet-mapping>

                    <servlet-name>LuceeServlet</servlet-name>

                    <url-pattern>*.lucee</url-pattern>

                    <url-pattern>/index.lucee/*</url-pattern>

        </servlet-mapping>

My biggest problem with this upgrade is the fact that these Lucee 4.5
settings are ignored:

These settings are ignored, so all settings are lost?

<servlet>

    <servlet-name>CFMLServlet</servlet-name>

    <description>CFML runtime Engine</description>

    <servlet-class>lucee.loader.servlet.CFMLServlet</servlet-class>

    <init-param>

        <param-name>lucee-web-directory</param-name>

D:/ApacheTomcat/lucee-web-config/{web-context-label}/

        <description>Lucee Web Directory</description>

    </init-param>

    <init-param>

        <param-name>lucee-server-root</param-name>

        <param-value>D:/ApacheTomcat/lucee-server-config/</param-value>

        <description>Directory where Lucee server root is 

stored

    </init-param>

    <load-on-startup>3</load-on-startup>

</servlet>

Instead two new folders were created and my old settings are lost!

        D:\ApacheTomcat\lucee-server

        D:\projekte_cf\WEB-INF\lucee\lucee-web.xml.cfm

So my question is:

Is it possible to upgrade and import/keep my old server/web settings?

Another question:

Is it still not possible to load custom jars (the classic way) - see
[LDEV-290] - Lucee ?

I got this information on 05/07: “This will be solved before we release
the next beta, we are working atm on all OSGi issues…”

And the “next beta” 5.0.49 was release on 05/13?

-Harry


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+un...@googlegroups.com <javascript:>.
To post to this group, send email to lu...@googlegroups.com <javascript:>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/27b6b96b-ea89-41dd-8b2f-e0f98e9fb149%40googlegroups.com
https://groups.google.com/d/msgid/lucee/27b6b96b-ea89-41dd-8b2f-e0f98e9fb149%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+un...@googlegroups.com <javascript:>.
To post to this group, send email to lu...@googlegroups.com <javascript:>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/52DEFE21-8D16-4B84-86EB-7709FE3845FD%40gmail.com
https://groups.google.com/d/msgid/lucee/52DEFE21-8D16-4B84-86EB-7709FE3845FD%40gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

Yeah that is an old link to it (from over a year ago it seems)

It all moved to http://docs.lucee.org http://docs.lucee.org/

Updating Lucee :: Lucee Documentation http://docs.lucee.org/guides/updating-lucee.html

MD> On 22 Sep 2016, at 17:20, Gary Stanton <@Gary_Stanton> wrote:

So, after clicking on the link to this article on the BitBucket Wiki, I went through the following steps:

  1. Forced to log in with Google
  2. Asked to create a username with Atlassian (Even though I’ve logged in, with my Google account)
  3. Asked to provide my email address (Ditto, above)
  4. Asked to provide a new password (For an account I neither want, nor need!)
  5. Asked to confirm my email address (Sigh)
  6. Shown a welcome page detailing the many delights that will await me, eventually, when Atlassian release their exciting new single account (but not yet)
  7. Told I don’t have access to this Wiki.

FUMING!!

Also, I upgraded from 4.5 using the docs here: Upgrading from Lucee 4.5 :: Lucee Documentation and am now unable to access Tomcat in any way.
Can anyone help?

On Friday, 22 May 2015 08:42:36 UTC+1, Harry Klein wrote:
Done:

lucee / Lucee / wiki / Lucee 5 Upgrading Railo — Bitbucket https://bitbucket.org/lucee/lucee/wiki/Lucee_5_Upgrading_Railo

-Harry

Von: lu...@googlegroups.com <javascript:> [mailto:lu...@googlegroups.com <javascript:>] Im Auftrag von Kai Koenig
Gesendet: Donnerstag, 21. Mai 2015 22:45
An: lu...@googlegroups.com <javascript:>
Betreff: Re: [Lucee] Upgrade from Lucee 4.5 to Lucee 5 - documentation lacking, open questions

Hi Harry,

it’d be great if you could just create an account (if you don’t have one) and quickly update the steps yourself! I recently changed something on the wiki and I think I didn’t need any special permissions etc.

Cheers

Kai

The upgrade steps documented here

lucee / Lucee / wiki / Lucee 5 Upgrading Railo — Bitbucket https://bitbucket.org/lucee/lucee/wiki/Lucee_5_Upgrading_Railo
are really lacking.

This sentence has an important typo:

Add lucee.jar and org-apache-felix-main-x-x-x.jar (x-x-x stands for a specific version) to “/lib/etc” from the download and remove all other jars in that directory, but do not remove the directory “railo-server”/“lucee-server” if that directory is present there, which is the case with default installations.

I guess you meant “ext” and not “etc”?

These were my steps, could you please update the documentation?

  1. Create a new folder under Tomcat/lib called “ext”

  2. Copy lucee.jar and org-apache-felix-main-x-x-x.jar to /lib/ext

  3. Add ‘,“${catalina.base}/lib/ext”,“${catalina.base}/lib/ext/.jar",“${catalina.home}/lib/ext”,"${catalina.home}/lib/ext/.jar”’ to catalina.properties at the and of common.loader=…

What is also missing is the installation step to add the new Lucee Servlet.

I would suggest:

Add Lucee Servlet to /conf/web.xml

        <servlet>

                    <servlet-name>LuceeServlet</servlet-name>

                    <servlet-class>lucee.loader.servlet.LuceeServlet</servlet-class>

                    <load-on-startup>2</load-on-startup>

        </servlet>

        <servlet-mapping>

                    <servlet-name>LuceeServlet</servlet-name>

                    <url-pattern>*.lucee</url-pattern>

                    <url-pattern>/index.lucee/*</url-pattern>

        </servlet-mapping>

My biggest problem with this upgrade is the fact that these Lucee 4.5 settings are ignored:

These settings are ignored, so all settings are lost?

<servlet>

    <servlet-name>CFMLServlet</servlet-name>

    <description>CFML runtime Engine</description>

    <servlet-class>lucee.loader.servlet.CFMLServlet</servlet-class>

    <init-param>

        <param-name>lucee-web-directory</param-name>

        <param-value>D:/ApacheTomcat/lucee-web-config/{web-context-label}/</param-value>

        <description>Lucee Web Directory</description>

    </init-param>

    <init-param>

        <param-name>lucee-server-root</param-name>

        <param-value>D:/ApacheTomcat/lucee-server-config/</param-value>

        <description>Directory where Lucee server root is stored</description>

    </init-param>

    <load-on-startup>3</load-on-startup>

</servlet>

Instead two new folders were created and my old settings are lost!

        D:\ApacheTomcat\lucee-server

        D:\projekte_cf\WEB-INF\lucee\lucee-web.xml.cfm

So my question is:

Is it possible to upgrade and import/keep my old server/web settings?

Another question:

Is it still not possible to load custom jars (the classic way) - see [LDEV-290] - Lucee https://luceeserver.atlassian.net/browse/LDEV-290 ?

I got this information on 05/07: “This will be solved before we release the next beta, we are working atm on all OSGi issues…”

And the “next beta” 5.0.49 was release on 05/13?

-Harry


You received this message because you are subscribed to the Google Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+un...@googlegroups.com <javascript:>.
To post to this group, send email to lu...@googlegroups.com <javascript:>.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/27b6b96b-ea89-41dd-8b2f-e0f98e9fb149%40googlegroups.com https://groups.google.com/d/msgid/lucee/27b6b96b-ea89-41dd-8b2f-e0f98e9fb149%40googlegroups.com?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+un...@googlegroups.com <javascript:>.
To post to this group, send email to lu...@googlegroups.com <javascript:>.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/52DEFE21-8D16-4B84-86EB-7709FE3845FD%40gmail.com https://groups.google.com/d/msgid/lucee/52DEFE21-8D16-4B84-86EB-7709FE3845FD%40gmail.com?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout https://groups.google.com/d/optout.


Get 10% off of the regular price for this years CFCamp in Munich, Germany (Oct. 20th & 21st) with the Lucee discount code Lucee@cfcamp. 189€ instead of 210€. Visit CFCamp 2016 https://ti.to/cfcamp/cfcamp-2016/discount/Lucee@cfcamp

You received this message because you are subscribed to the Google Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+unsubscribe@googlegroups.com mailto:lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com mailto:lucee@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/594ea3b0-0b86-4ced-9a35-1e6e7024c253%40googlegroups.com https://groups.google.com/d/msgid/lucee/594ea3b0-0b86-4ced-9a35-1e6e7024c253%40googlegroups.com?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout https://groups.google.com/d/optout.

I’m thinking of that Office meme:
If the instructions to upgrade from 4.5 actually worked, That’d be great!

Yeah, not happy.

Documentation seems to be lacking all around on this project - it’s really
too bad - I love the concept and have several Lucee-served projects on the
go.On Thursday, September 22, 2016 at 11:50:45 AM UTC-5, Mark Drew wrote:

Yeah that is an old link to it (from over a year ago it seems)

It all moved to http://docs.lucee.org

Updating Lucee :: Lucee Documentation

MD

On 22 Sep 2016, at 17:20, Gary Stanton <ga...@simianenterprises.co.uk <javascript:>> wrote:

So, after clicking on the link to this article on the BitBucket Wiki, I
went through the following steps:

  1. Forced to log in with Google
  2. Asked to create a username with Atlassian (Even though I’ve logged in,
    with my Google account)
  3. Asked to provide my email address (Ditto, above)
  4. Asked to provide a new password (For an account I neither want, nor
    need!)
  5. Asked to confirm my email address (Sigh)
  6. Shown a welcome page detailing the many delights that will await me,
    eventually, when Atlassian release their exciting new single account (but
    not yet)
  7. Told I don’t have access to this Wiki.

FUMING!!

Also, I upgraded from 4.5 using the docs here:
Upgrading from Lucee 4.5 :: Lucee Documentation and am now
unable to access Tomcat in any way.
Can anyone help?

On Friday, 22 May 2015 08:42:36 UTC+1, Harry Klein wrote:

Done:

lucee / Lucee / wiki / Lucee 5 Upgrading Railo — Bitbucket

-Harry

Von: lu...@googlegroups.com [mailto:lu...@googlegroups.com] *Im
Auftrag von *Kai Koenig
Gesendet: Donnerstag, 21. Mai 2015 22:45
An: lu...@googlegroups.com
Betreff: Re: [Lucee] Upgrade from Lucee 4.5 to Lucee 5 - documentation
lacking, open questions

Hi Harry,

it’d be great if you could just create an account (if you don’t have one)
and quickly update the steps yourself! I recently changed something on the
wiki and I think I didn’t need any special permissions etc.

Cheers

Kai

The upgrade steps documented here

lucee / Lucee / wiki / Lucee 5 Upgrading Railo — Bitbucket

are really lacking.

This sentence has an important typo:

Add lucee.jar and org-apache-felix-main-x-x-x.jar (x-x-x stands for a
specific version) to “/lib/etc” from the download and remove all other jars
in that directory, but do not remove the directory
“railo-server”/“lucee-server” if that directory is present there, which is
the case with default installations.

I guess you meant “ext” and not “etc”?

These were my steps, could you please update the documentation?

  1. Create a new folder under Tomcat/lib called “ext”

  2. Copy lucee.jar and org-apache-felix-main-x-x-x.jar to /lib/ext

  3. Add
    ‘,“${catalina.base}/lib/ext”,“${catalina.base}/lib/ext/.jar",“${catalina.home}/lib/ext”,"${catalina.home}/lib/ext/.jar”’
    to catalina.properties at the and of common.loader=…

What is also missing is the installation step to add the new Lucee
Servlet.

I would suggest:

Add Lucee Servlet to /conf/web.xml

        <servlet>

                    <servlet-name>LuceeServlet</servlet-name>

lucee.loader.servlet.LuceeServlet

                    <load-on-startup>2</load-on-startup>

        </servlet>

        <servlet-mapping>

                    <servlet-name>LuceeServlet</servlet-name>

                    <url-pattern>*.lucee</url-pattern>

                    <url-pattern>/index.lucee/*</url-pattern>

        </servlet-mapping>

My biggest problem with this upgrade is the fact that these Lucee 4.5
settings are ignored:

These settings are ignored, so all settings are lost?

<servlet>

    <servlet-name>CFMLServlet</servlet-name>

    <description>CFML runtime Engine</description>

    <servlet-class>lucee.loader.servlet.CFMLServlet</servlet-class>

    <init-param>

        <param-name>lucee-web-directory</param-name>

D:/ApacheTomcat/lucee-web-config/{web-context-label}/

        <description>Lucee Web Directory</description>

    </init-param>

    <init-param>

        <param-name>lucee-server-root</param-name>

D:/ApacheTomcat/lucee-server-config/

        <description>Directory where Lucee server root is 

stored

    </init-param>

    <load-on-startup>3</load-on-startup>

</servlet>

Instead two new folders were created and my old settings are lost!

        D:\ApacheTomcat\lucee-server

        D:\projekte_cf\WEB-INF\lucee\lucee-web.xml.cfm

So my question is:

Is it possible to upgrade and import/keep my old server/web settings?

Another question:

Is it still not possible to load custom jars (the classic way) - see
[LDEV-290] - Lucee ?

I got this information on 05/07: “This will be solved before we release
the next beta, we are working atm on all OSGi issues…”

And the “next beta” 5.0.49 was release on 05/13?

-Harry


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/27b6b96b-ea89-41dd-8b2f-e0f98e9fb149%40googlegroups.com
https://groups.google.com/d/msgid/lucee/27b6b96b-ea89-41dd-8b2f-e0f98e9fb149%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/52DEFE21-8D16-4B84-86EB-7709FE3845FD%40gmail.com
https://groups.google.com/d/msgid/lucee/52DEFE21-8D16-4B84-86EB-7709FE3845FD%40gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.


Get 10% off of the regular price for this years CFCamp in Munich, Germany
(Oct. 20th & 21st) with the Lucee discount code Lucee@cfcamp. 189€ instead
of 210€. Visit CFCamp 2016

You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+un...@googlegroups.com <javascript:>.
To post to this group, send email to lu...@googlegroups.com <javascript:>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/594ea3b0-0b86-4ced-9a35-1e6e7024c253%40googlegroups.com
https://groups.google.com/d/msgid/lucee/594ea3b0-0b86-4ced-9a35-1e6e7024c253%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

What additional docs would you like to see. The doc for upgrading from
Lucee 4.5 is right here:

And honestly, it’s pretty short because that’s really all there is to it!
You just swap the jar and restart. If you’re having issues, I would
recommend starting a new thread with any errors from the logs. I see
people saying things like, “I tried it and can’t access tomcat”, but that’s
not really enough information to try and help them.

Gary, I see you asked about whether cflock worked in cfscript in Lucee 4.
Yes, there has been a script version of lock for a very long time. If
you’re getting an error, again, please provide actual information like full
stack traces and code samples in a new thread if you want help.

Thanks!

~BradOn Tuesday, November 22, 2016 at 11:54:34 AM UTC-6, Travis Peters wrote:

I’m thinking of that Office meme:
If the instructions to upgrade from 4.5 actually worked, That’d be great!

Yeah, not happy.

Documentation seems to be lacking all around on this project - it’s really
too bad - I love the concept and have several Lucee-served projects on the
go.

On Thursday, September 22, 2016 at 11:50:45 AM UTC-5, Mark Drew wrote:

Yeah that is an old link to it (from over a year ago it seems)

It all moved to http://docs.lucee.org

Updating Lucee :: Lucee Documentation

MD

On 22 Sep 2016, at 17:20, Gary Stanton ga...@simianenterprises.co.uk wrote:

So, after clicking on the link to this article on the BitBucket Wiki, I
went through the following steps:

  1. Forced to log in with Google
  2. Asked to create a username with Atlassian (Even though I’ve logged in,
    with my Google account)
  3. Asked to provide my email address (Ditto, above)
  4. Asked to provide a new password (For an account I neither want, nor
    need!)
  5. Asked to confirm my email address (Sigh)
  6. Shown a welcome page detailing the many delights that will await me,
    eventually, when Atlassian release their exciting new single account (but
    not yet)
  7. Told I don’t have access to this Wiki.

FUMING!!

Also, I upgraded from 4.5 using the docs here:
Upgrading from Lucee 4.5 :: Lucee Documentation and am now
unable to access Tomcat in any way.
Can anyone help?

On Friday, 22 May 2015 08:42:36 UTC+1, Harry Klein wrote:

Done:

lucee / Lucee / wiki / Lucee 5 Upgrading Railo — Bitbucket

-Harry

Von: lu...@googlegroups.com [mailto:lu...@googlegroups.com] *Im
Auftrag von *Kai Koenig
Gesendet: Donnerstag, 21. Mai 2015 22:45
An: lu...@googlegroups.com
Betreff: Re: [Lucee] Upgrade from Lucee 4.5 to Lucee 5 -
documentation lacking, open questions

Hi Harry,

it’d be great if you could just create an account (if you don’t have
one) and quickly update the steps yourself! I recently changed something on
the wiki and I think I didn’t need any special permissions etc.

Cheers

Kai

The upgrade steps documented here

lucee / Lucee / wiki / Lucee 5 Upgrading Railo — Bitbucket

are really lacking.

This sentence has an important typo:

Add lucee.jar and org-apache-felix-main-x-x-x.jar (x-x-x stands for a
specific version) to “/lib/etc” from the download and remove all other jars
in that directory, but do not remove the directory
“railo-server”/“lucee-server” if that directory is present there, which is
the case with default installations.

I guess you meant “ext” and not “etc”?

These were my steps, could you please update the documentation?

  1. Create a new folder under Tomcat/lib called “ext”

  2. Copy lucee.jar and org-apache-felix-main-x-x-x.jar to /lib/ext

  3. Add
    ‘,“${catalina.base}/lib/ext”,“${catalina.base}/lib/ext/.jar",“${catalina.home}/lib/ext”,"${catalina.home}/lib/ext/.jar”’
    to catalina.properties at the and of common.loader=…

What is also missing is the installation step to add the new Lucee
Servlet.

I would suggest:

Add Lucee Servlet to /conf/web.xml

        <servlet>

                    <servlet-name>LuceeServlet</servlet-name>

lucee.loader.servlet.LuceeServlet

                    <load-on-startup>2</load-on-startup>

        </servlet>

        <servlet-mapping>

                    <servlet-name>LuceeServlet</servlet-name>

                    <url-pattern>*.lucee</url-pattern>

                    <url-pattern>/index.lucee/*</url-pattern>

        </servlet-mapping>

My biggest problem with this upgrade is the fact that these Lucee 4.5
settings are ignored:

These settings are ignored, so all settings are lost?

<servlet>

    <servlet-name>CFMLServlet</servlet-name>

    <description>CFML runtime Engine</description>

    <servlet-class>lucee.loader.servlet.CFMLServlet</servlet-class>

    <init-param>

        <param-name>lucee-web-directory</param-name>

D:/ApacheTomcat/lucee-web-config/{web-context-label}/

        <description>Lucee Web Directory</description>

    </init-param>

    <init-param>

        <param-name>lucee-server-root</param-name>

D:/ApacheTomcat/lucee-server-config/

        <description>Directory where Lucee server root is 

stored

    </init-param>

    <load-on-startup>3</load-on-startup>

</servlet>

Instead two new folders were created and my old settings are lost!

        D:\ApacheTomcat\lucee-server

        D:\projekte_cf\WEB-INF\lucee\lucee-web.xml.cfm

So my question is:

Is it possible to upgrade and import/keep my old server/web settings?

Another question:

Is it still not possible to load custom jars (the classic way) - see
[LDEV-290] - Lucee ?

I got this information on 05/07: “This will be solved before we release
the next beta, we are working atm on all OSGi issues…”

And the “next beta” 5.0.49 was release on 05/13?

-Harry


You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/27b6b96b-ea89-41dd-8b2f-e0f98e9fb149%40googlegroups.com
https://groups.google.com/d/msgid/lucee/27b6b96b-ea89-41dd-8b2f-e0f98e9fb149%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/52DEFE21-8D16-4B84-86EB-7709FE3845FD%40gmail.com
https://groups.google.com/d/msgid/lucee/52DEFE21-8D16-4B84-86EB-7709FE3845FD%40gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.


Get 10% off of the regular price for this years CFCamp in Munich, Germany
(Oct. 20th & 21st) with the Lucee discount code Lucee@cfcamp. 189€ instead
of 210€. Visit CFCamp 2016

You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/594ea3b0-0b86-4ced-9a35-1e6e7024c253%40googlegroups.com
https://groups.google.com/d/msgid/lucee/594ea3b0-0b86-4ced-9a35-1e6e7024c253%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

Thanks Brad. I’ll do that.On Wednesday, November 23, 2016 at 10:23:44 AM UTC-6, Brad Wood wrote:

What additional docs would you like to see. The doc for upgrading from
Lucee 4.5 is right here:
Upgrading from Lucee 4.5 :: Lucee Documentation

And honestly, it’s pretty short because that’s really all there is to it!
You just swap the jar and restart. If you’re having issues, I would
recommend starting a new thread with any errors from the logs. I see
people saying things like, “I tried it and can’t access tomcat”, but that’s
not really enough information to try and help them.

Gary, I see you asked about whether cflock worked in cfscript in Lucee 4.
Yes, there has been a script version of lock for a very long time. If
you’re getting an error, again, please provide actual information like full
stack traces and code samples in a new thread if you want help.

Thanks!

~Brad

On Tuesday, November 22, 2016 at 11:54:34 AM UTC-6, Travis Peters wrote:

I’m thinking of that Office meme:
If the instructions to upgrade from 4.5 actually worked, That’d be great!

Yeah, not happy.

Documentation seems to be lacking all around on this project - it’s
really too bad - I love the concept and have several Lucee-served projects
on the go.

On Thursday, September 22, 2016 at 11:50:45 AM UTC-5, Mark Drew wrote:

Yeah that is an old link to it (from over a year ago it seems)

It all moved to http://docs.lucee.org

Updating Lucee :: Lucee Documentation

MD

On 22 Sep 2016, at 17:20, Gary Stanton ga...@simianenterprises.co.uk wrote:

So, after clicking on the link to this article on the BitBucket Wiki, I
went through the following steps:

  1. Forced to log in with Google
  2. Asked to create a username with Atlassian (Even though I’ve logged
    in, with my Google account)
  3. Asked to provide my email address (Ditto, above)
  4. Asked to provide a new password (For an account I neither want, nor
    need!)
  5. Asked to confirm my email address (Sigh)
  6. Shown a welcome page detailing the many delights that will await me,
    eventually, when Atlassian release their exciting new single account (but
    not yet)
  7. Told I don’t have access to this Wiki.

FUMING!!

Also, I upgraded from 4.5 using the docs here:
Upgrading from Lucee 4.5 :: Lucee Documentation and am now
unable to access Tomcat in any way.
Can anyone help?

On Friday, 22 May 2015 08:42:36 UTC+1, Harry Klein wrote:

Done:

lucee / Lucee / wiki / Lucee 5 Upgrading Railo — Bitbucket

-Harry

Von: lu...@googlegroups.com [mailto:lu...@googlegroups.com] *Im
Auftrag von *Kai Koenig
Gesendet: Donnerstag, 21. Mai 2015 22:45
An: lu...@googlegroups.com
Betreff: Re: [Lucee] Upgrade from Lucee 4.5 to Lucee 5 -
documentation lacking, open questions

Hi Harry,

it’d be great if you could just create an account (if you don’t have
one) and quickly update the steps yourself! I recently changed something on
the wiki and I think I didn’t need any special permissions etc.

Cheers

Kai

The upgrade steps documented here

lucee / Lucee / wiki / Lucee 5 Upgrading Railo — Bitbucket

are really lacking.

This sentence has an important typo:

Add lucee.jar and org-apache-felix-main-x-x-x.jar (x-x-x stands for
a specific version) to “/lib/etc” from the download and remove all other
jars in that directory, but do not remove the directory
“railo-server”/“lucee-server” if that directory is present there, which is
the case with default installations.

I guess you meant “ext” and not “etc”?

These were my steps, could you please update the documentation?

  1. Create a new folder under Tomcat/lib called “ext”

  2. Copy lucee.jar and org-apache-felix-main-x-x-x.jar to /lib/ext

  3. Add
    ‘,“${catalina.base}/lib/ext”,“${catalina.base}/lib/ext/.jar",“${catalina.home}/lib/ext”,"${catalina.home}/lib/ext/.jar”’
    to catalina.properties at the and of common.loader=…

What is also missing is the installation step to add the new Lucee
Servlet.

I would suggest:

Add Lucee Servlet to /conf/web.xml

        <servlet>

                    <servlet-name>LuceeServlet</servlet-name>

lucee.loader.servlet.LuceeServlet

                    <load-on-startup>2</load-on-startup>

        </servlet>

        <servlet-mapping>

                    <servlet-name>LuceeServlet</servlet-name>

                    <url-pattern>*.lucee</url-pattern>

                    <url-pattern>/index.lucee/*</url-pattern>

        </servlet-mapping>

My biggest problem with this upgrade is the fact that these Lucee 4.5
settings are ignored:

These settings are ignored, so all settings are lost?

<servlet>

    <servlet-name>CFMLServlet</servlet-name>

    <description>CFML runtime Engine</description>

    <servlet-class>lucee.loader.servlet.CFMLServlet</servlet-class>

    <init-param>

        <param-name>lucee-web-directory</param-name>

D:/ApacheTomcat/lucee-web-config/{web-context-label}/

        <description>Lucee Web Directory</description>

    </init-param>

    <init-param>

        <param-name>lucee-server-root</param-name>

D:/ApacheTomcat/lucee-server-config/

        <description>Directory where Lucee server root is 

stored

    </init-param>

    <load-on-startup>3</load-on-startup>

</servlet>

Instead two new folders were created and my old settings are lost!

        D:\ApacheTomcat\lucee-server

        D:\projekte_cf\WEB-INF\lucee\lucee-web.xml.cfm

So my question is:

Is it possible to upgrade and import/keep my old server/web settings?

Another question:

Is it still not possible to load custom jars (the classic way) - see
[LDEV-290] - Lucee ?

I got this information on 05/07: “This will be solved before we release
the next beta, we are working atm on all OSGi issues…”

And the “next beta” 5.0.49 was release on 05/13?

-Harry


You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/27b6b96b-ea89-41dd-8b2f-e0f98e9fb149%40googlegroups.com
https://groups.google.com/d/msgid/lucee/27b6b96b-ea89-41dd-8b2f-e0f98e9fb149%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/52DEFE21-8D16-4B84-86EB-7709FE3845FD%40gmail.com
https://groups.google.com/d/msgid/lucee/52DEFE21-8D16-4B84-86EB-7709FE3845FD%40gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.


Get 10% off of the regular price for this years CFCamp in Munich,
Germany (Oct. 20th & 21st) with the Lucee discount code Lucee@cfcamp. 189€
instead of 210€. Visit
CFCamp 2016

You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/594ea3b0-0b86-4ced-9a35-1e6e7024c253%40googlegroups.com
https://groups.google.com/d/msgid/lucee/594ea3b0-0b86-4ced-9a35-1e6e7024c253%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

I was able to upgrade from 4.5 to 5 by dropping in the JAR file. However,
I’m still running Tomcat 7 (that was included with the Lucee installer). Is
there an easy way to upgrade to Tomcat 8? My hope was that I can just run
the Lucee v5 installer and install to “C:\Lucee5” and have it created
everything fresh (including the updated Tomcat 8) and then copy my settings
over from Lucee 4. But it didn’t work since the Tomcat service already
existed. I was hoping I could just have 2 services (I know I could only
start 1) but then I would be able to cut back to 4 (installed at C:\Lucee)
by simply starting and stopping the 2 services.

I tried to follow these instructions:

http://docs.lucee.org/guides/running-lucee/windows.html

But they did not work. I started over twice. Tomcat started fine, but IIS
always displayed a tomcat 404. Boncode logs showed it was passing the data
to Tomcat.

I currently doing all this on my development server which is identical to
my production server. I have over 60+ Lucee sites in production, and need
this upgrade to happen fast and be able to bounce back to Lucee 4 if
something goes terribly wrong.

I have been trying to upgrade 4.5.2.018 due to a function that will through
an error on any later version. I spun up a new virtual and started with the
same version of Lucee/MuraCMS/Mysql which I imported the database to this
new virtual. Once I verified that everything was working on 4.5.2.018, I
then started the upgrade process of only Lucee. Through the web admin I was
able to upgrade to 4.5.5.006 without any issues. When I tested this to make
sure things worked, I then followed the instructions below to try and
upgrade Lucee 4.5.5.006 to Lucee 5.0.1.85

The instructions looked easy which I entered the /opt/lucee/tomcat/lib
directory and rm -rf *.jar (To Remove all jar files)
I then copied the downloaded lucee-5.0.1.85.jar
from Download Lucee under the Custom JAR link and placed
it within the /opt/lucee/tomcat/lib directory as noted in the documentation
I then updated the setenv.sh file to remove the lucee-inst.jar file as
noted within the documentation.
Then upon starting the service I get the following error message:

[mod_cfml] Starting mod_cfml version: 1.1.05
16-Feb-2017 09:14:32.602 INFO [127.0.0.1-startStop-1]
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
application directory /opt/lucee/tomcat/webapps/ROOT
16-Feb-2017 09:14:32.685 SEVERE [127.0.0.1-startStop-1]
org.apache.catalina.core.ContainerBase.addChildInternal
ContainerBase.addChild: start:
org.apache.catalina.LifecycleException: Failed to start component
[StandardEngine[Catalina].StandardHost[127.0.0.1].StandardContext[]]
at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:725)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:701)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)
at
org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1101)
at
org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1816)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IllegalArgumentException: URI scheme is not “file”
at java.io.File.(File.java:421)
at
org.apache.tomcat.util.scan.StandardJarScanner.process(StandardJarScanner.java:317)
at
org.apache.tomcat.util.scan.StandardJarScanner.scan(StandardJarScanner.java:244)
at
org.apache.catalina.startup.ContextConfig.processJarsForWebFragments(ContextConfig.java:1872)
at
org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1119)
at
org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:771)
at
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:305)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
at
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5080)
at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
… 10 more

16-Feb-2017 09:14:32.686 SEVERE [127.0.0.1-startStop-1]
org.apache.catalina.startup.HostConfig.deployDirectory Error deploying web
application directory /opt/lucee/tomcat/webapps/ROOT
java.lang.IllegalStateException: ContainerBase.addChild: start:
org.apache.catalina.LifecycleException: Failed to start component
[StandardEngine[Catalina].StandardHost[127.0.0.1].StandardContext[]]
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:729)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:701)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)
at
org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1101)
at
org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1816)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

16-Feb-2017 09:14:32.687 INFO [127.0.0.1-startStop-1]
org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
application directory /opt/lucee/tomcat/webapps/ROOT has finished in 84 ms
16-Feb-2017 09:14:32.705 INFO [main]
org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
[“http-nio-8888”]
16-Feb-2017 09:14:32.733 INFO [main]
org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
[“ajp-nio-8009”]
16-Feb-2017 09:14:32.756 INFO [main]
org.apache.catalina.startup.Catalina.start Server startup in 34026 ms

I am able to view a simple html only file so Apache is working. If I try to
browse http://172.16.252.83:8888/ I get a 404 error. If I try to view
http://172.16.252.83/test.cfm which dumps #NOW()# I get a 404 error page. I
also get a 404 error page when trying to view
http://172.16.252.83/lucee/admin.cfmOn Wednesday, November 23, 2016 at 11:23:44 AM UTC-5, Brad Wood wrote:

What additional docs would you like to see. The doc for upgrading from
Lucee 4.5 is right here:
Upgrading from Lucee 4.5 :: Lucee Documentation

And honestly, it’s pretty short because that’s really all there is to it!
You just swap the jar and restart. If you’re having issues, I would
recommend starting a new thread with any errors from the logs. I see
people saying things like, “I tried it and can’t access tomcat”, but that’s
not really enough information to try and help them.

Gary, I see you asked about whether cflock worked in cfscript in Lucee 4.
Yes, there has been a script version of lock for a very long time. If
you’re getting an error, again, please provide actual information like full
stack traces and code samples in a new thread if you want help.

Thanks!

~Brad

On Tuesday, November 22, 2016 at 11:54:34 AM UTC-6, Travis Peters wrote:

I’m thinking of that Office meme:
If the instructions to upgrade from 4.5 actually worked, That’d be great!

Yeah, not happy.

Documentation seems to be lacking all around on this project - it’s
really too bad - I love the concept and have several Lucee-served projects
on the go.

On Thursday, September 22, 2016 at 11:50:45 AM UTC-5, Mark Drew wrote:

Yeah that is an old link to it (from over a year ago it seems)

It all moved to http://docs.lucee.org

Updating Lucee :: Lucee Documentation

MD

On 22 Sep 2016, at 17:20, Gary Stanton ga...@simianenterprises.co.uk wrote:

So, after clicking on the link to this article on the BitBucket Wiki, I
went through the following steps:

  1. Forced to log in with Google
  2. Asked to create a username with Atlassian (Even though I’ve logged
    in, with my Google account)
  3. Asked to provide my email address (Ditto, above)
  4. Asked to provide a new password (For an account I neither want, nor
    need!)
  5. Asked to confirm my email address (Sigh)
  6. Shown a welcome page detailing the many delights that will await me,
    eventually, when Atlassian release their exciting new single account (but
    not yet)
  7. Told I don’t have access to this Wiki.

FUMING!!

Also, I upgraded from 4.5 using the docs here:
Upgrading from Lucee 4.5 :: Lucee Documentation and am now
unable to access Tomcat in any way.
Can anyone help?

On Friday, 22 May 2015 08:42:36 UTC+1, Harry Klein wrote:

Done:

lucee / Lucee / wiki / Lucee 5 Upgrading Railo — Bitbucket

-Harry

Von: lu...@googlegroups.com [mailto:lu...@googlegroups.com] *Im
Auftrag von *Kai Koenig
Gesendet: Donnerstag, 21. Mai 2015 22:45
An: lu...@googlegroups.com
Betreff: Re: [Lucee] Upgrade from Lucee 4.5 to Lucee 5 -
documentation lacking, open questions

Hi Harry,

it’d be great if you could just create an account (if you don’t have
one) and quickly update the steps yourself! I recently changed something on
the wiki and I think I didn’t need any special permissions etc.

Cheers

Kai

The upgrade steps documented here

lucee / Lucee / wiki / Lucee 5 Upgrading Railo — Bitbucket

are really lacking.

This sentence has an important typo:

Add lucee.jar and org-apache-felix-main-x-x-x.jar (x-x-x stands for
a specific version) to “/lib/etc” from the download and remove all other
jars in that directory, but do not remove the directory
“railo-server”/“lucee-server” if that directory is present there, which is
the case with default installations.

I guess you meant “ext” and not “etc”?

These were my steps, could you please update the documentation?

  1. Create a new folder under Tomcat/lib called “ext”

  2. Copy lucee.jar and org-apache-felix-main-x-x-x.jar to /lib/ext

  3. Add
    ‘,“${catalina.base}/lib/ext”,“${catalina.base}/lib/ext/.jar",“${catalina.home}/lib/ext”,"${catalina.home}/lib/ext/.jar”’
    to catalina.properties at the and of common.loader=…

What is also missing is the installation step to add the new Lucee
Servlet.

I would suggest:

Add Lucee Servlet to /conf/web.xml

        <servlet>

                    <servlet-name>LuceeServlet</servlet-name>

lucee.loader.servlet.LuceeServlet

                    <load-on-startup>2</load-on-startup>

        </servlet>

        <servlet-mapping>

                    <servlet-name>LuceeServlet</servlet-name>

                    <url-pattern>*.lucee</url-pattern>

                    <url-pattern>/index.lucee/*</url-pattern>

        </servlet-mapping>

My biggest problem with this upgrade is the fact that these Lucee 4.5
settings are ignored:

These settings are ignored, so all settings are lost?

<servlet>

    <servlet-name>CFMLServlet</servlet-name>

    <description>CFML runtime Engine</description>

    <servlet-class>lucee.loader.servlet.CFMLServlet</servlet-class>

    <init-param>

        <param-name>lucee-web-directory</param-name>

D:/ApacheTomcat/lucee-web-config/{web-context-label}/

        <description>Lucee Web Directory</description>

    </init-param>

    <init-param>

        <param-name>lucee-server-root</param-name>

D:/ApacheTomcat/lucee-server-config/

        <description>Directory where Lucee server root is 

stored

    </init-param>

    <load-on-startup>3</load-on-startup>

</servlet>

Instead two new folders were created and my old settings are lost!

        D:\ApacheTomcat\lucee-server

        D:\projekte_cf\WEB-INF\lucee\lucee-web.xml.cfm

So my question is:

Is it possible to upgrade and import/keep my old server/web settings?

Another question:

Is it still not possible to load custom jars (the classic way) - see
[LDEV-290] - Lucee ?

I got this information on 05/07: “This will be solved before we release
the next beta, we are working atm on all OSGi issues…”

And the “next beta” 5.0.49 was release on 05/13?

-Harry


You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/27b6b96b-ea89-41dd-8b2f-e0f98e9fb149%40googlegroups.com
https://groups.google.com/d/msgid/lucee/27b6b96b-ea89-41dd-8b2f-e0f98e9fb149%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/52DEFE21-8D16-4B84-86EB-7709FE3845FD%40gmail.com
https://groups.google.com/d/msgid/lucee/52DEFE21-8D16-4B84-86EB-7709FE3845FD%40gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.


Get 10% off of the regular price for this years CFCamp in Munich,
Germany (Oct. 20th & 21st) with the Lucee discount code Lucee@cfcamp. 189€
instead of 210€. Visit
CFCamp 2016

You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/594ea3b0-0b86-4ced-9a35-1e6e7024c253%40googlegroups.com
https://groups.google.com/d/msgid/lucee/594ea3b0-0b86-4ced-9a35-1e6e7024c253%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

I then zip’d up a working Lucee 4.5.5.006 /opt/lucee/lib directory which
had the jar files and a lucee-server directory and extracted them on this
test server which did not work after the upgrade. I stopped/started the
lucee server and was able to view the lucee admin under 4.5.2.018. I then
updated this test server to 4.5.5.006

I then deleted all of the jar files in /opt/tomcat/lib directory and copied
the lucee-5.1.1.85.jar to this directory. I noticed during this test that
when I started lucee it removed the lucee-server directory in
/opt/lucee/lib and not able to access the lucee admin page.On Thursday, February 16, 2017 at 9:45:21 AM UTC-5, Graham Pearson wrote:

I have been trying to upgrade 4.5.2.018 due to a function that will
through an error on any later version. I spun up a new virtual and started
with the same version of Lucee/MuraCMS/Mysql which I imported the database
to this new virtual. Once I verified that everything was working on
4.5.2.018, I then started the upgrade process of only Lucee. Through the
web admin I was able to upgrade to 4.5.5.006 without any issues. When I
tested this to make sure things worked, I then followed the instructions
below to try and upgrade Lucee 4.5.5.006 to Lucee 5.0.1.85

The instructions looked easy which I entered the /opt/lucee/tomcat/lib
directory and rm -rf *.jar (To Remove all jar files)
I then copied the downloaded lucee-5.0.1.85.jar from
Download Lucee under the Custom JAR link and placed it
within the /opt/lucee/tomcat/lib directory as noted in the documentation
I then updated the setenv.sh file to remove the lucee-inst.jar file as
noted within the documentation.
Then upon starting the service I get the following error message:

[mod_cfml] Starting mod_cfml version: 1.1.05
16-Feb-2017 09:14:32.602 INFO [127.0.0.1-startStop-1]
org.apache.catalina.startup.HostConfig.deployDirectory Deploying web
application directory /opt/lucee/tomcat/webapps/ROOT
16-Feb-2017 09:14:32.685 SEVERE [127.0.0.1-startStop-1]
org.apache.catalina.core.ContainerBase.addChildInternal
ContainerBase.addChild: start:
org.apache.catalina.LifecycleException: Failed to start component
[StandardEngine[Catalina].StandardHost[127.0.0.1].StandardContext[]]
at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:725)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:701)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)
at
org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1101)
at
org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1816)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IllegalArgumentException: URI scheme is not “file”
at java.io.File.(File.java:421)
at
org.apache.tomcat.util.scan.StandardJarScanner.process(StandardJarScanner.java:317)
at
org.apache.tomcat.util.scan.StandardJarScanner.scan(StandardJarScanner.java:244)
at
org.apache.catalina.startup.ContextConfig.processJarsForWebFragments(ContextConfig.java:1872)
at
org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1119)
at
org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:771)
at
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:305)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
at
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5080)
at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
… 10 more

16-Feb-2017 09:14:32.686 SEVERE [127.0.0.1-startStop-1]
org.apache.catalina.startup.HostConfig.deployDirectory Error deploying web
application directory /opt/lucee/tomcat/webapps/ROOT
java.lang.IllegalStateException: ContainerBase.addChild: start:
org.apache.catalina.LifecycleException: Failed to start component
[StandardEngine[Catalina].StandardHost[127.0.0.1].StandardContext[]]
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:729)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:701)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)
at
org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1101)
at
org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1816)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

16-Feb-2017 09:14:32.687 INFO [127.0.0.1-startStop-1]
org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web
application directory /opt/lucee/tomcat/webapps/ROOT has finished in 84 ms
16-Feb-2017 09:14:32.705 INFO [main]
org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
[“http-nio-8888”]
16-Feb-2017 09:14:32.733 INFO [main]
org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
[“ajp-nio-8009”]
16-Feb-2017 09:14:32.756 INFO [main]
org.apache.catalina.startup.Catalina.start Server startup in 34026 ms

I am able to view a simple html only file so Apache is working. If I try
to browse http://172.16.252.83:8888/ I get a 404 error. If I try to view
http://172.16.252.83/test.cfm which dumps #NOW()# I get a 404 error page.
I also get a 404 error page when trying to view
http://172.16.252.83/lucee/admin.cfm

On Wednesday, November 23, 2016 at 11:23:44 AM UTC-5, Brad Wood wrote:

What additional docs would you like to see. The doc for upgrading from
Lucee 4.5 is right here:
Upgrading from Lucee 4.5 :: Lucee Documentation

And honestly, it’s pretty short because that’s really all there is to it!
You just swap the jar and restart. If you’re having issues, I would
recommend starting a new thread with any errors from the logs. I see
people saying things like, “I tried it and can’t access tomcat”, but that’s
not really enough information to try and help them.

Gary, I see you asked about whether cflock worked in cfscript in Lucee 4.
Yes, there has been a script version of lock for a very long time. If
you’re getting an error, again, please provide actual information like full
stack traces and code samples in a new thread if you want help.

Thanks!

~Brad

On Tuesday, November 22, 2016 at 11:54:34 AM UTC-6, Travis Peters wrote:

I’m thinking of that Office meme:
If the instructions to upgrade from 4.5 actually worked, That’d be great!

Yeah, not happy.

Documentation seems to be lacking all around on this project - it’s
really too bad - I love the concept and have several Lucee-served projects
on the go.

On Thursday, September 22, 2016 at 11:50:45 AM UTC-5, Mark Drew wrote:

Yeah that is an old link to it (from over a year ago it seems)

It all moved to http://docs.lucee.org

Updating Lucee :: Lucee Documentation

MD

On 22 Sep 2016, at 17:20, Gary Stanton ga...@simianenterprises.co.uk wrote:

So, after clicking on the link to this article on the BitBucket Wiki, I
went through the following steps:

  1. Forced to log in with Google
  2. Asked to create a username with Atlassian (Even though I’ve logged
    in, with my Google account)
  3. Asked to provide my email address (Ditto, above)
  4. Asked to provide a new password (For an account I neither want, nor
    need!)
  5. Asked to confirm my email address (Sigh)
  6. Shown a welcome page detailing the many delights that will await me,
    eventually, when Atlassian release their exciting new single account (but
    not yet)
  7. Told I don’t have access to this Wiki.

FUMING!!

Also, I upgraded from 4.5 using the docs here:
Upgrading from Lucee 4.5 :: Lucee Documentation and am
now unable to access Tomcat in any way.
Can anyone help?

On Friday, 22 May 2015 08:42:36 UTC+1, Harry Klein wrote:

Done:

lucee / Lucee / wiki / Lucee 5 Upgrading Railo — Bitbucket

-Harry

Von: lu...@googlegroups.com [mailto:lu...@googlegroups.com] *Im
Auftrag von *Kai Koenig
Gesendet: Donnerstag, 21. Mai 2015 22:45
An: lu...@googlegroups.com
Betreff: Re: [Lucee] Upgrade from Lucee 4.5 to Lucee 5 -
documentation lacking, open questions

Hi Harry,

it’d be great if you could just create an account (if you don’t have
one) and quickly update the steps yourself! I recently changed something on
the wiki and I think I didn’t need any special permissions etc.

Cheers

Kai

The upgrade steps documented here

lucee / Lucee / wiki / Lucee 5 Upgrading Railo — Bitbucket

are really lacking.

This sentence has an important typo:

Add lucee.jar and org-apache-felix-main-x-x-x.jar (x-x-x stands for
a specific version) to “/lib/etc” from the download and remove all other
jars in that directory, but do not remove the directory
“railo-server”/“lucee-server” if that directory is present there, which is
the case with default installations.

I guess you meant “ext” and not “etc”?

These were my steps, could you please update the documentation?

  1. Create a new folder under Tomcat/lib called “ext”

  2. Copy lucee.jar and org-apache-felix-main-x-x-x.jar to /lib/ext

  3. Add
    ‘,“${catalina.base}/lib/ext”,“${catalina.base}/lib/ext/.jar",“${catalina.home}/lib/ext”,"${catalina.home}/lib/ext/.jar”’
    to catalina.properties at the and of common.loader=…

What is also missing is the installation step to add the new Lucee
Servlet.

I would suggest:

Add Lucee Servlet to /conf/web.xml

        <servlet>

                    <servlet-name>LuceeServlet</servlet-name>

lucee.loader.servlet.LuceeServlet

                    <load-on-startup>2</load-on-startup>

        </servlet>

        <servlet-mapping>

                    <servlet-name>LuceeServlet</servlet-name>

                    <url-pattern>*.lucee</url-pattern>

                    <url-pattern>/index.lucee/*</url-pattern>

        </servlet-mapping>

My biggest problem with this upgrade is the fact that these Lucee 4.5
settings are ignored:

These settings are ignored, so all settings are lost?

<servlet>

    <servlet-name>CFMLServlet</servlet-name>

    <description>CFML runtime Engine</description>

    <servlet-class>lucee.loader.servlet.CFMLServlet</servlet-class>

    <init-param>

        <param-name>lucee-web-directory</param-name>

D:/ApacheTomcat/lucee-web-config/{web-context-label}/

        <description>Lucee Web Directory</description>

    </init-param>

    <init-param>

        <param-name>lucee-server-root</param-name>

D:/ApacheTomcat/lucee-server-config/

        <description>Directory where Lucee server root is 

stored

    </init-param>

    <load-on-startup>3</load-on-startup>

</servlet>

Instead two new folders were created and my old settings are lost!

        D:\ApacheTomcat\lucee-server

        D:\projekte_cf\WEB-INF\lucee\lucee-web.xml.cfm

So my question is:

Is it possible to upgrade and import/keep my old server/web settings?

Another question:

Is it still not possible to load custom jars (the classic way) - see
[LDEV-290] - Lucee ?

I got this information on 05/07: “This will be solved before we
release the next beta, we are working atm on all OSGi issues…”

And the “next beta” 5.0.49 was release on 05/13?

-Harry


You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/27b6b96b-ea89-41dd-8b2f-e0f98e9fb149%40googlegroups.com
https://groups.google.com/d/msgid/lucee/27b6b96b-ea89-41dd-8b2f-e0f98e9fb149%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/52DEFE21-8D16-4B84-86EB-7709FE3845FD%40gmail.com
https://groups.google.com/d/msgid/lucee/52DEFE21-8D16-4B84-86EB-7709FE3845FD%40gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.


Get 10% off of the regular price for this years CFCamp in Munich,
Germany (Oct. 20th & 21st) with the Lucee discount code Lucee@cfcamp. 189€
instead of 210€. Visit
CFCamp 2016

You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/594ea3b0-0b86-4ced-9a35-1e6e7024c253%40googlegroups.com
https://groups.google.com/d/msgid/lucee/594ea3b0-0b86-4ced-9a35-1e6e7024c253%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.