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

2005-10-12 Thread Ben Souther
The "net start " and "net stop " 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 Tomcat 5.0.28 on a

Re: Easy Servlet Question

2005-10-04 Thread Ben Souther
t:8080//HelloServlet. > > I know this has got to VERY simple. Thanks in advance. > Andrew > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Ben Souther F.W. Davi

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

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:

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,

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

2005-09-08 Thread Ben Souther
need this file. It's quiet urgent. > Thank you very much. > > Michele > > - > 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 a

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 WARNING

index_jsp.java problem

2005-09-01 Thread Ben Kim
xception: + org/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 ---

Re: Deploying war in another directory

2005-08-24 Thread Ben Souther
he war in another path, $APPS. How can I do this? > > > > Thanks. > > > > > - > 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

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

how to delete log files (not append) ?

2005-08-17 Thread Ben Anderson
l is that helps: Any ideas? Thanks, Ben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

Bug in "allowlinking" on AIX?

2005-08-04 Thread Ben Ricker
y be used to disable the check. Does anyone have symlinks working on 5.0.28? -- Ben Ricker He's just this guy, you know? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Cannot get symlinks in war to work in tomcat 5.0.28

2005-08-04 Thread Ben Ricker
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? - To unsubscribe, e-ma

Re: mod_jk or jk2??

2005-08-03 Thread Ben Ricker
--- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > - > To unsubscribe, e-mail: [EMAIL

Context.xml does not seem to work

2005-08-02 Thread Ben Ricker
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, e-mail: [EMAIL PROTECTED] For additional commands, e

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

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

Re: setting application variables

2005-07-29 Thread Ben Souther
I can initialize > some application 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

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

2005-07-27 Thread Ben Souther
of-hand trick/feature that will cause Tomcat to serve > >/teams/gameScores.htm WITHOUT a redirect so that it appears to the client > >that they're getting /playoffs/gameScores.htm. > > > > > > ----

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

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 t

Re: [OT] photo album software for web site

2005-07-14 Thread Ben Kim
urceforge.net/ - ginp: Featurewise behind the first two, but jsp/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 A&M University

Putting JNDI configurable info. inside of a properties file only

2005-07-14 Thread Ben Bookey
would mean 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-ma

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 t

Linking Tomcat to Apache

2005-07-13 Thread Ben Stuart
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: 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 > authenti

1.2.10 JK compile issue on AIX 5L

2005-07-13 Thread Ben Ricker
/include -g -U__STR__ -D_THREAD_SAFE -D_USE_IRS -I /include -I /include/ -c jk_ajp12_worker.c My 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? -

Issue compiling mod_jk 1.2.10 on AIX

2005-07-13 Thread Ben Ricker
/include -g -U__STR__ -D_THREAD_SAFE -D_USE_IRS -I /include -I /include/ -c jk_ajp12_worker.c My 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

Re: file access via HttpSession

2005-07-12 Thread Ben Souther
iles/canada > > but not files in > > /webapps/ecat/profiles/usa > > Of course, files in either of these directories > would not be viewable by the outside world. > > Thanks! > Clark > > > -----

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"

Using Single Sign on to access another webapp.

2005-07-08 Thread Ben Bookey
knows what 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 th

RE: tomcat default webapp

2005-07-01 Thread Ben Kim
>I did that, it did not work. The content of default >page also confirmed this because "index.jsp" is >compiled in the servlet at installation. It can be removed by commenting out these lines from webapps/ROOT/WEB-INF/web.xml I'd like to know if there is a better way,

RE: How to catch and fix this error

2005-06-30 Thread Ben Kim
permission setting - jdbc driver - jarred lib files - 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

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

2005-06-30 Thread Ben Anderson
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 starting tomcat. This happened after I deleted the > >temp and work directories. I recreated the temp directory because it &g

java.util.zip.ZipException: invalid block type

2005-06-30 Thread Ben Anderson
r file 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 idea

Tomcat 5 and encodeRedirectURL

2005-06-29 Thread Ben
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] For

Tomcat 5.0 + Apache 2.0 + ErrorDocument

2005-06-17 Thread Ben
.jsp My mod_jk log has the following lines: jk_handler::mod_jk.c (1952): No body with status=404 for worker=ajp13 jk_handler::mod_jk.c (1952): No body with status=404 for worker=ajp13 Somehow I can't see my /WEB-INF/errors/404.jsp when there is a page not found. Thanks

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

This application is not currently available

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

Managing automatic deployment with multiple virtual hosts

2005-06-10 Thread Ben Rometsch
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 - To unsubscribe, e-mail: [EMAIL PROTECTED

Managing automatic deployment with multiple virtual hosts

2005-06-10 Thread Ben Rometsch
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 - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: tomcat causes servlet malfunction???

2005-06-08 Thread Ben Souther
url is > ...\servlet\chapter2.ParameterServlet > It actually thinks that ParameterServlet is an extension. I'm really > lost now cause i have a couple of other servlets that is in the same > directory and they work properly. this is the only one that doesnt. > > On 6/8/

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 [mailto

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 Thanks Ben On 5/22/05, Dale, Matt <[EMAIL PROTECTED]> wrote: > > It looks like your machine

Clustering Tomcat

2005-05-20 Thread Ben
d.run(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 A&M Univer

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 On Fri, 2005-05-06 at 20:19, Lorenzo JimÃnez wrote: > Does Tomcat can generate a log file just like

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 runni

Re: how to host website on Tomcat 5.5.9

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

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

2005-04-15 Thread Ben Kim
alNamingResources in server.xml) using the admin 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 Admini

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

2005-04-13 Thread Ben Kim
fferentiate between ssl 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 T

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

RE: class path (UNCLASSIFIED)

2005-04-13 Thread Ben Kim
-verbose -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 D

RE: class path - c:/javacode>

2005-04-13 Thread Ben Kim
> c:/javacode>javac > -classpath 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-12 Thread Ben Kim
t's classpath may be different 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 Educat

JSP compilation errors

2005-04-06 Thread Neuman, Ben J., A&M IRM
.... ... This is a struts app (v1.2.4) and I do use JSTL v1.0. Thanks! Ben

first time user

2005-04-05 Thread Ben
localhost:8080 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
su - tomcat /PATH/TO/JAKARTA/bin/startup.sh HTH. Regards, Ben Kim Database Developer/Systems Administrator 434E Harrington Tower / College of Education Texas A&M University Original Message Hi I'd like to stop and start my tomcat using

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

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 (shu

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 sam

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 softw

RE: development / production server

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

RE: Tomcat ask me for User/password?

2005-03-09 Thread Ben Kim
oracle is a valid suspect, you may 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 Databa

development / production server

2005-03-09 Thread Ben Kim
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 A&M University - To unsubscrib

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

Re: disable put, delete

2005-02-18 Thread Ben Kim
rect this problem, or submit an explanation of why 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 Harri

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 A&M University -- Forwarded message -- Date: Fri, 18 Feb 2005 01:13:56 -0600 (CST) From

disable put, delete

2005-02-17 Thread Ben Kim
n how? (The BID was not straightforward to me.) Regards, Ben Kim Database Developer/Systems Administrator 434E Harrington Tower / College of Education Texas A&M University - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

Re: tomcat 5.5.7 startup

2005-02-13 Thread Ben Souther
ks a lot for help. > > 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:

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 se

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? > > > &

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

, 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]

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 t

Re: Preferred Platform for Tomcat5

2005-02-03 Thread Ben Ricker
ssues 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

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

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 in

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

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

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 sam

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

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

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 j2

RE: please give me index.jsp

2005-02-02 Thread Ben Souther
nybody has the file? > > Thanks > > > -----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. >

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] &g

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

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 dis

RE: please give me index.jsp

2005-02-02 Thread Ben Souther
gt; >From where? > I 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

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.GarcÃa wrote: > Hi. > > > > I accidentally deleted it.. > > > > Anybody has it form? Please send > > > > Thanks !!! > > > > Carlos > > > - To un

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

2005-01-26 Thread Ben Souther
the jakarta site 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 t

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

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 n

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 install

  1   2   3   4   5   6   7   8   9   10   >