Hi All In the JSP Page we just enumerate the rows and assign a link to the Name by Href Ex: <A href="a.jsp?specid=<%=rs.getString("id")%>" onClick= "return ...
Arul
arulkumar@...
Mar 4, 2002 9:18 am
14783
FYI, Beta 3 of JRun 4.0 has shipped. http://betaprograms.macromedia.com/ Matthew J. Horn Sr. Technical Writer < m a c r o m e d i a > ...
Matthew Horn
mhorn@...
Mar 5, 2002 3:40 pm
14784
We have a Servlet that establishes a socket connection to another external server and sends and receives messages. We have the Servlet defined as pre-loaded...
Nilesh Chand
nilesh@...
Mar 5, 2002 3:42 pm
14785
Don't miss the opportunity to learn about the new version of JRun, and get started with Beta 3. In this cyberseminar, I will take you through (and demonstrate)...
Christophe Coenraets
ccoenraets@...
Mar 5, 2002 9:15 pm
14786
Is there a way to carry a persistent connection to another server running on a separate machine through a servlet? I want the connection to be established...
Nilesh Chand
nilesh@...
Mar 5, 2002 9:22 pm
14787
Thanks for that heads up. For those who haven't seen any of Chrisophe's presentations, he's an excellent and knowledgeable speaker. Besides the JRun 4...
charles arehart
carehart@...
Mar 5, 2002 10:30 pm
14788
Hi all, JRun's web server on port 8100 runs fine, with appropriate performance. But, the performance is _very_ poor when integrated with IIS 5.0. I accepted...
Etienne, Ingo (Goetzf...
Ingo.Etienne@...
Mar 6, 2002 3:04 am
14789
do entity beans call the db everytime you call methods on them? ______________________________________________________________________ Your ad could be here....
Jeff Dingle
jdingle@...
Mar 6, 2002 8:46 am
14790
i'm using JRUN 3.1 on windows NT and IIS 4.0 steps i followed are as under first i installed jrun on my webserver(iis) and configured JRUN/IIS using Connector...
Amit r
cool_jockey@...
Mar 6, 2002 12:23 pm
14791
Hi, I'm asking this in hopes that someone knows something, even though I don't know exactly where the problem lies. We are sometimes in the (iplanet) http logs...
Christopher B. Hamlin
chamlin@...
Mar 6, 2002 10:12 pm
14792
The 302 code in iPlanet means that the web server used a cached version of the file instead of reading it off of the hard drive on the server. - Ben ... From:...
Garfield, Ben
Benjamin.Garfield@...
Mar 6, 2002 10:17 pm
14793
Hi I just switched over to JRun 3.1 from JRun 3.0 sp2. I have web applications that contain JSPs that call the log method available as part of HttpServlet. ...
Gayathri Shaikh
GSHAIKH@...
Mar 6, 2002 10:21 pm
14794
Yes, JSP files should not be placed in the wwwroot directory of IIS. JSP files should be maintained in web application directory structures under the <JRun...
Mark Phelps
mark.phelps@...
Mar 6, 2002 10:49 pm
14795
I don't know if there is a hard and fast rule about how the server implements entity beans or not, but I think that entity beans typically will access the...
Mark Phelps
mark.phelps@...
Mar 6, 2002 11:10 pm
14796
Hey all- I have a question to pose to you anyone who is interested in responding: What would you tell a ColdFusion user if s/he were to ask what advantages ...
Drew Falkman
drew@...
Mar 6, 2002 11:38 pm
14797
Hmm, why do you say that? We've had jsp pages running out of wwwroot on an IIS 5 server performing database queries and updates against an Oracle database for...
Fishwick, Randall
RFishwick@...
Mar 6, 2002 11:48 pm
14798
Do you mean moving entirely from CF to J2EE? Or keeping some CF and integrating with J2EE apps and services? And do you mean moving entire applications or...
charles arehart
carehart@...
Mar 7, 2002 12:18 am
14799
isn't neo (the next version of coldFusion) going to be intergrated into a j2ee enviroment? kind of like a cf shell that talks to j2ee/jrun on the backend? ...
Russ Ferguson
rferguson@...
Mar 7, 2002 12:35 am
14800
I didn't know you could do that, but I believe you. It seems confusing to me to place them there, however, since IIS cannot process them directly. We use a...
Mark Phelps
mark.phelps@...
Mar 7, 2002 12:36 am
14801
Our group had been doing ASP pages using Interdev and FrontPage before we started doing JSPs, so putting them under wwwroot was our default choice. Plus it...
Fishwick, Randall
RFishwick@...
Mar 7, 2002 12:50 am
14802
Hey this is becoming bit confusing.. so anyone from you guys can explain me exact procedure of how to configure JRUN with IIS 4.0/5.0 my IIS is on IP 10.0.1.42...
Amit r
cool_jockey@...
Mar 7, 2002 4:50 am
14803
We normally use coldfusion during prototyping stage because it is a lot faster to develop and to deploy (make customer try and make any revision necessary)...
Mashuri Lambana
mashuri@...
Mar 7, 2002 7:10 am
14804
I assume you meant "takes 3 times longer to develop the same thing in J2EE", not CF, based on your previous statement. And I'd agree. As for the move of CF to...
charles arehart
carehart@...
Mar 7, 2002 8:17 am
14805
... Neo is incredibly backwards compatible with ColdFusion 5. You still have the CFML language, so your still going to enjoy the RAD benefits of ColdFusion ...
Pete Freitag
pete@...
Mar 7, 2002 8:49 am
14806
Hey Amit, Have you gone through Chapter 4 of the JRun Setup Guide? There is a part there called "Using JSPs in a Distributed Environment". Regards, Alex ... ...
Alexander Black
Alexander.Black@...
Mar 7, 2002 1:30 pm
14807
Hi, Sorry, I saw your question the first time and when I went to answer it I couldn't find your email anymore. This is a known issue. It's a long story. The...
Scott Stirling
sstirling@...
Mar 7, 2002 3:25 pm
14808
Amit, If I understand your question correctly, you are trying to configure the JRUN Server software, which is located on Box A, to "talk to" the IIS server ...
Haseltine, Celeste
CHaseltine@...
Mar 7, 2002 4:32 pm
14809
All, I've noticed a thread of these types of questions and I'm trying to do a similar deal as well on our servers here. Here's the basics of the problem I'm...
Erik Sahl
erik@...
Mar 7, 2002 5:29 pm
14810
hi Celeste, thanks for showing intrest and replying, you have exactly understood my problem. Yes i want to install iis on one box and JRUN on another box. So...
Amit
cool_jockey@...
Mar 7, 2002 5:48 pm
14811
Amit, First, since I've never done an installation of JRUN on one box and IIS on a different box, I couldn't advise you on how to set up JRUN to do this. I ...