Hi, all I'm also experienced the same problem.... Is it a bugs? Alan Tam Systems Consultant ...
9543
Hiroshi Okugawa
okugawa@...
Sep 1, 2000 9:40 am
Hi, all This problem has already been reported. Please, refer following url. http://www.allaire.com/security <cite> ASB00-19: Patch available for JRun trailing...
9544
Geoff Soutter
geoff@...
Sep 1, 2000 9:43 am
sure looks like it to me Also, assuming you're running JRun on Windoze, I think it's a result of the way that M$ handles path names. ASP had lots of problems...
9545
Saner Jan (HS)
Jan.Saner@...
Sep 1, 2000 9:46 am
FYI: The "can't write to directory null" message in the management console (whilst trying to update parameters for a web-application) still persists in the...
9546
Fabian Panthen
panthen@...
Sep 1, 2000 10:36 am
Is there a command i can use to force recompilation and reloading of beans or servlets (maybe via another servlet?) without having to restart the server and...
9547
Joseph C. Opacki
opacki@...
Sep 1, 2000 11:25 am
It fails when unpacking, specifically the setup.exe file. I downloaded it several times from the Allaire site. The file is jr30w.exe. It unpacks fine and I...
9548
Andy Blanchard
ablanchard@...
Sep 1, 2000 11:32 am
I'm using JavaBeans (not EJB) to perform the database access on behalf of my JSP scripts. What concurrency issues do I need to be concerned with under JSP? ...
9549
Chris Heinemann
heinemc1@...
Sep 1, 2000 12:20 pm
9550
Luke Taylor
negaton@...
Sep 1, 2000 12:34 pm
Hi, I've installed the service pack release but I still seem to be seeing the problem whereby I have to include my application39;s context path in the security...
9551
D Gilliland
dg2cfug@...
Sep 1, 2000 1:16 pm
Nevermind ... ... http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk ... __________________________________________________ Do You...
9552
Scott Stirling
sstirling@...
Sep 1, 2000 1:54 pm
You can update the timestamp of a servlet class file and then request that servlet. This will cause the whole web application to be dumped with its ...
9553
Scott Stirling
sstirling@...
Sep 1, 2000 2:00 pm
I wish we knew what caused these errors. Stuff like this happens with 1 out of 100 Windows machines. We don't know why most of the time, and we haven't been...
9554
Scott Stirling
sstirling@...
Sep 1, 2000 2:16 pm
You can use it on the Java files generated from JRun as long as you put the correct javadoc tags and directives in the source. The whole issue of documenting...
9555
Dan Crysler
DCrysler@...
Sep 1, 2000 3:17 pm
I have a simple java application that opens a URLConnection to a servlet, which for testing purposes acts as a echo server. This combination works using...
9556
urmila.varanasi@...
Sep 1, 2000 6:42 pm
Hi, i created a custom tag library adhering to the JAR file structure as: hlctags.jar ... and i want to make my custom tag library available to all...
9557
agonzalez@...
Sep 1, 2000 7:36 pm
Estaré ausente de la oficina desde 01/09/2000 hasta el 24/09/2000. Responderé a su mensaje cuando regrese. Para cualquier asunto puede ponerse en contacto...
9558
Mike Hogarth
mahogarth@...
Sep 1, 2000 8:43 pm
As a short term workaround, you might use the JSP compiler that was included with JRun. Of course, that won't be useful if you are hosting JSP capability for...
9559
Chris Heinemann
heinemc1@...
Sep 1, 2000 10:42 pm
9560
Joseph C. Opacki
opacki@...
Sep 1, 2000 10:48 pm
I downloaded the newest version of J2EE JDK from Sun and tried to install it. I got the same error. Does this mean I won't be able to use JRun on this...
9561
Antoine Oberlaender
aoberlaender@...
Sep 1, 2000 10:53 pm
In fact, everything will be alright if Jrun doesnt put all the classes that I ve declared in JSP in the main servlet function .... so what about generating...
9562
D Gilliland
dg2cfug@...
Sep 1, 2000 11:36 pm
is there a way to create a file to hold info such as dburl, webroot etc in a file that does not need to be compiled <like an *.ini file>? ...
9563
Scott Stirling
sstirling@...
Sep 2, 2000 2:11 am
Hello, it's called web.xml and they're called init parameters. Check out the "Developing Applications with JRun" doc for some examples. See also Jason ...
9564
wong
alimsl@...
Sep 2, 2000 10:24 am
hi i have install the jrun in NT 4, is work fine for me over all. but every site must run with at port 8100 , http://www.xxx.com:8100/ns/test.jsp is there...
9565
Fabian Panthen
panthen@...
Sep 2, 2000 11:34 am
thanx 4 the reply! You mean pretends a servlet has been edited? i edit mine all the time and they never get dynamically reloaded. but i think thats because i...
9566
Geoff Soutter
geoff@...
Sep 4, 2000 6:20 am
I found it overwrites the web.xml with a version of itself with the all the comments removed. very stange! ... From: "Luke Taylor" <negaton@...> To:...
9567
Karl Moss
kmoss@...
Sep 4, 2000 1:03 pm
The authentication problem has been resolved and will be in the final release of the Service Pack. The problem arises when you deploy a webapp with the webapp...
9568
Karl Moss
kmoss@...
Sep 4, 2000 1:37 pm
This used to be possible via the HttpSessionContext object, but was deprecated with version 2.1 of the Servlet API. This ability was removed for security...
9569
Scott Stirling
sstirling@...
Sep 4, 2000 7:39 pm
Sounds like you won't be able to use Java, period. Something's probably not right with your machine's service pack or something. "Normally" there's no ...
9570
Mike Hogarth
mahogarth@...
Sep 4, 2000 11:53 pm
You might use service pack 6 rather than 5. Who knows, but it is worth a shot. --MH *********** REPLY SEPARATOR *********** ... Archives:...
9571
Geoff Soutter
geoff@...
Sep 5, 2000 1:57 am
if you're talking about NT service packs, don't use SP6. It has TCP/IP bugs that affect Java - make sure you have 6a... ... From: "Mike Hogarth"...