RE: multiple jrun servers, one webserver
http://www.allaire.com/documents/jrun30/acrobatdocs/acg.pdf
This document outlines many strategies for running JRun in a distributed environment.
When you say "Servers' do you
mean actual Boxes or are you referring to an instance of a JRun server? The latter
case is a normal setup while the
former is a little unorthodox (IMO).
JRun-Talk wrote:
> JRun-Talk-List Fri, 20 Apr 2001 Volume 1 : Number 266
>
> In this issue:
>
> Questions about JRUN
> JRun30 talk to Apache in aix?
> RE: security question
> RE: Questions about JRUN
> RE: multiple jrun servers, one webserver
> RE: Weird bug in jrun:sql tag.
> RE: Questions about JRUN
> RE: JRun30 talk to Apache in aix?
> DB Connections
> Re: multiple jrun servers, one webserver
> RE: request forwarding error in Netscape Browser 6.0
> RE: JRun30 talk to Apache in aix?
> JRun 3.0 problem
> Question about JDBC Drivers for Oracle w/JRUN Enterprise
> Question about JDBC Drivers for Oracle w/JRUN Enterprise
> RE: Question about JDBC Drivers for Oracle w/JRUN Enterprise
> RE: Redirect issue
> RE: Question about JDBC Drivers for Oracle w/JRUN Enterprise
> Debugging problem JRun 3.0 problem
> Re: Question about JDBC Drivers for Oracle w/JRUN Enterprise
> Re: Question about JDBC Drivers for Oracle w/JRUN Enterprise
>
> ----------------------------------------------------------------------
>
> Date: Thu, 19 Apr 2001 16:44:45 -0000
> From: "Daniel Greenfeld" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Questions about JRUN
> Message-ID: <[EMAIL PROTECTED]>
>
> Hello,
>
> I've been playing with JRUN and it looks pretty decent. I wrote an
> application quickly, one that allows developers at my job to stick in
> snippets of code they want to share. It displays things in a drill down
> format like Yahoo, with programming language being at the top, then category
> of the code (date-time, security, formatting etc), and then a list of the
> snippets under each category. Author's names are displayed, others can add
> comments to the entry, and more. It was easy to do, and the database
> connection was easy to manage (for some reason JSP have been difficult for
> me to get working with databases).
>
> Anyway, my company is now thinking about an Enterprise level application
> that would use JRUN as the front end. We've had good experiences with
> Allaire products and all of us like the IDEs they provide.
>
> The question that came up is just how portable is the JRUN tag library?
> In other words, are we tied to the JRUN server or can we just simply move
> the files, restart the webserver and get moving like we can another JSP tag
> library?
>
> Also, how will the next version of Cold Fusion (Neo?), which is said to be a
> JSP tag library of its own affect JRUN? Should we plan to work with
> that or should we continue our investigation of JRUN?
>
> Thanks!
>
> "Knowledge is Power"
> --------------------
> Daniel Greenfeld
> Research Scientist
> Battelle
> [EMAIL PROTECTED]
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
> ------------------------------
>
> Date: Thu, 19 Apr 2001 18:28:03 +0100
> From: Michael Yuan Yao <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: JRun30 talk to Apache in aix?
> Message-ID: <[EMAIL PROTECTED]>
>
> Hi all,
>
> Has anybody successfully build Apache talk to JRun30 yet?
>
> Thanks!
> ---michael
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Thu, 19 Apr 2001 13:30:44 -0400
> From: "Rhodes, Phillip C." <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: security question
> Message-ID: <DD330A40B27DD311932A0000E897FAEA026D9617@NA-PIT1>
>
> You are probably running JRun as root. YOu need to create a jrun user and
> run the JRun application as that user
>
> read up on su command, there is a way to run a command as a particular user.
>
> -----Original Message-----
> From: Joseph Delaney [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 19, 2001 12:17 PM
> To: JRun-Talk
> Subject: security question
>
> We are trying to use JRun to create files on the server, and in
> conjunction with JSPSmartUpload, upload files.
>
> In both cases, the files end up with the file owner and group ends up
> as "root" . This seems like a security problem to me, and I was
> wondering how to limit or set the owner and group of a file created
> using JSP.
>
> Apart from the security concern, it's also annoying since if we try
> to alter those files in any other way (ftp, telnet, etc) we have to
> start changing permissions.
> --
> Joseph Delaney
> --------------
> Teaching Excellence Center
> Rutgers University
> (732) 932-7466
> <http://TeachX.rutgers.edu/>
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Thu, 19 Apr 2001 12:41:45 -0500
> From: "McDowell, Mark" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Questions about JRUN
> Message-ID: <[EMAIL PROTECTED]>
>
> This sounds pretty useful... Is it something you could share? If so,
> I'd sure like to use it. Thanks in advance!
>
> About the taglibs, my experience with 3.0 was that the taglibs weren't
> portable. However, in the documents related to 3.1beta2 they say they
> have done some work on the taglibs. Probably worth checking into with
> Allaire (oops, Macromedia)...
>
> If ColdFusion is just a tag library, I would think that it wouldn't affect
> JRun at all (unless JRun is adding proprietary code to itself to deal with
> it...)
>
> Mark McDowell
>
> -----Original Message-----
> From: Daniel Greenfeld [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 19, 2001 11:45 AM
> To: JRun-Talk
> Subject: Questions about JRUN
>
> Hello,
>
> I've been playing with JRUN and it looks pretty decent. I wrote an
> application quickly, one that allows developers at my job to stick in
> snippets of code they want to share. It displays things in a drill down
> format like Yahoo, with programming language being at the top, then category
>
> of the code (date-time, security, formatting etc), and then a list of the
> snippets under each category. Author's names are displayed, others can add
> comments to the entry, and more. It was easy to do, and the database
> connection was easy to manage (for some reason JSP have been difficult for
> me to get working with databases).
>
> Anyway, my company is now thinking about an Enterprise level application
> that would use JRUN as the front end. We've had good experiences with
> Allaire products and all of us like the IDEs they provide.
>
> The question that came up is just how portable is the JRUN tag library?
> In other words, are we tied to the JRUN server or can we just simply move
> the files, restart the webserver and get moving like we can another JSP tag
> library?
>
> Also, how will the next version of Cold Fusion (Neo?), which is said to be a
>
> JSP tag library of its own affect JRUN? Should we plan to work with
> that or should we continue our investigation of JRUN?
>
> Thanks!
>
> "Knowledge is Power"
> --------------------
> Daniel Greenfeld
> Research Scientist
> Battelle
> [EMAIL PROTECTED]
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Thu, 19 Apr 2001 13:44:29 -0400
> From: "Rhodes, Phillip C." <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: multiple jrun servers, one webserver
> Message-ID: <DD330A40B27DD311932A0000E897FAEA026D9618@NA-PIT1>
>
> IMHO,
> There is no way to connect multiple JRun servers to one instance of an HTTP
> server. There is no way to map certain URL's to go to this JRun server,
> versus this JRun server. The only thing you can do is to map URL's to go to
> certain web apps, but they all must go to the same JRun server.
>
> You can however map one JRun server to a virtual host, so if you create a
> bunch of dns entries like
> app1.mydomain.com, app2.mydomain.com, app3.mydomain.com
> You can use a separate virtual server for each of the above domains and have
> each of these virtual host http instances map to a specific JRun instance.
>
> If you don't have access to dns, you can possibly use a rewrite module,
> whereby a url like http://www.mydomain.com/app1 is rewritten to
> http://app1.mydomain.com so that it then goes to the appropriate virtual
> server, and thus goes to the appropriate JRun instance.
>
> I see this as a major limitation of JRun's . Even Tomcat will let you map
> multiple instances of Tomcat to a specific virtual host via the JKMount
> command.
>
> Phillip
>
> I would love to be corrected by an engineer, but this is what my
> understanding is. I am not a JRun engineer.
>
> -----Original Message-----
> From: Tom Duffy [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 19, 2001 10:53 AM
> To: JRun-Talk
> Subject: multiple jrun servers, one webserver
>
> JRun 3.0 Service Pack 2a
> Version 3.02a.11614
>
> Hello,
> I am running multiple jrun servers, each one for different applications we
> are developing, and these are all connected to one IIS web server. I set
> this up according the directions provided in the the JRun Setup Guide, pg
> 154.
> This appeared work at first, but now I'm getting Java Server Abort! errors
> occasionally and I am also finding the my applications are not running in
> the servers they were deployed to. For example,
>
> myapp1 is deployed in myserver1
> myapp2 is deployed in myserver2
>
> When I check the event logs for the servers I find that myapp1 class files
> listed in the myserver2-event.log and vice versa. This does not happen every
> time, but very frequently.
>
> Any suggestions? Is this a flawed way to deployed the apps?
>
> Thanks for your help.
> [EMAIL PROTECTED]
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Thu, 19 Apr 2001 14:47:23 -0400
> From: Clement Wong <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Weird bug in jrun:sql tag.
> Message-ID: <3312CFEA8474D411BAB600508B9587B21CE89D@S0001EXC0007>
>
> You probably have two pages which both uses <sql> at the same position and
> then one <%@ include another. The JSP translator used to create the variable
> name with row and column numbers but didn't take into account any name
> collision due to a <%@ include. That's why you get the "duplicate
> declaration
> error". This has been fixed.
>
> -C
>
> -----Original Message-----
> From: Stephen Oakes [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 19, 2001 4:21 AM
> To: JRun-Talk
> Subject: Weird bug in jrun:sql tag.
>
> Does anybody know what this error means? Amazingly enough, it goes away if
> I put a couple of blank lines in the file that causes it.
>
> javax.servlet.ServletException: Compilation error occured:
> allaire.jrun.scripting.DefaultCFE:
> Errors reported by compiler:C:/Program
> Files/Allaire/JRun/servers/default/default-app/WEB-INF/jsp/jrun__dev__cart__
> catalogue2ejsp17.java:205:40:205:47: Error: Duplicate declaration of local
> variable "sql__8_1".
> C:/Program
> Files/Allaire/JRun/servers/default/default-app/WEB-INF/jsp/jrun__dev__cart__
> catalogue2ejsp17.java:211:13:211:29: Error: Duplicate declaration of local
> variable "sql__8_1_startVal".
> at
> allaire.jrun.scripting.JavaCompilerService.compile(JavaCompilerService.java,
> Compiled Code) at java.lang.Exception.(Unknown Source) at
> allaire.jrun.CompilationFailedException.(CompilationFailedException.java,
> Compiled Code) at
> allaire.jrun.scripting.DefaultCFE.(JavaCompilerService.java, Compiled Code)
> at allaire.jrun.scripting.DefaultCFE.(JavaCompilerService.java, Compiled
> Code) at
> allaire.jrun.scripting.JavaCompilerService.compile(JavaCompilerService.java,
> Compiled Code) at allaire.jrun.jsp.JSPServlet.compilePage(JSPServlet.java,
> Compiled Code) at allaire.jrun.jsp.JSPServlet.createServlet(JSPServlet.java,
> Compiled Code) at allaire.jrun.jsp.JSPServlet.loadPage(JSPServlet.java,
> Compiled Code) at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java,
> Compiled Code) at allaire.jrun.servlet.JRunSE.service(JRunSE.java, Compiled
> Code) at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled Code)
> at
> allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.jav
> a, Compiled Code) at allaire.jrun.servlet.JRunSE.service(JRunSE.java,
> Compiled Code) at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java,
> Compiled Code) at allaire.jrun.jrpp.ProxyEndpoint.run(ProxyEndpoint.java,
> Compiled Code) at allaire.jrun.ThreadPool.run(ThreadPool.java, Compiled Code
>
> --
> Stephen Oakes, Senior Developer. [EMAIL PROTECTED]
> Atomic Media, Level 1/216 City Road, Southbank, 3006. +613 9695 5777
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Thu, 19 Apr 2001 13:55:35 -0500
> From: "Uslu, Cihan Y (MED)" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Questions about JRUN
> Message-ID: <[EMAIL PROTECTED]>
>
> Daniel,
> What you've done is exactly what I am working on rigth now, a Code
> Database for programmers in our section. I'd love to get your example if
> it's ok. for you to share it. Thank you in advance.
>
> Cihan
>
> -----Original Message-----
> From: Daniel Greenfeld [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 19, 2001 11:45 AM
> To: JRun-Talk
> Subject: Questions about JRUN
>
> Hello,
>
> I've been playing with JRUN and it looks pretty decent. I wrote an
> application quickly, one that allows developers at my job to stick in
> snippets of code they want to share. It displays things in a drill down
>
> format like Yahoo, with programming language being at the top, then
> category
> of the code (date-time, security, formatting etc), and then a list of
> the
> snippets under each category. Author's names are displayed, others can
> add
> comments to the entry, and more. It was easy to do, and the database
> connection was easy to manage (for some reason JSP have been difficult
> for
> me to get working with databases).
>
> Anyway, my company is now thinking about an Enterprise level application
>
> that would use JRUN as the front end. We've had good experiences with
> Allaire products and all of us like the IDEs they provide.
>
> The question that came up is just how portable is the JRUN tag library?
> In other words, are we tied to the JRUN server or can we just simply
> move
> the files, restart the webserver and get moving like we can another JSP
> tag
> library?
>
> Also, how will the next version of Cold Fusion (Neo?), which is said to
> be a
> JSP tag library of its own affect JRUN? Should we plan to work with
> that or should we continue our investigation of JRUN?
>
> Thanks!
>
> "Knowledge is Power"
> --------------------
> Daniel Greenfeld
> Research Scientist
> Battelle
> [EMAIL PROTECTED]
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Thu, 19 Apr 2001 14:58:14 -0400
> From: "Rhodes, Phillip C." <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: JRun30 talk to Apache in aix?
> Message-ID: <DD330A40B27DD311932A0000E897FAEA026D9619@NA-PIT1>
>
> Of course, I have done it in apache for HP, NT, Redhat, FreeBSD and IRIX.
>
> -----Original Message-----
> From: Michael Yuan Yao [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 19, 2001 1:28 PM
> To: JRun-Talk
> Subject: JRun30 talk to Apache in aix?
>
> Hi all,
>
> Has anybody successfully build Apache talk to JRun30 yet?
>
> Thanks!
> ---michael
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Thu, 19 Apr 2001 12:14:27 -0700
> From: "Matthew L. Wright" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: DB Connections
> Message-ID: <001d01c0c905$067934c0$[EMAIL PROTECTED]>
>
> In JRun what is the preferred method of making a connection to the database
> through a bean / JSP page? Many people go crazy over even touching a DB in
> a JSP page and others just make sure they use pooling efficiently. I'm yet
> to hear any evidence pushing me in either direction. My preferred method is
> handle the pooling effectively, limit connections on my own and be efficient
> in general, and I prefer to keep it all in my bean as best I can. What say
> you all?
>
> Thanks in advance,
>
> Matt
>
> Matthew L. Wright
> Java Internet Programmer
> Jupiter One
> Web World Studios West Coast
> www.jupiterone.com
> (818) 763-2927
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Thu, 19 Apr 2001 15:25:58 -0400
> From: "Victor Marinelli" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: multiple jrun servers, one webserver
> Message-ID: <002c01c0c906$8fc6a180$4046a8c0@VMARINEL>
>
> > IMHO,
> > There is no way to connect multiple JRun servers to one instance of an
> HTTP
> > server.
>
> I am running 3 JRun servers which connect to one single instance of Apache.
>
> >There is no way to map certain URL's to go to this JRun server,
> > versus this JRun server.
>
> I don't know the answer to this since I only use web applications.
>
> >The only thing you can do is to map URL's to go to
> > certain web apps, but they all must go to the same JRun server.
>
> Each one of my three JRun servers is running a web-app. The URL mapping
> (which must be unique) for each web-app
> is defined in the local.properties file located in the directory of the JRun
> server that is running that specific web-app. Here is a breakdown:
>
> JRun server 1 - this server hosts web-app with a unique URL-mapping of
> /myWebApp1
> JRun server 2 - this server hosts web-app with a unique URL-mapping of
> /myWebApp2
> JRun server 3 - this server hosts web-app with a unique URL-mapping of
> /myWebApp3
>
> As you can see, you cannot specify the same URL mapping for each web-app
> across multiple servers since Jrun then won't know which server to use.
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Thu, 19 Apr 2001 15:48:30 -0400
> From: "Pan, Sue" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: request forwarding error in Netscape Browser 6.0
> Message-ID: <[EMAIL PROTECTED]>
>
> FYI, I've finally given up fixing my codes for Netscape 6.0. After I
> downgraded the browser back to Netscape Communicator 4.x. All pages worked.
> It seems to me that Netscape 6 is buggy in this aspect.
>
> Thanks for the ideas anyway.
>
> Regards,
> Sue
>
> -----Original Message-----
> From: Stephen Oakes [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 18, 2001 7:35 PM
> To: JRun-Talk
> Subject: RE: request forwarding error in Netscape Browser 6.0
>
> One final idea...
> Maybe the error is happening in the destination page?
> --
> Stephen Oakes, Senior Developer. [EMAIL PROTECTED]
> Atomic Media, Level 1/216 City Road, Southbank, 3006. +613 9695 5777
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Thu, 19 Apr 2001 13:52:21 -0700
> From: Michael Yuan Yao <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: JRun30 talk to Apache in aix?
> Message-ID: <[EMAIL PROTECTED]>
>
> Not on IBM AIX?
> Because we found out that
> JRun30 connector for Apache does not work on AIX both DSO or static.
> ---michael
>
> -----Original Message-----
> From: Rhodes, Phillip C. [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 19, 2001 11:58 AM
> To: JRun-Talk
> Subject: RE: JRun30 talk to Apache in aix?
>
> Of course, I have done it in apache for HP, NT, Redhat, FreeBSD and IRIX.
>
> -----Original Message-----
> From: Michael Yuan Yao [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 19, 2001 1:28 PM
> To: JRun-Talk
> Subject: JRun30 talk to Apache in aix?
>
> Hi all,
>
> Has anybody successfully build Apache talk to JRun30 yet?
>
> Thanks!
> ---michael
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Thu, 19 Apr 2001 18:05:09 -0400
> From: Gayathri Shaikh <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: JRun 3.0 problem
> Message-ID: <[EMAIL PROTECTED]>
>
> Hi !
>
> I have some servlets running on JRun 2.3.3. I am trying to move to JRun 3.0.
> But I'm having problems. Could someone tell me where I should put the
> information that used to be in servlets.properties in JRun 2.3.3 in the new
> JRun ? Also what about the classpath settings that used to be jsm.properties
> ?
>
> Thanks
>
> -- Gayathri
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Thu, 19 Apr 2001 16:00:45 -0700
> From: "Safa Hussain" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Question about JDBC Drivers for Oracle w/JRUN Enterprise
> Message-ID: <004801c0c924$90e423d0$8e45eda9@BASRA>
>
> I installed JRun Enterprise edition. I am trying to setup a JDBC datasource
> to an Oracle database. When I test the datasource I get the following
> message:
> No valid JDBC driver specified. Doesn't JRun come with JDBC drivers for
> Oracle, or do I have an error in the setup? Help!!!
>
> Thanks in advance for you help.
>
> Safa
> UC Davis
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Thu, 19 Apr 2001 16:50:03 -0700
> From: "Safa Hussain" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Question about JDBC Drivers for Oracle w/JRUN Enterprise
> Message-ID: <00cd01c0c92b$7462e9b0$8e45eda9@BASRA>
>
> I installed JRun Enterprise edition. I am trying to setup a JDBC datasource
> to an Oracle database. When I test the datasource I get the following
> message:
> No valid JDBC driver specified. Doesn't JRun come with JDBC drivers for
> Oracle, or do I have an error in the setup? Help!!!
>
> Thanks in advance for you help.
>
> Safa
> UC Davis
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Thu, 19 Apr 2001 17:52:44 -0600
> From: "Mark Phelps" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Question about JDBC Drivers for Oracle w/JRUN Enterprise
> Message-ID: <[EMAIL PROTECTED]>
>
> You need to put the .jar file with the driver in the classpath of both
> servers. You can do this in the JRun Management Console.
>
> -----Original Message-----
> From: Safa Hussain [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 19, 2001 5:01 PM
> To: JRun-Talk
> Subject: Question about JDBC Drivers for Oracle w/JRUN Enterprise
>
> I installed JRun Enterprise edition. I am trying to setup a JDBC datasource
> to an Oracle database. When I test the datasource I get the following
> message:
> No valid JDBC driver specified. Doesn't JRun come with JDBC drivers for
> Oracle, or do I have an error in the setup? Help!!!
>
> Thanks in advance for you help.
>
> Safa
> UC Davis
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Thu, 19 Apr 2001 21:11:19 -0400
> From: "Bin Zhou" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Redirect issue
> Message-ID: <[EMAIL PROTECTED]>
>
> <html><DIV>
> <P>I will try it out. </P>
> <P>Thanks,</P>
> <P>Bin<BR><BR></P></DIV>
> <DIV></DIV>
> <DIV></DIV>>From: "Len van Greuning" <[EMAIL PROTECTED]>
> <DIV></DIV>>Reply-To: [EMAIL PROTECTED]
> <DIV></DIV>>To: JRun-Talk <[EMAIL PROTECTED]>
> <DIV></DIV>>Subject: RE: Redirect issue
> <DIV></DIV>>Date: Thu, 19 Apr 2001 09:16:48 -0400
> <DIV></DIV>>
> <DIV></DIV>>Hi Bin
> <DIV></DIV>>
> <DIV></DIV>>Try:
> <DIV></DIV>>
> <DIV></DIV>><%
> </DIV>> response.setBufferSize(16 * 1024); //determine your required size
> </DIV>>%>
> <DIV></DIV>>
> <DIV></DIV>>I hope this helps.
> <DIV></DIV>>
> <DIV></DIV>>Regards
> <DIV></DIV>>Len
> <DIV></DIV>>
> <DIV></DIV>>Len van Greuning
> <DIV></DIV>>Project Manager
> <DIV></DIV>>Wirelution Inc.
> <DIV></DIV>>(416) 225-1500 x 120
> <DIV></DIV>>
> <DIV></DIV>>-----Original Message-----
> <DIV></DIV>>From: Bin Zhou [mailto:[EMAIL PROTECTED]]
> <DIV></DIV>>Sent: April 18, 2001 7:04 PM
> <DIV></DIV>>To: JRun-Talk
> <DIV></DIV>>Subject: Redirect issue
> <DIV></DIV>>
> <DIV></DIV>>
> <DIV></DIV>>Hi list,
> <DIV></DIV>>
> <DIV></DIV>>I am using JSP pages in JRUN. I got the following error:
> <DIV></DIV>>
> <DIV></DIV>>Response has already been committed
> <DIV></DIV>>com.icims.eCand.app.eCandException: Response has already been
>committed
> <DIV></DIV>> at com.icims.eCand.app.pgJobBean.doRedirect(pgJobBean.java:241)
> <DIV></DIV>>
> <DIV></DIV>>I guess that the html head has been written before doing the
>redirect. I am
> <DIV></DIV>>wondering if there is a way to buffer the page until it is fully
>generated.
> <DIV></DIV>>
> <DIV></DIV>>Thanks,
> <DIV></DIV>>
> <DIV></DIV>>Bin
> <DIV></DIV>>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Thu, 19 Apr 2001 20:33:40 -0700 (PDT)
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: RE: Question about JDBC Drivers for Oracle w/JRUN Enterprise
> Message-ID: <[EMAIL PROTECTED]>
>
> Where do I find the jar file for the Oracle driver? Is that something that
> is delivered with Jrun Enterprise Edition? Thanks.
>
> Safa
>
> > You need to put the .jar file with the driver in the classpath of both
> > servers. You can do this in the JRun Management Console.
> >
> > -----Original Message-----
> > From: Safa Hussain [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, April 19, 2001 5:01 PM
> > To: JRun-Talk
> > Subject: Question about JDBC Drivers for Oracle w/JRUN Enterprise
> >
> >
> > I installed JRun Enterprise edition. I am trying to setup a JDBC
> datasource
> > to an Oracle database. When I test the datasource I get the following
> > message:
> > No valid JDBC driver specified. Doesn't JRun come with JDBC drivers for
> > Oracle, or do I have an error in the setup? Help!!!
> >
> > Thanks in advance for you help.
> >
> > Safa
> > UC Davis
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Fri, 20 Apr 2001 10:22:51 +0530
> From: "Karthik S." <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Debugging problem JRun 3.0 problem
> Message-ID: <710556A78CC0D411B8480090273DA40F51C7@ELLIOTS>
>
> hi
>
> my problem is when is start my JRun server in Debug mode , it does not
> respond, when i run in jdk1.3.0 it say VC++ runtime error and when i
> start it in the debug mode in jdk1.2.2 it simply shuts offs.
> can someone suggests me a way out, i need urgently to debug my JSP and
> servlet Pages as i am nearing my deadline.
>
> I would be happy if someone can suggest a way out (even if it using some
> other tools )
>
> thanks in advance
> karthick
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Fri, 20 Apr 2001 08:25:28 +0200
> From: =?iso-8859-1?Q?St=E9phane_Manciot?= <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Question about JDBC Drivers for Oracle w/JRUN Enterprise
> Message-ID: <062801c0c962$b16c59e0$[EMAIL PROTECTED]>
>
> you will find it at
> http://otn.oracle.com/software/tech/java/sqlj_jdbc/software_index.htm
> but you will need first to register at
> http://technet.oracle.com/admin/account/membership.html
>
> Regards,
>
> St�phane Manciot
>
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: "JRun-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, April 20, 2001 5:33 AM
> Subject: RE: Question about JDBC Drivers for Oracle w/JRUN Enterprise
>
> >
> > Where do I find the jar file for the Oracle driver? Is that something that
> > is delivered with Jrun Enterprise Edition? Thanks.
> >
> > Safa
> >
> > > You need to put the .jar file with the driver in the classpath of both
> > > servers. You can do this in the JRun Management Console.
> > >
> > > -----Original Message-----
> > > From: Safa Hussain [mailto:[EMAIL PROTECTED]]
> > > Sent: Thursday, April 19, 2001 5:01 PM
> > > To: JRun-Talk
> > > Subject: Question about JDBC Drivers for Oracle w/JRUN Enterprise
> > >
> > >
> > > I installed JRun Enterprise edition. I am trying to setup a JDBC
> > datasource
> > > to an Oracle database. When I test the datasource I get the following
> > > message:
> > > No valid JDBC driver specified. Doesn't JRun come with JDBC drivers for
> > > Oracle, or do I have an error in the setup? Help!!!
> > >
> > > Thanks in advance for you help.
> > >
> > > Safa
> > > UC Davis
> > >
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> Date: Thu, 19 Apr 2001 23:27:55 -0700
> From: "Matthew L. Wright" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Question about JDBC Drivers for Oracle w/JRUN Enterprise
> Message-ID: <001401c0c963$1af89d60$[EMAIL PROTECTED]>
>
> java.sun.com should have the classes or references to where you'll find all
> the classes you need. They're external but JDBC classes all the same. I
> prefer the Oracle thin driver, but there are situations that call for
> different incantations.
>
> Matt
>
> Matthew L. Wright
> Java Internet Programmer
> Jupiter One
> Web World Studios West Coast
> www.jupiterone.com
> (818) 763-2927
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: "JRun-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, April 19, 2001 8:33 PM
> Subject: RE: Question about JDBC Drivers for Oracle w/JRUN Enterprise
>
> >
> > Where do I find the jar file for the Oracle driver? Is that something that
> > is delivered with Jrun Enterprise Edition? Thanks.
> >
> > Safa
> >
> > > You need to put the .jar file with the driver in the classpath of both
> > > servers. You can do this in the JRun Management Console.
> > >
> > > -----Original Message-----
> > > From: Safa Hussain [mailto:[EMAIL PROTECTED]]
> > > Sent: Thursday, April 19, 2001 5:01 PM
> > > To: JRun-Talk
> > > Subject: Question about JDBC Drivers for Oracle w/JRUN Enterprise
> > >
> > >
> > > I installed JRun Enterprise edition. I am trying to setup a JDBC
> > datasource
> > > to an Oracle database. When I test the datasource I get the following
> > > message:
> > > No valid JDBC driver specified. Doesn't JRun come with JDBC drivers for
> > > Oracle, or do I have an error in the setup? Help!!!
> > >
> > > Thanks in advance for you help.
> > >
> > > Safa
> > > UC Davis
> > >
> >
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Structure your ColdFusion code with Fusebox. Get the official book at
>http://www.fusionauthority.com/bkinfo.cfm
>
> ------------------------------
>
> End of JRun-Talk-List V1 #266
> *****************************
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
--
Erik I Morton
Software Developer
------------------
CommerceHub
http://www.commercehub.com
518-886-0704
21 Corporate Drive
Clifton Park, NY 12065
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebarRsts