HI Previously i was referring to some POST Problems in Jrun3.1 Well..Has that anything to do with Sessions getting mixed up..I had not updated the latest patch...
Arul
arulkumar@...
Dec 3, 2001 8:14 am
14412
Hi I found some of your information very useful, but i am still facing some problem with the Post method. I have a file which will print all the request ...
Mohan Raj
mohanrajb@...
Dec 3, 2001 1:40 pm
14413
It seems you are using JRun internal web server there. Try with an external web server, such as IIS, Apache or iPlanet and see if it makes a difference. ... ...
John Zhao
jzhao@...
Dec 3, 2001 3:22 pm
14414
I have an installation in which the Web Server (IIS 4.0) is on a separate box than the JRUN Server. The JSP's can be served fine but the servlet execut ion ...
Bob Smith
jruntalk@...
Dec 3, 2001 3:33 pm
14415
Hi John Zhao, I tried with IIS 5.0 as the external web server its working perfectly. But I want to know why its happening with JRun Web server. Regards ...
Mohan Raj
mohanrajb@...
Dec 3, 2001 4:25 pm
14416
It might be a bug in JRun web server. Send me your problematic pages directly to jzhao@... and I will try it out. ... From: Mohan Raj...
John Zhao
jzhao@...
Dec 3, 2001 4:31 pm
14417
Hi , how can i use ejipt.properties.. ? how can i access Host & port for existing server. Is it possibel with ejip. or ejiptpropertie.. Thanx Trilok ...
Trilok Kantheti
trilok@...
Dec 3, 2001 4:55 pm
14418
response.getWriter is NOT obtained from the JSP and the servlet. We're simply trying to do response.getOutputStream() .. and it throws an...
Michael Yilma
Michael.Yilma@...
Dec 3, 2001 8:59 pm
14419
please try to use response.reset() before redirection - it works for me. regards, Vitaly Shorin. ... From: "Michael Yilma" <Michael.Yilma@...> To:...
Vitaly Shorin
shorin@...
Dec 3, 2001 9:03 pm
14420
That didn't work for me. I'm using build 17629. Thanks. ... From: Vitaly Shorin [mailto:shorin@...] Sent: Monday, December 03, 2001 4:04 PM To:...
Michael Yilma
Michael.Yilma@...
Dec 3, 2001 9:07 pm
14421
gotta do the same line thing... but if you want your page more readable, do something like this: <@page import= %><% // code here %><jsp:usebean other stuff...
travis@...
Dec 3, 2001 9:29 pm
14422
im getting this error trying to deploy the sample helloworld beans the beans deploy but when i try to connect via servlet i get the following error Exception:...
Jeff Dingle
jdingle@...
Dec 4, 2001 1:08 am
14423
Hi Jeff, You have to set the permissions to allow access to your remote methods via the ejb-xml descriptor. This is done when you are creating the bean, and...
Pedro P. Mata
pmata@...
Dec 4, 2001 2:29 am
14424
Hi, I have a problem setting up the combination JRun3.1/IIS5.0: I want to use a default JSP page which will be shown when I call only the hostname of the...
Michael Alten
M.Alten@...
Dec 4, 2001 12:01 pm
14425
That is because as the default page, the "/" mapping is defined in IIS and JRun connector won't pick the request. You may turn on verbose logging to see how...
John Zhao
jzhao@...
Dec 4, 2001 5:27 pm
14426
fyi * DISCLOSURE VULNERABILITY IN ALLAIRE JRUN FOR MICROSOFT IIS A vulnerability exists in Allaire's JRun for Microsoft Internet Information Services (IIS) 5.0...
Tom Duffy
tomd@...
Dec 5, 2001 2:22 pm
14427
Tom, Thanks for letting everyone on the jrun-talk group know. Celeste ... From: Tom Duffy [mailto:tomd@...] Sent: Wednesday, December 05, 2001 8:21 AM ...
Haseltine, Celeste
CHaseltine@...
Dec 5, 2001 3:45 pm
14428
Hi folks - regarding this vulnerability - I am researching Macromedia's new product, Sitespring, which is based on the JRun Server. Would this vulnerability...
Edward Apostol
edapostol_ryerson@...
Dec 5, 2001 8:01 pm
14429
Hello, I recently upgraded to JRun 3.1 build 16777 and also applied the duplicate session id fix. Now I see the following effect: Specifying ...
Sebastian Millies
S.Millies@...
Dec 5, 2001 9:00 pm
14430
Hi All, I am trying to get the ServletContext in the my Servlet and I am getting the following exception. Without the ServletContext the code is working fine. ...
Thanks, I tried the ... From: Johansen, Roar [mailto:roar.johansen@...] Sent: Wednesday, December 05, 2001 11:14 PM To: JRun-Talk Subject: SV:...
Ravi Vedire
RVedire@...
Dec 6, 2001 3:52 pm
14434
I was also getting the same error. when I got servlet context in the init() method and saved a reference in variable it works. This may not be the correct...
sam d
sammailus@...
Dec 6, 2001 5:00 pm
14435
... By default, when you use Sitespring, you're using the JRun Web Server as the front end, rather than IIS. In that case, this vulnerability doesn't affect ...
Dave Watts
dwatts@...
Dec 6, 2001 5:30 pm
14436
Yes, that would make sense. I suppose any other JRun vulnerabilities would also persist in Sitespring. I received some information from Macromedia tech saying...
Edward Apostol
edapostol_ryerson@...
Dec 6, 2001 5:48 pm
14437
I was missing the super.init(config); in the Servlet init(ServletConfig config) procedure. After putting this in the getServletContext is working. Thanks, ... ...
Ravi Vedire
RVedire@...
Dec 6, 2001 5:50 pm
14438
I am executing a Servlet application that auto-sends email under certain conditions. If a mail send attempt is made when no connection is available, then all...
Clair W. Cabal
fargo@...
Dec 6, 2001 10:51 pm
14439
Hi, I am enabling method timing by adding the following line in local.properties of the default server. timing.enabled = true I expect the invoked method...
Suresh Addagalla
suresh.addagalla@...
Dec 7, 2001 7:37 am
14440
Does running the IIS patch affect JRun apps? I get "page cannot be displayed". Any solutions? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the...