At this stage no, I got side tracked onto another task. But yes I did look
into the jrun.xml file that is created and the UTF-8 is a default setting so
that is an answer that is answered.

I think also (not 100% sure) that our proxy is playing up, I seem to get a
mixture of 403 forbiden and IIS 500 errors. So I do need to look further
into the cause of this.

It would be nice if I could get this to work, but it's not critical. Just
would prefer to have one management console for my application servers if
possible.



Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  8676 4223
Mobile: 0404 998 273


-----Original Message-----
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Haikal Saadh
Sent: Friday, 8 June 2007 10:33 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: JRun and a war application



Have you looked in the error logs to see what's causing your error 500?

My understanding is that it should be all UTF8 by default anyway.

Andrew Scott wrote:
> Cheers Mark,
>
> Roller also works on more than that, they have got it work on Jboss,
> webshepre and some others.
>
> I didn't think of the application might not work, and JRun in an
enterprise
> version is supposed to run JSP pages at least coldfusion itself does
anyway.
> So an assumption was made there.
>
> I know with the time it has taken, it would have been easier to have
> installed tomcat. Was curious to see if it would work on jrun..
>
>
>
> Andrew Scott
> Senior Coldfusion Developer
> Aegeon Pty. Ltd.
> www.aegeon.com.au
> Phone: +613  8676 4223
> Mobile: 0404 998 273
>
>
>
> -----Original Message-----
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf
> Of Mark Stanton
> Sent: Thursday, 7 June 2007 5:21 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: JRun and a war application
>
>
> Does the JRun that is packaged with CF allow you to execute jsp files?
> I thought it was a crippled version of JRun?
>
> Does Roller support JRun? I know that when CF first came out it didn't
> support all J2EE servers. I know that Jira and Confluence don't run on
> JRun although they do run on almost all other J2EE servers. What I am
> saying is not all J2EE servers are created equal and not all J2EE
> applications will run on all servers. Start with the Roller docs - if
> you can't find evidence of it running on JRun, I'd just bite the
> bullet and install Tomcat.
>
> Also I think that you'll find the way you configure Tomcat is very
> different to JRun. If you are reading docs related to Tomcat and
> looking for the equivalent settings in JRun are not going to have much
> luck.
>
> Did some quick searching....
>
>
http://cwiki.apache.org/confluence/display/ROLLER/InstallationFAQs#Installat
> ionFAQs-2
>
> What platforms are supported?
>
> The Roller [InstallationGuide] discusses installing Roller on Windows
> or UNIX, the MYSQL database, and the Tomcat 5.0 and 5.5 servlet
> engines. The Roller software includes database creation scripts for
> MYSQL, HSQL, and Postgres databases but, at this point, the Roller
> project members do not test against the last two database
> configurations.
>
> Some folks have installed Roller on the OC4J, Resin and Jetty servlet
> engines.
>
> Cheers
>
> Mark
>
>
> On 6/7/07, Andrew Scott <[EMAIL PROTECTED]> wrote:
>   
>> Mark,
>>
>> Cheers, but that really didn't help. So let me change my way of
>>     
> explanation.
>   
>> Sorry I am extremely new to j2ee applications and Jrun so I'll do my best
>> here.
>>
>> Ok, our company has a blog and is using a weblog called Roller and I
would
>> prefer to use jrun as it is already there. Now I already have as
indicated
>>     
> 2
>   
>> instances running CF7 & CF8.
>>
>> Now the roller package is a folder structured war, and I have deployed
>>     
> this
>   
>> to cfusion (CFMX8) so it shows up under there with the context roller. I
>> have switched on directory browsing, so when I view
>> http://localhost:8300/roller I do see the directory a ok.
>>
>> Now the problem I seem to be having, is that the install notes tell me
>>     
> that
>   
>> I need to make sure that the tomcat config file needs to have
>> URIEncoding="UTF-8" I just do not know where to put this, is this the war
>> application conf/server.xml or tomcat config file.
>>
>> But more importantly, the index.jsp file does not seem to want to run
>> generating an http 500 error. Even when the index.jsp is just got welcome
>> text. So either something else gets run first that I haven't configured
or
>> it doesn't know how to run the jsp page.
>>
>> I did read the livedocs for JRun, but they really do not answer any of my
>> questions or I am just not reading them correctly.
>>
>>
>>
>> Andrew Scott
>> Senior Coldfusion Developer
>> Aegeon Pty. Ltd.
>> www.aegeon.com.au
>> Phone: +613  8676 4223
>> Mobile: 0404 998 273
>>
>>
>> -----Original Message-----
>> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
>>     
> Behalf
>   
>> Of Mark Stanton
>> Sent: Thursday, 7 June 2007 4:49 PM
>> To: cfaussie@googlegroups.com
>> Subject: [cfaussie] Re: JRun and a war application
>>
>>
>> Hey Andrew
>>
>> I've done some work with deploying CF instances packaged as war files,
>> but have not worked with CF8 or Roller as war files.
>>
>>     
>>> Problem one, what is the best documentation to read for setting up
>>> applications (war) on an instance of CF under Jrun as the help files and
>>> install notes on CF are a little vague unless I am not reading them
>>>       
> right.
>   
>> JRun is a J2EE server, CF is a J2EE application that can be deployed
>> to JRun or another J2EE server. That is subtly different to the way
>> you have phrased it, but the distinction is important. When you are
>> talking deploying war applications files you are dealing with the
>> underlying JRun server rather than CF.
>>
>> So what documentation is best? I'd start with the JRun docs at
>> http://livedocs.adobe.com/jrun/4/ rather than the CF docs.
>>
>>     
>>> Another problem or maybe misunderstanding on my part is that the install
>>> docs, talk about the connector config for URI encoding so that I can
>>>       
> setup
>   
>>> UTF-8 encoding. I do not want to assume this is a default setting, so
>>>       
> need
>   
>>> to make sure that it can accept it, or at least have a setting where I
>>>       
> can
>   
>>> set that up for this context.
>>>       
>> I'm not sure what connector you are talking about here but UTF-8 is
>> probably your best bet unless you have a specific reason to pick
>> something different. Don't waste your time trying to set it to
>> ISO-8859-1 or whatever.
>>
>>     
>>> And the last question, when I deploy (already done a quick test) and I
>>>       
> am
>   
>>> assuming that I have deployed from the right area in the Jrun management
>>> console. Is that it appears to leave the war files from the location I
>>>       
>> have
>>     
>>> them, is this right or am I missing or done something wrong.
>>>       
>> There are two ways for a war based application to behave on the
>> server. One is to run as a single .war file (under the hood this
>> actually gets extracted to a temp directory and run from there) and
>> the other is to run extracted.
>>
>> I think this is managed by the jrun.deployment.DeployerService part of
>> the jrun.xml file for that war application, but I can't remember the
>> specifics.
>>
>> --
>> Mark Stanton
>> Gruden Pty Ltd
>> http://www.gruden.com
>>
>>
>>
>>     
>
>
>   




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to