Re: Tomcat on Windows: advantages of running as a service?

2005-10-12 Thread Ben Souther
The net start service name and net stop service name commands will allow you to stop and start Windows services from the command line (and thus from a batch script). You can get the service name from the Services property window. On Wed, 2005-10-12 at 06:18, Tom Burke wrote: I'm running

Re: Easy Servlet Question

2005-10-04 Thread Ben Souther
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ben Souther F.W. Davison Co. CONFIDENTIALITY NOTICE: This e-mail message, and any accompanying documents, is for the sole use of the intended recipient(s

Re: How to limit the size of TOMCATs stdout file

2005-09-23 Thread Ben Souther
I tried asking this to the tomcat team via bugzilla and they were not helpful. Nobody pointed you to this link?: See http://jakarta.apache.org/tomcat/faq/logging.html for logging help first - it answers this question. :) On Fri, 2005-09-23 at 14:45, [EMAIL PROTECTED] wrote: How

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

How to re-direct the default Tomcat home page

2005-09-11 Thread Ben Wong
Sorry, this is a newbie question. I am using Tomcat 5.0.x. on Linux. I'm having problems redirecting to my webapps home page from the default Tomcat home page ($CATALINA_HOME/webapps/ROOT/index.jsp). Here's mywebapp.xml file that I placed in the $CATALINA_HOME/conf/Catalina/localhost dir:

Re: TROUBLE UNCOMPRESSING jakarta-tomcat-5.5.9.tar.gz

2005-09-08 Thread Ben Souther
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ben Souther F.W. Davison Co. CONFIDENTIALITY NOTICE: This e-mail message, and any accompanying documents, is for the sole use of the intended recipient(s) and may contain confidential and privileged

where to place the /META-INF/context.xml file?

2005-09-08 Thread Ben Wong
Hi, Apologies, but this is a newbie question. In the tomcat docs, it states that A /META-INF/context.xml file can be used to define Tomcat specific configuration... Could you please tell me where /META-INF/context.xml should be placed relative to the web application root? In other words,

tomcat war expansion fails on .cvsignore file

2005-09-06 Thread Ben Wong
Hi, I have a .cvsignore file at the top level of my war file. does anyone has any idea what this error message is about? This errors occurs when Tomcat is started up, expanding the war file under webapps. Thanks! Sep 6, 2005 5:09:30 AM org.apache.catalina.startup.HostConfig deployWARs

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: Deploying war in another directory

2005-08-24 Thread Ben Souther
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ben Souther F.W. Davison Co. CONFIDENTIALITY NOTICE: This e-mail message, and any accompanying documents, is for the sole use of the intended recipient(s) and may contain confidential and privileged information

Re: access symbolic link

2005-08-18 Thread Ben Ricker
So how do you point to content outside of a war? I have the same problem with 5.0.28 pointing to static content outside of a war. Even a symlink included in the war (and setting followsymlinks=true in the context) does not work. Ben Ricker On 8/18/05, Peter Miller [EMAIL PROTECTED] wrote: Hi

how to delete log files (not append) ?

2005-08-17 Thread Ben Anderson
=org.apache.catalina.logger.FileLogger directory=logs prefix=localhost_log. suffix=.txt timestamp=true/ Any ideas? Thanks, Ben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: 64 Bit Machines and Tomcat

2005-08-16 Thread Ben Ricker
The one caveat I have seen is when you use third-party software that is compiled; chances are it was compiled with 32-bit system libraries and will not take advantage of the 64-bit data structure. If you can, spend the time compiling the third-paty software using 64-bit JDK. Ben Ricker On 8/16

Re: tomcat security

2005-08-09 Thread Ben Ricker
Yes. There is the catalina.policy file in the conf/ directory. See http://jakarta.apache.org/tomcat/tomcat-5.0-doc/security-manager-howto.html for details. Ben Ricker On 8/9/05, Cengiz Yazgan [EMAIL PROTECTED] wrote: Hi everybody I have a problem about tomcat security One of my friend

Cannot get symlinks in war to work in tomcat 5.0.28

2005-08-04 Thread Ben Ricker
the help symlink to come up. I put the symlink called help in the top level of the war file. I can cd into the link and it goes to the right directory. All of the files are readable to the world. Am I missing something? -- Ben Ricker He's just this guy, you know

Bug in allowlinking on AIX?

2005-08-04 Thread Ben Ricker
: --- By default, Unix symlinks will not work when used in a web application to link resources located outside the web application root directory. This behavior is optional, and the allowLinking flag may be used to disable the check. Does anyone have symlinks working on 5.0.28? -- Ben Ricker He's

Re: mod_jk or jk2??

2005-08-03 Thread Ben Ricker
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ben Ricker He's just this guy, you know? - To unsubscribe

can I prevent DoS (Denial of Service) Attacks in JSP?

2005-08-02 Thread Ben Bookey
Dear List, I have been asked if its possible to prevent DoS attacks inside Java (JSP/Servlet). I guess it is ... is this something however that TC would be configured to deal with, or must I do something myself. Whats normal ? Many thanks in advance! Best wishes Ben Bookey

Context.xml does not seem to work

2005-08-02 Thread Ben Ricker
tried to add this to the server.xml file but see the same behavior. I am using Tomcat 5.0.28 with IBM JDK 1.4.2 on AIX 5L. Any ideas? Something wrong with the syntax? -- Ben Ricker He's just this guy, you know? - To unsubscribe

Setting multiple docbases in Tomcat

2005-08-01 Thread Ben Ricker
this (classloaders getting created for each context tag being one of them). Is there an easy way to setup locations like in Apache in Tomcat? These are not wars but static content to display help and guides, etc. Thanks, Ben Ricker -- Ben Ricker He's just this guy, you know

Re: setting application variables

2005-07-29 Thread Ben Souther
variables from a file so that they are available to all of the asp pages in my application as soon as it starts? Thanks! -- Ben Souther F.W. Davison Co. CONFIDENTIALITY NOTICE: This e-mail message, and any accompanying documents, is for the sole use of the intended recipient(s) and may contain

Re: Linking/forwarding GET requests using Default servlet or other Tomcat feature

2005-07-27 Thread Ben Souther
On Wed, 2005-07-27 at 12:19, Rob Hunt wrote: I'm running a stand-alone (no Apache front-end) TC 5.0.19 server on a WinXP box. I have a webapp that has a /teams directory that contains gameScores.htm, teamStandings.htm and scoreForm.htm. I also have a /playoffs directory (can you tell this

Re: Linking/forwarding GET requests using Default servlet or other Tomcat feature

2005-07-27 Thread Ben Souther
jsp-file that is. On Wed, 2005-07-27 at 12:36, Ben Souther wrote: On Wed, 2005-07-27 at 12:19, Rob Hunt wrote: I'm running a stand-alone (no Apache front-end) TC 5.0.19 server on a WinXP box. I have a webapp that has a /teams directory that contains gameScores.htm, teamStandings.htm

Re: Linking/forwarding GET requests using Default servlet or other Tomcat feature

2005-07-27 Thread Ben Souther
that it appears to the client that they're getting /playoffs/gameScores.htm. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ben Souther F.W. Davison Co

Putting JNDI configurable info. inside of a properties file only

2005-07-14 Thread Ben Bookey
that the JNDI info. is isolated from the web application itself, and means the web administrator need not ediit the server and web.xml files. Is this a reasonable request ? Kind regards Ben - To unsubscribe, e-mail: [EMAIL

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

Issue compiling mod_jk 1.2.10 on AIX

2005-07-13 Thread Ben Ricker
config was: CC=cc_r ./configure --with-apxs=/path/to/apache/bin/apxs I also tried to use Gcc and it hung just the same as cc_r did. Any ideas, Ben RIcker - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

1.2.10 JK compile issue on AIX 5L

2005-07-13 Thread Ben Ricker
config was: CC=cc_r ./configure --with-apxs=/path/to/apache/bin/apxs I also tried to use Gcc and it hung just the same as cc_r did. -- Ben Ricker He's just this guy, you know? - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: How to Configure IIS/Tomcat to perform basic authentication

2005-07-13 Thread Ben Ricker
/tomcat/tomcat-5.0-doc/realm-howto.html. You may be most interested in the Memory Realm if you want simple, file-based auth. Ben Ricker On 7/13/05, Ikonne, Ike [EMAIL PROTECTED] wrote: Hi all, I have been trying to configure IIS/Tomcat to perform basic authentication and have not had any

Linking Tomcat to Apache

2005-07-13 Thread Ben Stuart
but the examples come through as html so its not using tomcat Can anyone help? I will send you my files if that will help? -Ben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Linking Tomcat to Apache

2005-07-13 Thread Ben Ricker
Check out http://jakarta.apache.org/tomcat/connectors-doc/ for infromation on how to configure mod_jk to server up specific sorts of URLs. Ben Ricker On 7/13/05, Ben Stuart [EMAIL PROTECTED] wrote: I am trying to use ModJk to Link Apache 2 and Tomcat 5.5.9 I followed the instructions and I

Re: Using Single Sign on to access another webapp.

2005-07-12 Thread Ben Bookey
Hi Everyone, Thanks for the replies. If i understand correctly, then the SSO should work between Tomcat and another j2EE type servlet container? The other app. in question is websphere. regards, Ben Bookey From: Tim Funk [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user

Re: file access via HttpSession

2005-07-12 Thread Ben Souther
in either of these directories would not be viewable by the outside world. Thanks! Clark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ben Souther F.W. Davison Co

Using Single Sign on to access another webapp.

2005-07-08 Thread Ben Bookey
the password is. Can anyone see a possibilty of using SSO for me, allowing direct access to another webapps JSP page with out re-login ? Would really appreciate any help on this. Especially ones with info. more than simply No ;-) kind regards, Ben p.s. might be that the 2nd app has to create a web

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

java.util.zip.ZipException: invalid block type

2005-06-30 Thread Ben Anderson
in there somewhere. Only this isn't the case. I've deleted jars and it just fails on the next one. I'm guessing this has something to do with me deleting the temp and work directories. I did this because we're checking tomcat into our svn repository. Any ideas what's going on here? Thanks, Ben

Re: java.util.zip.ZipException: invalid block type

2005-06-30 Thread Ben Anderson
. suffix=.txt timestamp=true/ !-- RealNet application context -- Context path= docBase=webapp debug=0 On 6/30/05, David Delbecq [EMAIL PROTECTED] wrote: Redeploy your wars i'll say Le Jeudi 30 Juin 2005 18:43, Ben Anderson a écrit : Hi all, I'm having trouble

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

Tomcat 5 and encodeRedirectURL

2005-06-29 Thread Ben
. This is the reason why the session object always lost when switching between http and https and vice versa. What can I do in my app to maintain the session across protocols? Thanks, Ben - To unsubscribe, e-mail: [EMAIL PROTECTED

Tomcat 5.0 + Apache 2.0 + ErrorDocument

2005-06-17 Thread Ben
there is a page not found. Thanks, Ben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

This application is not currently available

2005-06-12 Thread Ben
be the settings in my web.xml file? Thanks, Ben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Managing automatic deployment with multiple virtual hosts

2005-06-12 Thread Ben Rometsch
virtual hosts Hello, have you tried naming the war files ROOT.war?? Because I think there is a special naming convention for the root context. This means if you have different applications you need to deploy them into different folders. Karl-Heinz - Original Message - From: Ben Rometsch

Managing automatic deployment with multiple virtual hosts

2005-06-10 Thread Ben Rometsch
structures, but am unable to deploy a war file without it correctly deploying to a / path, and thus not consuming more memory within the VM. Is there a best practise way of doing this? Should I be putting context.xml declarations in the META-INF directory of my war files? Thanks in advance, Ben

Managing automatic deployment with multiple virtual hosts

2005-06-10 Thread Ben Rometsch
, Ben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat causes servlet malfunction???

2005-06-08 Thread Ben Souther
that is in the same directory and they work properly. this is the only one that doesnt. On 6/8/05, Ben Souther [EMAIL PROTECTED] wrote: If the browser can see the .class file and download it, then it's not in the right place. Also: action=servlet

RE: Buggy .war in 5.5.9 binary distribution

2005-06-07 Thread Ben Souther
I just deployed the one that shipped with 5.5.9 as well. At one point that war file was corrupted but I know the issue was fixed before 5.5.9. http://issues.apache.org/bugzilla/show_bug.cgi?id=32382 On Tue, 2005-06-07 at 10:57, Caldarale, Charles R wrote: From: Alexander Fairley

Tomcat in chroot

2005-05-31 Thread Ben
Hi I am trying to setup Tomcat in chroot environment and have successfully started it up. However, when I run Tomcat in chroot, I see 10+ Tomcat processes as oppose to a single Tomcat process in a non-chroot environment. Why is this? Is it normal? Thanks, Ben

Re: Clustering Tomcat

2005-05-22 Thread Ben
(TcpReplicationThread.java:129) at org.apache.catalina.cluster.tcp.TcpReplicationThread.run(TcpReplicationThread.java:67) May 21, 2005 5:09:24 PM org.apache.catalina.cluster.tcp.DataSender init Thanks Ben On 5/22/05, Dale, Matt [EMAIL PROTECTED] wrote: It looks like your machine is unable

Clustering Tomcat

2005-05-20 Thread Ben
(McastServiceImpl.java:264) I am using JRockit 5.0_02 and Tomcat 5.5.9. Where can I find more information about this error? Thanks, Ben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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: Can Tomcat make log statistics like Apache?

2005-05-06 Thread Ben Souther
Yes, Just un-comment the AccessLogValve in your server.xml file Valve className=org.apache.catalina.valves.AccessLogValve directory=logs prefix=localhost_access_log. suffix=.txt pattern=common resolveHosts=false/

Re: Copying HttpServletRequest

2005-04-29 Thread Ben Souther
The normal approach is to wrap the request as opposed to copying it: http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpServletRequestWrapper.html On Fri, 2005-04-29 at 14:16, Tuan, Frank wrote: Hi all, I need some help copying a HttpServletRequest in a Filter. I'm running

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

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: 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: 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

JSP compilation errors

2005-04-06 Thread Neuman, Ben J., AM IRM
. Thanks! Ben

first time user

2005-04-05 Thread Ben
webwork2 lib webwork-2.1.7.jar webflow-2.1.7.jar Thanks so much, Ben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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: running a thread in Tomcat

2005-03-15 Thread Ben Souther
set isDaemon(true) for all your threads. On Tue, 2005-03-15 at 10:31, Mark wrote: Hi, I'm starting a new thread in my init servlet(I know it has been discussed few time, that it's not the best idea, but anyway) and everyhing is fine untill I need to restart tomcat. When I shutdown

Re: Installing tomcat (help)

2005-03-15 Thread Ben Souther
the exe On Tue, 2005-03-15 at 11:56, brian wrote: Below is the tomcat installation files for download and have pasted the contents of README packaging information. One binary is an exe, one is tar.gz, one is a zip, another is Deployer. Which one is the installation file for windows ? The

Re: Session listener

2005-03-14 Thread Ben Souther
How could weblogic know that you closed your browser? On Mon, 2005-03-14 at 17:57, Christian Rebollar wrote: I used weblogic and HttpSessionListener interface, and when I closed browser weblogic invalidated the session and the listener class catch it, but with tomcat didn't happen the same,

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: 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

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: tomcat 5.5.7 startup

2005-02-13 Thread Ben Souther
Are you running with a full JDK or just a JRE? On Sun, 2005-02-13 at 08:17, P.M wrote: Hi, Based on information from people of this list, i tried to use the startup.bat file to start tomcat server... but it doesn't work...in fact it's worse than windows installation with services. at

Re: tomcat 5.5.7 startup

2005-02-13 Thread Ben Souther
Which is your JAVA_HOME environment variable pointing to? On Sun, 2005-02-13 at 08:42, P.M wrote: i run with both, JDK and JRE (are running on my PC) --- Ben Souther [EMAIL PROTECTED] wrote: Are you running with a full JDK or just a JRE? On Sun, 2005-02-13 at 08:17, P.M wrote

Re: HTTP: 500 Internal Server Error (Urjent)

2005-02-13 Thread Ben Souther
Anad, you've just hijacked someone else's thread. When posting to the list, please start a new message. Don't just reply to an existing one. It limits the number of people reading your question. On Sun, 2005-02-13 at 08:45, Anand Pandey wrote: Hi, Can any one help me out in this

Re: tomcat 5.5.7 startup

2005-02-13 Thread Ben Souther
. but admin application doesn't work :( Maileen --- Ben Souther [EMAIL PROTECTED] wrote: Are you running with a full JDK or just a JRE? On Sun, 2005-02-13 at 08:17, P.M wrote: Hi, Based on information from people of this list, i tried to use the startup.bat file

Re: folder for my jsp files

2005-02-12 Thread Ben Souther
You can put them where ever you like. Look at the docBase attribute of Context http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/context.html On Sat, 2005-02-12 at 11:14, P.M wrote: Hi, i would like to know if my web application (using jsp files) must be in folder /tomcat 5.5/webapps

icon, EJB's and Tomcat?, Login-valves, Realms with Oracle.. and other silly questions

2005-02-08 Thread Ben Bookey
complicated ? regards, Ben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Login filter

2005-02-03 Thread Ben Bookey
Dear List, I would like to perform an action after the user logs in to our app. We are using the tomcat Realm security model, with an Oracle database. So therefoer I am trying to implement a filter in Tomcat 4.1.27, which checks for all requests on the url /j_security_check I know my filter is

AW: Login filter

2005-02-03 Thread Ben Bookey
Hi Tim, Apologies for hassling you again with this. Any idea without getting inside of the TC source, how I can write some code just b4 and after the user login validation into the webapp with using the TC Realm and j_security_check ?? or must I go inside of the source :-( regards Ben p.s. I

Re: Preferred Platform for Tomcat5

2005-02-03 Thread Ben Ricker
with OOM errors when the DB started hanging on bad SQL). Ben Ricker On Thu, 03 Feb 2005 13:44:20 -0600, Paul [EMAIL PROTECTED] wrote: I've usually used different distros of Linux. Mainly Slackware (8.x, 9.x 10.x) for 32bit x86 machines and Fedora Core 3 x86_64 on the Opteron systems. I do

Re: Preferred Platform for Tomcat5

2005-02-03 Thread Ben Ricker
Najarian [EMAIL PROTECTED] wrote: LOL! Ben, that was to funny. I was just talking with a useless VP at Fidelity over the weekend and he was saying how stable great AIX was. I laugh my butt off thinking some neanderthal of technology can comment on things they know nothing about like

Re: please give me index.jsp

2005-02-02 Thread Ben Souther
Why not just download it? On Wed, 2005-02-02 at 14:49, Carlos A.Garca wrote: Hi. I accidentally deleted it.. Anybody has it form? Please send Thanks !!! Carlos - To unsubscribe, e-mail:

RE: please give me index.jsp

2005-02-02 Thread Ben Souther
searched the apache home.. Do you know where is the file? Thank you Carlos -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 11:52 AM To: Tomcat Users List Subject: Re: please give me index.jsp Why not just download

RE: Shutdown not working under SLES8 and FC2

2005-02-02 Thread Ben Souther
I'm running FC2 and it shuts down fine On Wed, 2005-02-02 at 15:14, Al Sutton wrote: Please read the bug. One person tried under cygwin and then closed it. No-one else has said what platforms they've tried it on, and I was told One thing is certain: no developer will install the crappy distro

RE: Shutdown not working under SLES8 and FC2

2005-02-02 Thread Ben Souther
Straight out of the box. What config are you talking about? Also, what version of Tomcat? On Wed, 2005-02-02 at 15:20, Al Sutton wrote: Are you using the default or modified config? Thanks, Al. -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: 02 February

RE: Shutdown not working under SLES8 and FC2

2005-02-02 Thread Ben Souther
Yes, hang on I'll try with j2sdk1.4.2 On Wed, 2005-02-02 at 15:28, Al Sutton wrote: I'm using 5.5.7 out of the box with the compat package under JDK 1.4.2. Are you using JDK 1.5? -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: 02 February 2005 20:24

RE: please give me index.jsp

2005-02-02 Thread Ben Souther
-Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 12:17 PM To: Tomcat Users List Subject: RE: please give me index.jsp You haven't stated which version. Here is the latest from CVS. You will see a download link at the top of the page

RE: Shutdown not working under SLES8 and FC2

2005-02-02 Thread Ben Souther
/local/j2sdk1.4.2_05 Created MBeanServer with ID: e94e92:101d4d0a879:-8000:bsouther:1 [EMAIL PROTECTED] bin]$ ps -ef | grep java bsouther 11277 0 0 15:44 pts/100:00:00 grep java [EMAIL PROTECTED] bin]$ On Wed, 2005-02-02 at 15:30, Ben Souther wrote: Yes, hang on I'll try with j2sdk1.4.2

RE: Shutdown not working under SLES8 and FC2

2005-02-02 Thread Ben Souther
Linux bsouther 2.6.9-1.6_FC2 #1 Thu Nov 18 22:03:19 EST 2004 i686 athlon i386 GNU/Linux On Wed, 2005-02-02 at 15:56, Al Sutton wrote: Can you do a uname -a so I can compare kernel versions. Thanks, Al. -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: 02

Re: compiling and deployment in tomcat

2005-02-02 Thread Ben Souther
On Wed, 2005-02-02 at 17:34, Julio Macedo wrote: Hi, I've just installed Tomcat 5.5 and I have two main doubts and I hope someone may help me. 1. Do I really have to compile a servlet manually using javac (or using another tool) or may I save it in a specific folder so Tomcat

RE: Shutdown not working under SLES8 and FC2

2005-02-02 Thread Ben Souther
On Wed, 2005-02-02 at 16:43, Al Sutton wrote: Hmmm The latest updates gives me; Linux host 2.6.10-1.9_FC2 #1 Thu Jan 13 17:54:57 EST 2005 i686 athlon i386 GNU/Linux and I'm on JDK 1.4.2_06 as opposed to _05. Would it be possible for you to upgrade?, I'd like to have the exact same

RE: Shutdown not working under SLES8 and FC2

2005-02-02 Thread Ben Souther
On Wed, 2005-02-02 at 17:16, Al Sutton wrote: Ben, Thanks for doing this. Not a problem. I'm going to put _07 on tomorrow and give that a spin as well, but it'd be useful to know if _06 has problems for the future. If the problem doesn't exits on _07, you've narrowed it down quite a bit

RE: Shutdown not working under SLES8 and FC2

2005-02-02 Thread Ben Souther
On Wed, 2005-02-02 at 17:11, Ben Souther wrote: On Wed, 2005-02-02 at 16:43, Al Sutton wrote: Hmmm The latest updates gives me; Linux host 2.6.10-1.9_FC2 #1 Thu Jan 13 17:54:57 EST 2005 i686 athlon i386 GNU/Linux and I'm on JDK 1.4.2_06 as opposed to _05. Would it be possible

Re: Using native and ld_library_path

2005-01-26 Thread Ben Souther
Have you tried setting LD_LIBRARY_PATH as a java option at Tomcat startup time? On Wed, 2005-01-26 at 10:00, Andreas Andersson wrote: Hi! My application needs to use a native share library. When running normal java program from the commandline it works if I just set LD_LIBRARY_PATH to

RE: Deploying a Servlet to Tomcat 5.0

2005-01-26 Thread Ben Souther
The invoker servlet is no longer active by default in Tomcat. See: http://jakarta.apache.org/tomcat/faq/misc.html#evil Core Servlets (1st Edition) is a bit out of date in this respect. You'll need to map your servlet in your web.xml file. If you want an example, I've published some war files that

Re: hi help regarding running first servlet,jsp in Tomcat 5.x

2005-01-26 Thread Ben Souther
is corrupted. For now, can download a working version here: http://issues.apache.org/bugzilla/attachment.cgi?id=13534 The url to run it will be: http://localhost:8080/myapp If you've reconfigured your port, etc.. change the url accordingly. -Ben

Re: Having a simple problem w/5.5.7

2005-01-21 Thread Ben Souther
The url needs to be: http://localhost:8080/CONTEXT_NAME/URL_PATTERN On Fri, 2005-01-21 at 10:11, Robert Tillson wrote: I have a very dumb servlet that I am having problems with. I can get it to work through the invoker, but not through the url I have setup... I use the ant installer to

Re: Setting Xmx and Xms on Tomcat 5

2005-01-21 Thread Ben Souther
Did you install the start menu options? If so click: Start - Programs - Apache Tomcat - Configure Tomcat -Java (tab). You'll see fields for initial and maximum jvm memory. On Fri, 2005-01-21 at 11:46, Leonardo Larraquy wrote: Hi gurus, I're really searched the web, but I really need you

  1   2   3   4   5   6   7   8   9   10   >