Hi;
i tried to use
multiple cfform on the same page but required fields are asking for the
last form and cant submit the first one .
thanks
sample is here
<cfform name="test" id="test" method="post" action="">
<cfinput type="text" required="yes" name="ilk">
<input type="submit" value="Submit" />
</cfform>
<cfform name="test2" method="post" action="">
<cfinput type="text" required="yes" name="iki">
<input type="submit" value="Submit" />
</cfform>
here is the generated html
<script language = "JavaScript" type="text/javascript"
src="/railo-context/form.cfm"></script><form onsubmit="return
railo_form_0.check();" name="test" action="" method="post" id="test">
<input name="ilk" type="text">
<input type="submit" value="Submit" />
</form><!-- name:test --><script>
railo_form_0=new RailoForms('test');
railo_form_0.addInput('ilk',true,0,14,null,null,null,null,null,null);
</script>
<script language = "JavaScript" type="text/javascript"
src="/railo-context/form.cfm"></script><form onsubmit="return
railo_form_0.check();" name="test2" action="" method="post">
<input name="iki" type="text">
<input type="submit" value="Submit" />
</form><!-- name:test2 --><script>
railo_form_0=new RailoForms('test2');
railo_form_0.addInput('iki',true,0,14,null,null,null,null,null,null);
</script>
Hi! I've added
<cfset form.memorylog=""> TO
\WEB-INF\railo\context\application.cfm and I'm now able to tick off the "enable debugging" checkbox in the Railo Server Administrator, however trying the same in the Railo Web Administrator gives me the error: "
variable memorylog doesnt exist in Form Scope" and the debugging output is still shown. Is there another workaround? Thanks again, atomi
Sorry for that, this is also a bug in this beta release that is also
already fixed in the current version, in the Version that "Gert Franz"
has send you this bug is solved.
do make a quick fix you can add the following code to
\WEB-INF\railo\context\application.cfm
<cfset form.memorylog=""> that solve the problem.
p.s. this failure is happen because we have removed the memory Logger
from railo, but forget to remove it from update action in the admin.
> hi folks,
> Im trying to turn off debugging in the Railo administrator and get
> this message:
>
> variable memorylog doesnt exist in Form Scope
>
> using firefox 1.5.1 and IE6 on the jetty standalone JVM 1.5_06
> any ideas?
> thanks.
> atomi
>
>
First let me explain why this problem occurs, railo always check the
datasource connection when you insert or update data via admin.
it checks if driver [org.gjt.mm.mysql.Driver] is of type
[java.sql.Driver]and also if driver is aviable.
In our case railo makes the failure with checking if driver is a
instance of "java.sql.Driver".
the only way to solve this problem with this version, you can add the
datasource to the "railo-web.xml" manually, because this way railo will
not check the type.
ok do the following
- open the file "WEB-INF/railo/railo-web.xml"
- add the following code inside body of tag "data-sources"
<data-source
name="<datasource-name>"
class="org.gjt.mm.mysql.Driver"
dsn="jdbc:mysql://<host>/<dbname>"
username="<user>"
password="<pass>"/>
- change <datasource-name>,<host>,<dbname>,<user> and <pass> with your
settings
- restart railo
- have fun
atomi schrieb:
> thanks for the quick reply...
> im trying to use the JDBC-ODBC bridge. I've set the system DSN in ODBC
> data source admin but the Railo admin gives me this error -
> "[Microsoft][ODBC Driver Manager] Data source name not found and no
> default driver specified"
> thanks
> atomi
>
> On 2/13/06, *Gert Franz* <gert.franz@...
> <mailto:gert.franz@...>> wrote:
>
> Hi Atomi,
>
> this is a known and already solved bug in the Beta. Use the
> JDBC-bridge
> instead. The error is already fixed in the latest version of the
> beta.
> Just email me off the list, I will send you a nightly if you like.
>
> Regards Gert Franz
> Greetings / Grüsse
> Gert Franz
> Technical Support
> gert.franz <mailto:michael.streit@...
> <mailto:michael.streit@...>>@railo.ch
> <mailto:michael.streit@... <mailto:
michael.streit@...>>
> www.railo.ch <
http://www.railo.ch> < http://www.railo.ch>
thanks for the quick reply... im trying to use the JDBC-ODBC bridge. I've set the system DSN in ODBC data source admin but the Railo admin gives me this error - "[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified"
thanks atomi
this is a known and already solved bug in the Beta. Use the JDBC-bridge
instead. The error is already fixed in the latest version of the beta.
Just email me off the list, I will send you a nightly if you like.
> hi im trying to add a mysql dsn through the administrator. here is the
> error message:
>
> class [org.gjt.mm.mysql.Driver] is not a JDBC Driver
> class must implement interface [java.sql.Driver]
>
>
> tia for any input.
> atomi
>
>
hi im trying to add a mysql dsn through the administrator. here is the error message: class [org.gjt.mm.mysql.Driver] is not a JDBC Driver class must implement interface [java.sql.Driver]
Hi Baris,
could you contact me off the list, in order to make it easier to find
a sollution. If successfull, I will post the sollution in here...
eMail me at: gert.franz@...
Regards Gert
--- In railo_talk@yahoogroups.com, "Baris ABACI" <baris.abaci@...> wrote:
>
> Hi ;
> i 've changed settings on my ie but nothing happened
>
> http://localhost:5432/index.cfm
>
> url did'nT work but tomcat works and so cfm extensions?
>
> i am desperate.....
>
> this should be easier i guess:((((((((((((
>
> thanks
> On Tue, 07 Feb 2006 16:17:31 -0000
> "franzgert" <gert.franz@...> wrote:
> > Hi Baris,
> >
> > I have another question. Did you turn off the "Show friendly HTTP
> > error
> > messages" checkbox in the internet explorers options? (I assume you
> > are
> > using Internet Explorer).
> > Perhaps Railo displays a certain error, but you don't see it because
> > of
> > this setting.
> >
> > If you call Railo directly via the Tomcat Server, does it work
> > allright?
> > I mean if you call it using the port number Tomcat is running on,
> > like:
> > http://localhost:5432/index.cfm
> > does an error message appear? From your posts I can assume, that
> > tomcat
> > is configured well, so that the above link should work.
> >
> > Regards
> >
> > Gert
> >
> > --- In railo_talk@yahoogroups.com, "Baris ABACI" <baris.abaci@>
> > wrote:
> > >
> > > Hi ;
> > > I have no problem integration jsp and servlet with iis
> > > but cfm extension doesnt work
> > >
> > > i did all the steps in the how to file
> > >
> >
> >
> >
> >
> >
> >
> > SPONSORED LINKS
> > Programming
> > languages Computer security
> > C programming language
> >
>
Computer
> > programming languages Computer
> > training
> > YAHOO! GROUPS LINKS
> > Visit your group "railo_talk" on the web.
> > To unsubscribe from this group, send an email to:
> > railo_talk-unsubscribe@yahoogroups.com
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> > Service.
> >
>
Hi ;
i 've changed settings on my ie but nothing happened
http://localhost:5432/index.cfm
url did'nT work but tomcat works and so cfm extensions?
i am desperate.....
this should be easier i guess:((((((((((((
thanks
On Tue, 07 Feb 2006 16:17:31 -0000
"franzgert" <gert.franz@...> wrote:
> Hi Baris,
>
> I have another question. Did you turn off the "Show friendly HTTP
> error
> messages" checkbox in the internet explorers options? (I assume you
> are
> using Internet Explorer).
> Perhaps Railo displays a certain error, but you don't see it because
> of
> this setting.
>
> If you call Railo directly via the Tomcat Server, does it work
> allright?
> I mean if you call it using the port number Tomcat is running on,
> like:
> http://localhost:5432/index.cfm
> does an error message appear? From your posts I can assume, that
> tomcat
> is configured well, so that the above link should work.
>
> Regards
>
> Gert
>
> --- In railo_talk@yahoogroups.com, "Baris ABACI" <baris.abaci@...>
> wrote:
> >
> > Hi ;
> > I have no problem integration jsp and servlet with iis
> > but cfm extension doesnt work
> >
> > i did all the steps in the how to file
> >
>
>
>
>
>
>
> SPONSORED LINKS
> Programming
> languages Computer security
> C programming language
>
Computer
> programming languages Computer
> training
> YAHOO! GROUPS LINKS
> Visit your group "railo_talk" on the web.
> To unsubscribe from this group, send an email to:
> railo_talk-unsubscribe@yahoogroups.com
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service.
>
Hi Baris,
I have another question. Did you turn off the "Show friendly HTTP error
messages" checkbox in the internet explorers options? (I assume you are
using Internet Explorer).
Perhaps Railo displays a certain error, but you don't see it because of
this setting.
If you call Railo directly via the Tomcat Server, does it work allright?
I mean if you call it using the port number Tomcat is running on, like:
http://localhost:5432/index.cfm
does an error message appear? From your posts I can assume, that tomcat
is configured well, so that the above link should work.
Regards
Gert
--- In railo_talk@yahoogroups.com, "Baris ABACI" <baris.abaci@...>
wrote:
>
> Hi ;
> I have no problem integration jsp and servlet with iis
> but cfm extension doesnt work
>
> i did all the steps in the how to file
>
Hi ;
I have no problem integration jsp and servlet with iis
but cfm extension doesnt work
i did all the steps in the how to file
On Mon, 06 Feb 2006 17:42:39 +0100
Gert Franz <gert.franz@...> wrote:
> Hi Baris,
>
> did you follow the instructions defined like here:
> http://tomcat.apache.org/tomcat-3.3-doc/tomcat-iis-howto.html
>
> Regards Gert
>
>
>
> Baris ABACI schrieb:
>
> >Hi ,
> >I am sorry to disturb but
> >i forget to tell you tomcat works fine
> >i have no problem with working cf files
> >iis is the problem
> >
> >here is worker.properties for tomcat
> >************
> ># workers.properties.minimal -
> >#
> ># This file provides minimal jk configuration properties needed to
> ># connect to Tomcat.
> >#
> ># The workers that jk should create and work with
> >#
> >
> >worker.list=wlb,jkstatus
> >
> >#
> ># Defining a worker named ajp13w and of type ajp13
> ># Note that the name and the type do not have to match.
> >#
> >worker.ajp13w.type=ajp13
> >worker.ajp13w.host=localhost
> >worker.ajp13w.port=8009
> >
> >#
> ># Defining a load balancer
> >#
> >
> >worker.wlb.type=lb
> >worker.wlb.balance_workers=ajp13w
> >
> >#
> ># Define status worker
> >#
> >
> >worker.jkstatus.type=status
> >*******************************************
> >here is uriworkermap.properties
> >****************
> >/jsp-examples/*=wlb
> >/cf/*=wlb
> >/jkmanager=jkstatus
> >*******************
> >
> >i can use jsp with no problem over iis...
> >
> >thank you
> >
> >
> >
> >Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
>
> --
>
> Regards
>
> Gert Franz
> Customer Support
> gert.franz@...
> www.railo.ch
> Visit us at CeBIT 06
> Hall 3, stand D39
>
>
>
> SPONSORED LINKS
> Programming
> languages Computer security
> C programming language
>
Computer
> programming languages Computer
> training
> YAHOO! GROUPS LINKS
> Visit your group "railo_talk" on the web.
> To unsubscribe from this group, send an email to:
> railo_talk-unsubscribe@yahoogroups.com
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service.
>
Hi Baris,
did you follow the instructions defined like here:
http://tomcat.apache.org/tomcat-3.3-doc/tomcat-iis-howto.html
Regards Gert
Baris ABACI schrieb:
>Hi ,
>I am sorry to disturb but
>i forget to tell you tomcat works fine
>i have no problem with working cf files
>iis is the problem
>
>here is worker.properties for tomcat
>************
># workers.properties.minimal -
>#
># This file provides minimal jk configuration properties needed to
># connect to Tomcat.
>#
># The workers that jk should create and work with
>#
>
>worker.list=wlb,jkstatus
>
>#
># Defining a worker named ajp13w and of type ajp13
># Note that the name and the type do not have to match.
>#
>worker.ajp13w.type=ajp13
>worker.ajp13w.host=localhost
>worker.ajp13w.port=8009
>
>#
># Defining a load balancer
>#
>
>worker.wlb.type=lb
>worker.wlb.balance_workers=ajp13w
>
>#
># Define status worker
>#
>
>worker.jkstatus.type=status
>*******************************************
>here is uriworkermap.properties
>****************
>/jsp-examples/*=wlb
>/cf/*=wlb
>/jkmanager=jkstatus
>*******************
>
>i can use jsp with no problem over iis...
>
>thank you
>
>
>
>Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
>
>
--
Regards
Gert Franz
Customer Support
gert.franz@...
www.railo.ch
Visit us at CeBIT 06
Hall 3, stand D39
Ok i'll look into it and inform you, as soon as I have a sollution.
Maybe Bruno, our Apache-Tomcat guru knows the sollution...
Regards
Gert
Baris ABACI schrieb:
>Hi ,
>I am sorry to disturb but
>i forget to tell you tomcat works fine
>i have no problem with working cf files
>iis is the problem
>
>here is worker.properties for tomcat
>************
># workers.properties.minimal -
>#
># This file provides minimal jk configuration properties needed to
># connect to Tomcat.
>#
># The workers that jk should create and work with
>#
>
>worker.list=wlb,jkstatus
>
>#
># Defining a worker named ajp13w and of type ajp13
># Note that the name and the type do not have to match.
>#
>worker.ajp13w.type=ajp13
>worker.ajp13w.host=localhost
>worker.ajp13w.port=8009
>
>#
># Defining a load balancer
>#
>
>worker.wlb.type=lb
>worker.wlb.balance_workers=ajp13w
>
>#
># Define status worker
>#
>
>worker.jkstatus.type=status
>*******************************************
>here is uriworkermap.properties
>****************
>/jsp-examples/*=wlb
>/cf/*=wlb
>/jkmanager=jkstatus
>*******************
>
>i can use jsp with no problem over iis...
>
>thank you
>
>
>
>Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
>
>
--
Regards
Gert Franz
Customer Support
gert.franz@...
www.railo.ch
Visit us at CeBIT 06
Hall 3, stand D39
Hi ,
I am sorry to disturb but
i forget to tell you tomcat works fine
i have no problem with working cf files
iis is the problem
here is worker.properties for tomcat
************
# workers.properties.minimal -
#
# This file provides minimal jk configuration properties needed to
# connect to Tomcat.
#
# The workers that jk should create and work with
#
worker.list=wlb,jkstatus
#
# Defining a worker named ajp13w and of type ajp13
# Note that the name and the type do not have to match.
#
worker.ajp13w.type=ajp13
worker.ajp13w.host=localhost
worker.ajp13w.port=8009
#
# Defining a load balancer
#
worker.wlb.type=lb
worker.wlb.balance_workers=ajp13w
#
# Define status worker
#
worker.jkstatus.type=status
*******************************************
here is uriworkermap.properties
****************
/jsp-examples/*=wlb
/cf/*=wlb
/jkmanager=jkstatus
*******************
i can use jsp with no problem over iis...
thank you
Hi Baris,
well the insertion of the welcome file does not fix the error, but what
i need is a log file of tomat to check the error, and more information
on how you instlled Railo.
Regards
Gert
Baris ABACI schrieb:
>hi ;
>i did what you told me but stil get the same error.
>i am so eager to make it work but:((((((
>please help
>
>i am sending my new web.xml
>
>
>
>
>Yahoo! Groups Links
>
>
>
>
>
>
--
Regards
Gert Franz
Customer Support
gert.franz@...
www.railo.ch
Visit us at CeBIT 06
Hall 3, stand D39
--- In railo_talk@yahoogroups.com, "Ahmadie Thaha" <ahmadiethaha@...>
wrote:
>
> Do Railo will support non-standard ColdFusion CFML file encryption?
> The reason is, there is a tool to decrypt the encypted CFML files? We
> want a more secured encryption as implemented in BlueDragon or Coral
> Web Builder.
>
Hi Ahmandie,
for this purpose you can use railo archives. You can compare Railo
archives to a mapping. The difference is, that in a railo archive you
will only deploy the class files of your application (without cfm).
CFM-Files can be included in order to display error messages, but they
are not necessary for the functionality of the application.
Our Railo administrator for instance is a complete railo archive. When
setting up a mapping (can be done in an application using the tag
cfadmin) next to the archive you can define a directory in which you
place files that can be unencrypted. If Railo does not find the
certain file in the archive it will search in the defined physical
path for it.
In addition secured Railo archives are encrypted too. So beside the
fact that only class files reside in the archive, they even are
encrypted, and you will have no way of decrypting the application.
If anyhow someone somehow manages to decrypt the archive, he will only
find java class files, which for themselves are not so easy readable
leaving no trace of your application code.
And more, you can set single mappings to be trusted (means, that Railo
does not look for newer files in the archive and the physical path).
The new website will contain detailed information about the Railo
archives.
Hope this helps.
Regards
Gert Franz
Customer Support
gert.franz@...
www.railo.ch
Visit us at CeBIT 06
Hall 3, stand D39
Hi Baris,
the first thing I notice is, that the welcome file is missing. This
means, that Tomcat is not looking for the cfm-file if you don't add
the filename behind the webadress eg: www.yoursite.com instead of
www.yoursite.com/index.cfm
As a next step, you should try to find out, if railo is found.
Therefore I need to know, how you installed railo. Did you use the war
file or did you just copy the necessary files into a certain folder.
The railo.jar has to be in a folder that can be found by tomcat (eg.
the lib folder), if you don't install it as a war file.
Is there a log file that displays some error messages concerning railo?
Regards
Gert Franz
Customer Support
gert.franz@...
www.railo.ch
Visit us at CeBIT 06
Hall 3, stand D39
Do Railo will support non-standard ColdFusion CFML file encryption?
The reason is, there is a tool to decrypt the encypted CFML files? We
want a more secured encryption as implemented in BlueDragon or Coral
Web Builder.
Hi Baris,
could you post the tomcat configuration file named:
{tomcat-install-dir}/con/web.xml
Also take a lokk at the following link:
http://www.railo.ch/en/installConfig/index.cfm?treeID=72
Regards
Gert Franz
Customer Support
gert.franz@...
www.railo.ch
Visit us at CeBIT 06
Hall 3, stand D39
Baris ABACI schrieb:
>hi ;
>i integrated tomcat with iis
>i can call jsp files but when i called .cfm files i get error
>like it doesnt exists.
>
>*******************
>The page cannot be displayed
>The page you are looking for is currently unavailable. The Web site
>might be experiencing technical difficulties, or you may need to adjust
>your browser settings.
>*******************
>
>thank you in advance
>
>
>
>Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>.
>
>
>
hi ;
i integrated tomcat with iis
i can call jsp files but when i called .cfm files i get error
like it doesnt exists.
*******************
The page cannot be displayed
The page you are looking for is currently unavailable. The Web site
might be experiencing technical difficulties, or you may need to adjust
your browser settings.
*******************
thank you in advance
Hi T,
since with Railo 1.0 we only will be MX 6.1 compatible and the Tag
CFNTauthenticate was introduced with MX 7.0 we will not support this
tag yet. But Railo 1.1 wich we will release later this year will be MX
7.1 compatible (except maybe for cfreport) so it will support the Tag
CFNTauthenticate.
Did you try to find a JSP Taglibrary that maybe supports this
functionality. Maybe somewhere here:
http://www.experts-exchange.com/Web/Web_Languages/JSP/Q_20415261.html
Regards
Gert Franz
Customer Care
gert.franz@...
www.railo.ch
Visit us at CeBIT 2006
Hall 3, Stand D39
--- In railo_talk@yahoogroups.com, "tburnette" <trevor@...> wrote:
>
> Are there any plans to add cfNTauthenticate to your list of supported
> tags? I currently use CFMX7 and this is about the only tag (along
> with the charting tags) I use that Railo does not support.
> T
>
Are there any plans to add cfNTauthenticate to your list of supported
tags? I currently use CFMX7 and this is about the only tag (along
with the charting tags) I use that Railo does not support.
T