disable put, delete

2005-02-17 Thread Ben Kim
was not straightforward to me.) Regards, Ben Kim Database Developer/Systems Administrator 434E Harrington Tower / College of Education Texas AM University - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

disable put, delete (fwd)

2005-02-17 Thread Ben Kim
P.S. It's redhat 9 and the warnings come only on 8443 not on 8080. Regards, Ben Kim Database Developer/Systems Administrator 434E Harrington Tower / College of Education Texas AM University -- Forwarded message -- Date: Fri, 18 Feb 2005 01:13:56 -0600 (CST) From: Ben Kim

Re: disable put, delete

2005-02-18 Thread Ben Kim
it is not necessary, to my security folks, so would appreciate some kind of confirmation from anyone knowledgeable. Thanks, Ben Kim Database Developer/Systems Administrator 434E Harrington Tower / College of Education Texas AM University

Re: disable put, delete

2005-02-18 Thread Ben Kim
Thanks. On Fri, 18 Feb 2005, Tim Funk wrote: If readonly is set to true, then PUT and DELETE are disabled. The scanning tool might be expecting a differnet HTTP status code when trying to exploit PUT and DELETE. -Tim Ben Kim wrote: It should already be disabled. See

development / production server

2005-03-09 Thread Ben Kim
? Is it possible to mount a remote directory (sftp, hopefully) like a local directory? Thanks. Ben Kim Database Developer/Systems Administrator 434E Harrington Tower / College of Education Texas AM University - To unsubscribe, e-mail

RE: Tomcat ask me for User/password?

2005-03-09 Thread Ben Kim
want to see the services control panel and see if it's running. You could shut down all Oracle's webserver, or at least change the tomcat's port to something else (like 8081, maybe) and see if it works. Regards, Ben Kim Database Developer/Systems Administrator 434E Harrington Tower / College

RE: development / production server

2005-03-09 Thread Ben Kim
version control is the only way. Thanks. Ben Kim Database Developer/Systems Administrator 434E Harrington Tower / College of Education Texas AM University - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: Parallel install of 5.5 with existing 5.0? (Win Server 2003)

2005-03-09 Thread Ben Kim
a popup error: Overlapped I/O Operation is in progress; NonAlpha 46 I've ... where it saying something about a 3rd party backup program that needs to be removed... (???). It seems the error happens with other software too, due to a real-time backup software. Regards, Ben Kim Database

Re: Start and stop Tomcat + Cron

2005-03-17 Thread Ben Kim
/TO/JAKARTA/bin/startup.sh HTH. Regards, Ben Kim Database Developer/Systems Administrator 434E Harrington Tower / College of Education Texas AM University Original Message Hi I'd like to stop and start my tomcat using cron so I added this in the root's

RE: class path (UNCLASSIFIED)

2005-04-12 Thread Ben Kim
from the one in your command shell. javac -cp c:\PATH_TO\common\lib\servlet.jar yourpackages\yourfile.java HTH. Ben Kim Database Developer/Systems Administrator 434E Harrington Tower / College of Education Texas AM University

RE: class path - c:/javacode

2005-04-13 Thread Ben Kim
c:/javacodejavac -classpathc:\tomcat\common\lib\servlet.jar HelloWorld.java Maybe OT, but I'm curious where this c:/javacode is coming from (Doesn't seem standard command shell which should be c:\javacode ). Doesn't seem to be from cygwin. Regards, Ben Kim Database Developer/Systems

RE: class path (UNCLASSIFIED)

2005-04-13 Thread Ben Kim
-classpath c:\javacode\servlet.jar HelloWorld.java and if it works, change whatever is in ... with the actual location. If it doesn't compile, could you post - result of running java -version - source of HelloWorld.java Regards, Ben Kim Database Developer/Systems Administrator 434E Harrington

Re: Tomcat/4.1.31 - SSL Troubles

2005-04-13 Thread Ben Kim
I can connect to ssl port ... and i can see sertificate.. but when i accept this sertificate my browser says The page cannot be displayed. Is the page OK on http then? - https://server.com:8443/app1/page1.jsp - http://server.com:8080/app1/page1.jsp Regards, Ben Kim Database Developer/Systems

Re: Re[4]: Tomcat/4.1.31 - SSL Troubles

2005-04-13 Thread Ben Kim
and non-ssl, could it be a browser specific problem? Also, can you see it from local machine, i.e. https://localhost:8443/...? Just my 2 pence... Regards, Ben Kim Database Developer/Systems Administrator 434E Harrington Tower / College of Education Texas AM University

Re: Re: canĀ“t Configurate Database Connection Pool (DBCP) with Tomcat 5.0.28

2005-04-15 Thread Ben Kim
page, that error went away. If admin page is not your preference, supposing the context name is mycontext, the configuration can go in $CATALINA_HOME/conf/Catalina/localhost/mycontext.xml. HTH. Ben Kim Database Developer/Systems Administrator 434E Harrington Tower / College of Education Texas AM

Re: how to host website on Tomcat 5.5.9

2005-04-26 Thread Ben Kim
using linksys to serve it from port 80. Regards, Ben Kim Database Developer/Systems Administrator 434E Harrington Tower / College of Education Texas AM University - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

logging 8443 ssl

2005-05-09 Thread Ben Kim
Tomcat 5.0.28, Fedora Core 1 Can I have a few recommendations about adding logs to port 8443, ssl? I have a problem with SSL not responding. (http works but https does not respond after some time.) Regards, Ben Kim Developer College of Education Texas AM University

RE: How to catch and fix this error

2005-06-30 Thread Ben Kim
- database version (or validity of sql statement for the version) - You might also want to compare the jsp-converted-to-java files, if relevant. HTH Regards, Ben Kim Developer College of Education Texas AM University

RE: tomcat default webapp

2005-07-01 Thread Ben Kim
servlet-classorg.apache.jsp.index_jsp/servlet-class /servlet servlet-mapping servlet-nameorg.apache.jsp.index_jsp/servlet-name url-pattern/index.jsp/url-pattern /servlet-mapping -- I'd like to know if there is a better way, though. Regards, Ben Kim Developer

Re: [OT] photo album software for web site

2005-07-14 Thread Ben Kim
/servlet based, so if you are in a java shop... http://culnane.navidat.com/dc/ginp/index.jsp My 2 cents. Regards, Ben Kim / Developer College of Education Texas AM University - To unsubscribe, e-mail: [EMAIL PROTECTED

index_jsp.java problem

2005-09-01 Thread Ben Kim
/apache/jsp/index_jsp.java didn't give me good answers. (all questions and no answers) Is there a clear explanation of how I should handle index.jsp for each app? Thanks. Ben Kim Developer http://benix.tamu.edu - To unsubscribe, e

RE: Resizing JPEG Images

2005-09-20 Thread Ben Kim
Wonder if this fits your needs, but ginp uses something similar. http://culnane.navidat.com/dc/ginp/index.jsp Features - Thumbnails are created and stored on the file system. - Pictures are sized to the browser window size to reduce bandwidth. Regards, Ben Kim Developer http://benix.tamu.edu