Hi, Third try ;-) I have a problem with the character encoding in Jrun 2.3.3 (build date november, 30, 1999), JSP 0.92. I changed "page compilation" in jse and...
Michael Alten
M.Alten@...
Nov 1, 2000 9:22 am
10269
Sorry to disturb u guys...I am looking for some code conventions in ColdFusion...Is there any from Allaire...or any helping meterial for this... Thanks a...
Muhammad Asif
mdasif@...
Nov 1, 2000 10:09 am
10270
Which version of EJB specification JRUN3.0 supports? ... Archives: http://www.egroups.com/group/jrun-interest/ Unsubscribe:...
Muhammad Asif
mdasif@...
Nov 1, 2000 10:47 am
10271
Check out Mike Dinowitz's site. He runs this and several other talk lists, and is a well-known CF guru. He's got a pretty good set of guidelines at ...
Can I use one instance of Apache to talk to 2 different instances of JRun servers? For example, can one instance of Apache be configure to connect to default ...
Rhodes, Phillip C.
Phillip.Rhodes@...
Nov 1, 2000 3:00 pm
10274
Phillip, There are instructions for doing this kind of configuration in the JRun Advanced Configuration Guide. You can download this guide as a PDF from the ...
Matthew Horn
mhorn@...
Nov 1, 2000 3:50 pm
10275
you must use Virualserver tag ( like arround the first instance configuration in apache) add listen tag: LISTEN 80 <------- actual LISTEN 8080...
Praf
praf@...
Nov 1, 2000 4:03 pm
10276
I used the connector wizard to configure my apache/jrun. The wizard inserted the following into my httpd.conf: The path is a valid path to the jrun dll ...
Rhodes, Phillip C.
Phillip.Rhodes@...
Nov 1, 2000 4:46 pm
10277
Christopher Morris
cmmorri@...
Nov 1, 2000 7:47 pm
10278
It does not look like you imported the TimeZone class into the page. You can do that with this directive: <%@ page import="java.util.*" %> Adam Christopher ...
aesterline@...
Nov 1, 2000 7:56 pm
10279
Christopher Morris
cmmorri@...
Nov 1, 2000 8:55 pm
10280
Chris, Are you using JRun's Web Server? I so, I am having a problem finding which directory in which I should put my web content( .html, .jsp, ... ). Could...
aesterline@...
Nov 1, 2000 9:01 pm
10281
Christopher Morris
cmmorri@...
Nov 1, 2000 9:31 pm
10282
Chris, Thanks I don't know what I was doing wrong. Adam ... Archives: http://www.egroups.com/group/jrun-interest/ Unsubscribe:...
aesterline@...
Nov 1, 2000 9:43 pm
10283
William Dorsey
wfd@...
Nov 1, 2000 10:27 pm
10284
Hi - I've recently tried setting up a new server according to the guidelines starting on page 88 of the Jrun setup guide on a RedHat 6.2 box. When I start the...
Eric Larson
eric@...
Nov 1, 2000 10:43 pm
10285
Hi, I am facing a problem with JRun 3.0 (on HP-UX 11.00) form based authentication mechanism. When I submit the login form, I get the following error: ...
Ext-Suresh.Addagalla@...
Nov 2, 2000 10:45 am
10286
I think the reason for this might be that JRun runs on a JRE, so when you start JRun the JRE also starts. The JRE does not tell the operating system that it...
aesterline@...
Nov 2, 2000 12:29 pm
10287
Running "jrun -start" will start all your servers (admin, default, user created ones) and run them the background. If you start a specific server "jrun -start...
Lloyd H. Meinholz
meinholz@...
Nov 2, 2000 3:16 pm
10288
Just a FYI, You must put your LoadModule declaration before any virtual hosts in your httpd.conf! LoadModule jrun_module modules/mod_jrun136.dll <VirtualHost...
Rhodes, Phillip C.
Phillip.Rhodes@...
Nov 2, 2000 3:17 pm
10289
1) After you add a new webapp, the left tree control in JMC locks up. 2) If you add a new webapp, the tree control on the left side of the JMC takes several...
Rhodes, Phillip C.
Phillip.Rhodes@...
Nov 2, 2000 4:48 pm
10290
Some of my pages that contain jsp code are not getting processed server side - the code is simply returned in the response. Where do I configure the types of...
Matt Engelbert
mengelbert@...
Nov 2, 2000 4:50 pm
10291
I don't see this behavior on RH Linux 6.2 & 7.0, Solaris 8 or Windows 2000. What version of JRun 3.0 are you using? What OS? And what JVM? How big is the web...
Scott Stirling
sstirling@...
Nov 2, 2000 4:53 pm
10292
Hi, I too observed this behaviour on Windows NT. The JMC does not update the web.xml properly. If I manually change the web.xml after adding the app, it starts...
Ext-Suresh.Addagalla@...
Nov 2, 2000 4:58 pm
10293
Use the nohup option when you start JRun: ./jrun -nohup default Scott Stirling Allaire Corporation http://www.allaire.com/developer/jrunreferencedesk/ ... ...
Scott Stirling
sstirling@...
Nov 2, 2000 5:09 pm
10294
Christopher Morris
cmmorri@...
Nov 2, 2000 5:42 pm
10295
I am running NT 4.0 JRun 3.0 SP1 I have seen this behavior with JDK 1.2.2 and JDK 1.3 The webapp is not large. The web.xml file is 7k. Phillip Rhodes ...
Rhodes, Phillip C.
Phillip.Rhodes@...
Nov 2, 2000 5:43 pm
10296
How can I use the command line deploy tool to deploy EJB's on servers other than the default server? I created a new JRun server, have my ejb's in its deploy...