Hello: I added the SSL for the login page, and then redirect to http pages after user login, it works fine, but when user use Netscape browser, it always...
Kevin Li
kevinli@...
Aug 1, 2002 7:14 am
15298
Budi, Change <native-results>false</native-results> to <native-results>true</native-results>. This will use Oracle's driver and not JRun's implementation. ...
Theodore Zimmerman
tzimmerman@...
Aug 1, 2002 2:14 pm
15299
Hi I m using jrun4. i have question for you you know the finance.yahoo.com . if you open any ticker for company you can see the daily stock value of the ...
Kannaiyan P
kan76@...
Aug 1, 2002 4:57 pm
15300
Hey Kans- Basically, if you extract the information into a comma-delimited format and set the contentType in <%@page%> to application/x-msexcel (I think that...
Drew Falkman
drew@...
Aug 1, 2002 5:03 pm
15301
The easiest thing to do is dynamically create a csv and serve it using a mimetype of "text/cvs" or application/excel A cvs file looks like this name,age,email ...
Justin MacCarthy
macarthy@...
Aug 1, 2002 5:06 pm
15302
Kans, I have found that the easiest way to do this is to simply alias your jsp or servlet to somename.csv. Then, if you just return a file with comma...
Ben Groeneveld
bgroeneveld@...
Aug 1, 2002 5:26 pm
15303
Hi, I am getting the same error (java.lang.NoSuchMethodError) when using any custom tag (with attributes) on JRun 3.1 - ent. However, if attributes are not...
Sanyin Bekrich
sbekrich@...
Aug 1, 2002 11:38 pm
15304
After having to reinstall jrun4 I cannot find any servers after launching, nor can localhost:8000 find the JMC. Everything seems fine in the installed /JRun/...
Wayne Davies
prosrus@...
Aug 2, 2002 7:41 am
15305
Nope. Still the same ClassCastException. ... native-results: set to true to use cachable, scrollable, updatable JRun ResultSet implementation. Set to false to...
Budi Prawira
b.prawira@...
Aug 2, 2002 7:58 am
15306
just a thought, but are your environment properties set correctly? JAVA_HOME pointing to the JDK, for example? what OS are you running? is the admin JRun...
Matthew Horn
mhorn@...
Aug 2, 2002 1:09 pm
15307
Hi All, Has anybody ever faced a challenge to store bigger size xml or any other file in the oracle 8i database. I tried using the folloing schema- CREATE...
Verma_Dilip@...
Aug 2, 2002 1:32 pm
15308
The documentation is wrong. Native results should be true in order to use the resultsset of the Oracle driver. Here is a servlet that I used to test the...
Theodore Zimmerman
tzimmerman@...
Aug 2, 2002 1:34 pm
15309
Might want to check that your ports are set to the expected defaults in the jrun.xml files for each server. If the ports happened to still be in use during...
Thomas Ruggles
truggles@...
Aug 2, 2002 1:35 pm
15310
Verma, if you are looking for performance, consider storing your large objects outside of oracle directly on the file system. You can store a reference to the...
Ben Groeneveld
bgroeneveld@...
Aug 2, 2002 4:03 pm
15311
Can I modified the file being stored as a reference in oracle? I read, using BFILE type allows file to be used as read-only. Storing file on file system will...
Verma_Dilip@...
Aug 2, 2002 4:14 pm
15312
Verma, you could map the file directory to your web server, then it could be served to anyone to whom you provide access. But that may not be what you are...
Ben Groeneveld
bgroeneveld@...
Aug 2, 2002 4:23 pm
15313
Dave, did you ever find an answer to this? I'd be curious about it myself /charlie PS Can't do any testing to offer answers due a recent crash I'm in the...
charlie arehart
carehart@...
Aug 2, 2002 10:17 pm
15314
This is a pain, but, you can do it using HttpServletRequest getContextPath() to always ensure the corrent context path is there. i.e.: ...
Jayson Falkner
jayson@...
Aug 3, 2002 5:09 am
15315
Charlie, That's the answer I came up with as well (i.e. using request.getContext()). Never got a satisfactory answer from any Macromediites on the JRun forum....
Dave Jones
djonesca@...
Aug 3, 2002 5:48 am
15316
I should clarify that it was Jayson Falkner who provided that answer. :-) As for whether JRun is playing fast and loose with the specs, I'd suspect not, but...
charlie arehart
carehart@...
Aug 3, 2002 6:01 pm
15317
Dear Matthew My environment properties look in order, with the PATH variable being set to the jdk/bin. I am running Windows 2000, and the JRun server in not...
Wayne Davies
prosrus@...
Aug 5, 2002 12:13 am
15318
Dear Thomas I have checked the port defaults for both the default and admin xml files, and here they are: <service class="jrun.servlet.http.WebService"...
Wayne Davies
prosrus@...
Aug 5, 2002 12:19 am
15319
Dear Matthew After just restarting I have received the following from the command prompt: C:\JRun4\bin>jrun -start Exception in thread "main" ...
Wayne Davies
prosrus@...
Aug 5, 2002 1:30 am
15320
In looking at your posting, it appears you are redirecting from a servlet to a JSP. I don't see the problem (using...
Eric Anderson
eanderson@...
Aug 5, 2002 12:48 pm
15321
Can anyone help me? I am trying to install Struts into Jrun 4.0 Is there anywhere I can go to read how this is done properly. Thanks in advance. Michael ...
Boogie Brown
boogie_brown@...
Aug 5, 2002 2:01 pm
15322
Hi Michael, We're working on getting a JRun TechNote (a.k.a. knowledge base article) published on the web site which covers this very subject. With any luck,...
Skip Klobucher
rklobucher@...
Aug 5, 2002 2:12 pm
15323
Hi All, Does anyone on the list have experience of running Jrun on a Debian GNU/ Linux system? Yes, I know that Macromedia only claim to support Redhat, but...
David Spacey
david_s@...
Aug 6, 2002 7:32 am
15324
can anybody tell me what is Struts?? Skip Klobucher wrote: Hi Michael, We're working on getting a JRun TechNote (a.k.a. knowledge base article) published on...
Amit r
cool_jockey@...
Aug 6, 2002 3:51 pm
15325
You can get some information on struts from the following link: http://livedocs.macromedia.com/jrun4docs/Programmers_Guide/designpatterns8.jsp#1115380 (this...
Matthew Horn
mhorn@...
Aug 6, 2002 3:58 pm
15326
Anybody, I have just installed Forte and am trying to connect Forte to Jrun.(Similar to Forte to Jrun.) I have Tomcat running however I want it to use Jrun...