I don't consider that an acceptable workaround. There's nothing in the spec that dictates SSL be on port 443. ... ...
Jeff Ramin
ramin@...
Aug 1, 2001 1:09 pm
13416
isSecure() gives me the incorrect answer also (see original message). Thanks. ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion...
Jeff Ramin
ramin@...
Aug 1, 2001 1:12 pm
13417
Hi, I'm just starting with J2EE (I come from Microsoft DNA arquitecture). The question is, what's the difference between using <useBean> (in my JSP) to...
Andres Manggini
andres.manggini@...
Aug 1, 2001 1:34 pm
13418
Thanks; I see the problem with my code. I am not specifying getAllRecipients() on the sendMessage() call. All fixed! ... -- Cheers, Raymond Blum Chief...
Raymond Blum
raymond@...
Aug 1, 2001 2:51 pm
13419
... The apache connector source (mod_jrun.c, installed in default jrun 3.x) has this code in the request-handler: /* ED 3/4/99 check whether we are running...
Mullee John - ZGI
john.mullee@...
Aug 1, 2001 3:44 pm
13420
The <usebean> tag only works with regular javabeans, (i.e. regular classes with get and set methods). It has nothing to do with Enterprise Java Beans. EJBs...
Mark Phelps
mark.phelps@...
Aug 1, 2001 6:06 pm
13421
Hello I am using 3.0 SP1 on Win2K. Where can I find information on setting up jrun with virtual software servers on iplanet4? I want to use the same jsm...
Dasgupta, Ranjan
Ranjan.Dasgupta@...
Aug 1, 2001 7:55 pm
13422
Thanks, that's close to what I thought. I believe this is off topic, do you know of any list for this kind of questions (not specifically for JRun)?, I have a...
Andres Manggini
andres.manggini@...
Aug 1, 2001 8:19 pm
13423
Try www.theserverside.com and www.jspinsider.com . They may sponser mailing lists where you could post your questions. ... From: Andres Manggini...
Mark Phelps
mark.phelps@...
Aug 1, 2001 8:33 pm
13424
It sounds like you are talking about a Hardware Virtual Server not a Software Virtual Server correct? I have a couple of Hardware Virtual Servers can run JSP's...
Lloyd H. Meinholz
meinholz@...
Aug 1, 2001 8:35 pm
13425
straight_talking_java@yahoogroups.com ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book...
Jackie Comeau
JComeau@...
Aug 1, 2001 8:40 pm
13426
Just to let everyone know - I've fixed this problem. I like to use IBM's version of Apache, because it has SSL support built in. Easier to install/configure...
Jeff Ramin
ramin@...
Aug 1, 2001 8:42 pm
13427
What is the Best way to apply a Xslt transformation style sheet in a Jsp page via Jrun? Bert ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your...
Bert
bert.jones@...
Aug 1, 2001 8:58 pm
13428
Is i t better to use a Database Bean or put the connection in a Servlet or right into the Jsp page? Bert ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...
Bert
bert.jones@...
Aug 1, 2001 9:09 pm
13429
Where can I find documentation on Querying the Db with GetQuerystring? Similar to Asp for example myid = 5555 select * from my db where my id = thatid then do...
Bert
bert.jones@...
Aug 1, 2001 9:16 pm
13430
Try the JSP interest group on the Sun site. The listserver's address is: JSP-INTEREST@.... Celeste ... From: Andres Manggini...
Haseltine, Celeste
CHaseltine@...
Aug 1, 2001 10:02 pm
13431
Use the built in tag library, if you are using version 3.01 or greater. An example: TESTXML.JSP: <html> <head> <title>xslt Tag Example</title> </head> <body> ...
Haseltine, Celeste
CHaseltine@...
Aug 1, 2001 10:11 pm
13432
There is actually a custom action that is provided called <jrun:xslt> that will do it easily. The syntax is easy: <jrun:xslt xsl="URL to stylesheet" ...
Drew Falkman
drew@...
Aug 1, 2001 10:25 pm
13433
Bert, If you are using JRUN, you can set up a datasource with connection pooling, within the JRUNServer console. When you do that, you can use the datasource ...
Haseltine, Celeste
CHaseltine@...
Aug 1, 2001 10:31 pm
13434
This should be simple. I have created a bean, the first time I execute a JSP page that calls the bean, a class file is created for the bean and the jsp page...
Jay
Run_Jay@...
Aug 1, 2001 11:04 pm
13435
Jay, To answer your question, I don't think you can. The server loads all your classes into memory, along with your compiled JSP pages. If your in a ...
Haseltine, Celeste
CHaseltine@...
Aug 1, 2001 11:16 pm
13436
Hi Cesar, This is due to a bug in the JRun 3.0 JMS implementation. It's fixed in JRun 3.1. Basically, the connector from Ejipt to the JMS impl times out...
Scott Stirling
sstirling@...
Aug 2, 2001 2:59 am
13437
My server (admin or default) on 3.1 is having trouble locating my JRE. So none of my servers will start up. Where would one set that exactly and any details...
Matthew L. Wright
one@...
Aug 2, 2001 3:31 am
13438
Hi Scott, We are using JRun 3.1.15506 for the test so it might be a new bug. /César. ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your...
César Álvarez N...
calvarez@...
Aug 2, 2001 8:00 am
13439
I think I'm actually having something along the lines of the same problem. It doesn't return an error saying something about not being able to find the main...
Mark Gargan
Mark.Gargan@...
Aug 2, 2001 11:06 am
13440
... C:\PROGRA~1\Allaire\JRun\lib\global.properties : java.exe=C:\\PROGRA~1\\JavaSoft\\JRE\\1.3\\bin\\javaw.exe note the double slashes under windows;...
Mullee John - ZGI
john.mullee@...
Aug 2, 2001 11:24 am
13441
This Pdf is the same that comes with jrun3.1 correct? ... From: "Drew Falkman" <drew@...> To: "JRun-Talk" <jrun-talk@...> Sent:...
Bert
bert.jones@...
Aug 2, 2001 1:09 pm
13442
So, you recommend every time you make a JSP change to stop and restart the server to make sure JRun recognizes the change? I have not run into this yet, but...
Jackie Comeau
JComeau@...
Aug 2, 2001 2:13 pm
13443
No. The pdf for the tag libraries is a separate download from Allaire's web site, at least for JRUN 3.01 it was. Also, if you ordered the hard copy of the...
Haseltine, Celeste
CHaseltine@...
Aug 2, 2001 2:30 pm
13444
Jackie, No, you don't have to stop/start JRUN server every time you make a change to a JSP, but you do every time you make a change to a Java class object. If...