So I'm better ordering right now JRun Pro and then upgrade to JSP. Should cost me a little bit less than waiting for JSP to be released ! I am still running...
1908
Olivier Mascia
Olivier.Mascia@...
Aug 1, 1998 8:38 am
That's great. Count on my order as soon as it's released. Olivier Mascia Directeur Division Logicielle T.I.P. Group S.A. [Sent while off-work] ... From: Paul...
1909
Olivier Mascia
Olivier.Mascia@...
Aug 1, 1998 8:39 am
I would not recommend parsing both the query string and the input stream in case of a Post. Using POST and passing parameters only through the query string is...
1910
tbillany@...
Aug 1, 1998 10:09 am
Oh yes, you're not alone... ... =========================================================================== To unsubscribe, send email to...
1911
Stark, Scott (Exchange)
SStark@...
Aug 1, 1998 5:26 pm
I see the following msg in the EventViewer log: For compatibility with previous versions of IIS, the filter 'c:\inetpub92;scripts92;jrun.dll39; was loaded as a...
1912
Tom Clarke
tclarke@...
Aug 1, 1998 5:51 pm
I actually blame this for JRun blowing away my IIS4 installation. This is not the way filters should really be installed on an IIS4 server. The solution I came...
1913
Paul Colton
pc@...
Aug 1, 1998 8:45 pm
This message just informs you that the jrun.dll is loaded as a global filter. There is nothing wrong with leaving this in. If you wish, though, you can remove...
1914
Stark, Scott (Exchange)
SStark@...
Aug 1, 1998 10:05 pm
The description of forcing a reload of classes in the FAQ does not work. Stopping and restarting the IIS4 web service is also not working. I have to reboot my...
1916
Matthew Roderick
mat@...
Aug 2, 1998 8:40 am
Jeff & all, Can you give me details of *how* much faster JSP is above ASP ? I'm just about to start a large project using the latter. ... ...
1917
Doug Turner
dturner@...
Aug 2, 1998 2:06 pm
I must disagree with Olivier. As I read the spec, the definition of the getParameter and getParameterValues methods of ServletRequest are completely neutral...
1918
Michael Hogarth
mahogarth@...
Aug 2, 1998 8:12 pm
I seem to be able to obtain values from either GET or POST with Jrun via getParameter(). Not sure what the problem is here? --M ... From: Doug Turner...
1919
Tauren Mills
tauren@...
Aug 2, 1998 8:19 pm
Does this mean Yes, there will be an SSL web server as well? Will it work with any Apache based SSL web servers? Tauren ... ...
1920
Tauren Mills
tauren@...
Aug 2, 1998 8:25 pm
I'm curious... What is "dodgy" about connection pooling? I'm using DbConnectionBroker in a project I'm working on. I haven't done any stress testing yet, but...
1921
Paul Colton
pc@...
Aug 2, 1998 8:51 pm
I think the issue is when you POST like this: FORM ACTION="/servlet/SnoopServlet?name=Paul" METHOD="POST" There is a query string available, but getParameter()...
1922
Paul Colton
pc@...
Aug 2, 1998 8:51 pm
SSL will come a little later, so if you want SSL right away, you would use another SSL web server and one of our 'connectors39; to bridge between JSP and your...
1923
Jason Lee
jason@...
Aug 3, 1998 4:28 am
I've clocked (yes, I timed them) my JSP stuff at least 2-5 times faster than ASP - depending on what you're doing. For database it's a lot quicker than ASP. ...
1924
Mike Ryan
mryan@...
Aug 3, 1998 4:36 am
where can I set the timeout for session variables ? Thanks, Mike....
1925
Jason Lee
jason@...
Aug 3, 1998 4:51 am
Mike, Run the JRun Administrator and under the Session Tracking tab you can change the session timeout properties. Jason ... ...
1926
Andreas Olsson
Andreas.Olsson@...
Aug 3, 1998 5:45 am
Thanks for the answers, it sure explains why my servlet doesn't work. I guess I'll have to send my parameters in the content stream instead. /Andreas ... ...
1927
Lynn Walton
waltonl@...
Aug 3, 1998 5:56 am
I understand that servlets stored under the servlet directory are supposed to be reloaded when there is a change to the class, without having to restart the...
1928
Firmin, Reuben
Reuben.Firmin@...
Aug 3, 1998 6:52 am
Well I am using pooling, it is just I wrote the pooling classes myself. It just seems that there is so much stuff that you rely on when running servlets...
1929
Jean-Michel Augusto
jmaugusto@...
Aug 3, 1998 9:29 am
Nothing wrong. The message in the Event viewer just says that the jrun is started from the global filter from the registry. The solution to make the message...
1930
Kelly, Carlton G.
Carlton.Kelly@...
Aug 3, 1998 11:24 am
Paul - can you be a bit more specific about what "a little later" means? 3 months?, 6 months?, a year? And what will the pricing be like? Does this mean...
1931
Christopher Semturs
c.semturs@...
Aug 3, 1998 12:01 pm
Hi, I'm using IIS 4.0 with JRun 2.1. I assigned the servlets-directory to C:\project92;java92;servlet and everything works fine when I copy a .class-file to this...
1932
R. P. Ruiz
rruiz@...
Aug 3, 1998 2:38 pm
Greetings! I recently saw an encouraging article on server-side JVM performance in javaworld ...
1933
Christopher Semturs
c.semturs@...
Aug 3, 1998 2:44 pm
Hi, I tried to import an own Package ("Lesen") in my servlet class. So I said "import Lesen.*" Next step was to use a class named "Kernmodule" in the package...
1934
Leonardo Malave
lmalave@...
Aug 3, 1998 3:03 pm
As far as I know, TowerJ is a development environment and not a Just In Time compiler. It's useful if what you want is to write a high-performance application...
1935
Olivier Mascia
Olivier.Mascia@...
Aug 3, 1998 3:28 pm
session.invalidate(), and you're done. Olivier Mascia Directeur, Division Logicielle T.I.P. Group S.A. ... From: Grant Lewis [mailto:lewisg@...] Sent:...
1936
Michael Hogarth
mahogarth@...
Aug 3, 1998 3:35 pm
Put your package in <jrunroot>/classes as a .jar file. In it, you would have the class Kernmodule in which the first line of code is: package Lesen; You can...
1937
Denis Richardson
cybstorm@...
Aug 3, 1998 3:44 pm
Hi everyone : I have installed Web Site demo 2.0 and JRun 2.1.3 on my windows 95 stand-alone machine using a static IP and I'm trying to run servlets but I'm...