URLrewriting under a ROOT folder with cfwheels

Guys,

I’ve a funny trouble:
I’m trying to use CFWheels 1.4.5 + Luceee 4.5 + Win10 + Java 1.8.0_91

But, when I add a project under webapps, like:
c:/luceee/tomcat/webapps/MYPROJECT I cant acesse Datasource, even changing
the file settings. Show the erron on cfinvoke in the root.cfm file. Same as
the solucion that I fond here.

If I put my project into ROOT folder:
c:/luceee/tomcat/webapps/ROOT/MYPROJECT. I CAN acess the DB, but I loose
the URLrewriting process. So, I have to used params on the url. That is
making it difficult.
How can use the both? urlrew… and DB.

I’ve already tried use Luceee 5.0 but, it was my frist trying. After, I think 4.5 was more stable, but is the same problems.

Pls, I NEED start this project! :smiley:

How is the rewriting done when it’s not in ROOT - WEB-INF/web.xml?

Are you using lucee express or your own install on tomcat?

-GOn Wednesday, July 13, 2016 at 2:51:55 PM UTC-4, Franco Gomes dos Santos wrote:

Guys,

I’ve a funny trouble:
I’m trying to use CFWheels 1.4.5 + Luceee 4.5 + Win10 + Java 1.8.0_91

But, when I add a project under webapps, like:
c:/luceee/tomcat/webapps/MYPROJECT I cant acesse Datasource, even changing
the file settings. Show the erron on cfinvoke in the root.cfm file. Same as
the solucion that I fond here.

If I put my project into ROOT folder:
c:/luceee/tomcat/webapps/ROOT/MYPROJECT. I CAN acess the DB, but I loose
the URLrewriting process. So, I have to used params on the url. That is
making it difficult.
How can use the both? urlrew… and DB.

I’ve already tried use Luceee 5.0 but, it was my frist trying. After, I think 4.5 was more stable, but is the same problems.

Pls, I NEED start this project! :smiley: