JSP compilation exceptions thrown for Tomcat4 and JDK1.4

2002-04-05 Thread Bedia, Bharat
Hi All, I'm using Tomcat4. I previously used JDK1.3 with great success. I've recently upgraded to JDK1.4 and am experiencing problems in that an: - Unable to compile class for JSP: org.apache.jasper.JasperException is being thrown with a root cause of: - Invalid class file format in c:

RE: someone help me !!!!..urgent...

2002-04-05 Thread Shiva.Devaguptapu
set classpath=C:\classe12.zip;%classpath% -Original Message- From: Bala Murali [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 1:40 PM To: [EMAIL PROTECTED] Subject: Re: someone help me ..urgent... it that not works, then unzip all the classes files to this

Tomcat4 on a Cobalt box

2002-04-05 Thread Alan Williamson
Is there an official release for the COBALT box? thanks -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

HTA Application

2002-04-05 Thread Gerrit Grobbelaar
Why does a hta application launch with Catalina 4.0.1 but not with 4.0.3? I did enter this in the web.xml of my app mime-mapping extensionhta/extension mime-typeapplication/hta/mime-type /mime-mapping and it still doesn't work. Please help. Tx Gerrit. -- To unsubscribe:

Jasper for simple text output

2002-04-05 Thread Vincenzo Marchese
Hello everyone, I've made a series of modifications to tomcat jsp parser jasper to strip off any reference to http and servlet related reference. This ha been done to use a JSP in a simple text generation (for instance RTF) Obviously many features of JSP are no more supported (custom tag,

Re: someone help me !!!!..urgent...

2002-04-05 Thread Raj
Put that zar file in tomcat4\libdirectory.It is working for me. Raj - Original Message - From: Shiva.Devaguptapu [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 05, 2002 9:52 AM Subject: RE: someone help me ..urgent... set

Security Propagation

2002-04-05 Thread Jason Owens
I'm interfacing a servlet-based front end to an EJB back end (isn't everybody?) using tomcat + jboss. My issue is that I need to authenticate using my EJB security bean, but I want to associate the resulting subject with the users session in tomcat (as if I had performed container

jk_jni_worker.c Compilation Problem

2002-04-05 Thread Jayesh Srivastava
Hi, My Plateform is alpha ( True 64 Digital Unix) I am trying to build mod_jk.so but I am getting error while compiling jk_jni_worker.c. - gcc -DOSF1 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -fpic -DSHARED_MODULE -I/home5/staff/genepick/usr/apache/include

Fw: someone help me !!!!..urgent...

2002-04-05 Thread Galbayar
- Original Message - From: Galbayar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 05, 2002 15:24 Subject: Re: someone help me ..urgent... rename classes12.zip to classes12.jar and copy into $TOMCAT_HOME/common/lib directory - Original Message

when i excute my jsp i get a 500 error even the TCats examples

2002-04-05 Thread Chuck Amadi
Hi there , somehow i have seemed to have gone backwords. I have a straw html version of my Volunteer Registration Form that populates a PostGrsql / My Sql Db. Thus This Volunteer Registration form consists of several forms that pass user data into the required tables. Anyway my problem is

when i excute try jsp and the tomcat examples i get a error internal 500

2002-04-05 Thread Chuck Amadi
Hi there , somehow i have seemed to have gone backwords. I have a straw html version of my Volunteer Registration Form that populates a PostGrsql / My Sql Db. Thus This Volunteer Registration form consists of several forms that pass user data into the required tables. Anyway my problem is

RE: someone help me !!!!..urgent...

2002-04-05 Thread Arnaud Heritier
As it is wrote in the servlet specs, only jars are usable in the WEB-INF/lib directory of the web apps. Tomcat 4.0 ( and 3.3 I think) don't use the computer's CLASSPATH You have 2 solutions (that I tested) : The dirty one : rename the classe12.zip in classe12.jar put it in the WEB-INF/lib dir

RE: someone help me !!!!..urgent...

2002-04-05 Thread Arnaud Heritier
You must copy it in the $TOMCAT_HOME/common/lib dir only if you want to share it to all your web apps. Otherwise you must use the WEB-INF/lib dir of your web app. This is better for the versionning of jars Arno# -Message d'origine- De: Galbayar [SMTP:[EMAIL PROTECTED]] Date:

Starting/Stopping tomcat [SOLARIS]

2002-04-05 Thread Donie Kelly
Hi all Can anybody tell me how to automate the starting/restarting/stopping of tomcat on solaris 8. A related question is that if I kill the JVM that tomcat is running under will it close down tomcat cleanly. Thanks Donie -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

Tomcat and Apche performance tuning

2002-04-05 Thread Valdimar Óskarsson
Hi, I am looking for a consultant to help on a project where we have to do some performance tuning on Tomcat and Apache. Anyone who could help, pls. contact me for further information. Best regards, valdimar oskarsson BetWare ltd. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

RE: Problem in starting tomcat

2002-04-05 Thread Charu Panjrath
Thx Jake .. I upgraded to 1.4.0, i was able to setup Tomcat successfully .. -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: Friday, 5 April 2002 3:50 PM To: Tomcat Users List Subject: Re: Problem in starting tomcat Hmm.. my first thought is try upgrading the

Re: Apache with Tomcat

2002-04-05 Thread Chuck Amadi
Mostafa Al-Mallawani wrote: Is there a way to integrate Tomcat 4 with Apache? Couldn't find how to docs on that. -Original Message- From: João Augusto Charnet [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 1:34 PM To: Jakarta Subject: Apache with Tomcat Hello. I'm having

TomCat crashes using PJA

2002-04-05 Thread John Wadkin
I'd appreciate comments/ideas on this :) Would changing the JDK help, for example? Looking at the stack trace, it seems that TomCat unravelled thread by thread! I've worked with the servlet developer and researched PJA to find a solution but no joy. As I understand it, it's common to use PJA

Re: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error-Can you possible -HELP-ME-PLEASE

2002-04-05 Thread Chuck Amadi
Hi Korakaki Stella Plz could you work out wats with this . Note that a few days's ago my Planning Database Project was working fine until now. Regards Chuck Amadi *type* Exception report *message*_Internal Server Error_ *description*_The server encountered an internal error (Internal

Q: Problem with ajp13 process

2002-04-05 Thread Casper Pedersen
Hi, Does any know what the errors below means, and how to solve them?? [Fri Mar 29 08:27:15 2002] [jk_ajp13_worker.c (381)]: Error ajp13_process_callback - write failed [Fri Mar 29 08:28:56 2002] [jk_ajp13_worker.c (228)]:connection_tcp_get_message: Error - jk_tcp_socket_recvfull failed [Fri

Good process for develop/build/deploy/test cycle

2002-04-05 Thread Wellie W. Chao
I started using JBoss with Tomcat a few weeks ago doing development with Struts and Tiles and find that I spend a lot of time in the deploy portion of the application development process waiting for an EAR to deploy, which dramatically slows down development since the build/deploy/test parts of

Re: Good process for develop/build/deploy/test cycle

2002-04-05 Thread Gregor Kovaè
Hi! I've heard of people using ant to do this, but I'm sorry I cannot provide you with more info since I'm not using it. Sorry.. Best regards, Kovi At 07:51 5.4.2002 -0500, you wrote: I started using JBoss with Tomcat a few weeks ago doing development with Struts and Tiles and find

Webapp and warp

2002-04-05 Thread Gabriel Maffia
Hello all, I´m actually running TC 4.0.1 with Apache 1.3.23 and connecting them through warp with the Webapp module. My question is this: Is it possible to make Apache serve the images and static data , while making tomcat serve all the rest?. I know that this can be done with mod_jk, but I

internal error 500

2002-04-05 Thread KARTHIK M
Iam new to this group.I get this error frequently when I try to display a WML card in NOKIA WAP TOOL KIT.I use tomcat as my server.can any one help me? I have spent lot of time in this problem. karthik -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Tomcat 3.2.3 - Shutdown command ignored.

2002-04-05 Thread Girish Venkat
Hi, We are using Tomcat 3.2.3 load balanced through Apache at the web tier. From time to time, in the logs I have noticed Shutdown Command Ignored, and I picked up a thread somewhere that indicated that this would mean that somebody is trying to issue a shutdown command (from web layer through

memory usage

2002-04-05 Thread Julien OIX
hi everyone, I'm using these RPM's on a Linux RedHat 7.1 apache-1.3.22-1.7.1 (with mod_throttle-3.1.2-3 mod_put-1.3-2 mod_bandwidth-2.0.3-2) tomcat4-4.0.2-3 servletapi4-4.0.2-1 xerces-j-1.4.4-2 regexp-1.2-5 MySQL-3.23.47-1 MySQL-client-3.23.47-1 and IBMJava2-SDK-1.3-10.0 for the

Handler for Apache/Tomcat integration?

2002-04-05 Thread Duane Gran
Tomcat Users, I'm migrating from Tomcat 3.2.x to Tomcat 4.0.3. In the previous version I used the JServ AJP12 connector and used the following lines in the Apache httpd.conf to enable Tomcat 3 to handle *.jsp files: AddType text/jsp .jsp AddHandler jserv-servlet .jsp LocationMatch

package org.apache.jasper.runtime does not exist- any ideas Plz

2002-04-05 Thread Chuck Amadi
jsp/_0002fjsp_0002fregisterVolDays_0002ejspregisterVolDays_jsp_0.java [12:1] package org.apache.jasper.runtime does not exist import org.apache.jasper.runtime.*; ^ jsp/_0002fjsp_0002fregisterVolDays_0002ejspregisterVolDays_jsp_0.java [14:1] cannot resolve symbol symbol : class JasperException

Re: Webapp and warp

2002-04-05 Thread James Williamson
Hi Gabriel, Try this patch which introduces a WebAppIgnore directive for the warp connector. Specify which files you don't want the warp connector (and therefore Tomcat) to handle by using regexes i.e. WebAppIgnore /images/* WebAppIgnore *.html I haven't really tested it so would be interested

Re: when i excute my jsp i get a 500 error even the TCats examples

2002-04-05 Thread rsequeira
Check the logs to see if any errors appear. Do the servlets in the examples web app run allright? RS Chuck Amadi [EMAIL PROTECTED] on 04/05/2002 03:44:18 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: tomcat [EMAIL PROTECTED] cc: Subject: when i excute my jsp i get a

Realm Authentication lost when tomcat is restarted

2002-04-05 Thread Bill Gibbs
I have a JDBCRealm setup that works great. I can log in, it protects the resource I specified. But when I stop, then start tomcat, I lose the authentication and have to relogin. Looking at the log, I do see that my session was restored properly. I ensured that PersistentManager was set to

Intallation of Tomcat

2002-04-05 Thread Erba Pablo-ape004
Where can I find complete guide to install Jakarta Tomcat? Regards, Pablo. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Where is the conf/auto directory in 4.03?

2002-04-05 Thread tc
It mentions in the documentation to use th following line. Include $CATALINA_HOME/conf/auto/mod_jk.conf But there is no conf/auto directory in Tomcat 4.03. I know this is probably stupid, but what am I doing wrong? -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

Internal Gateway Error.

2002-04-05 Thread vrlaksh
Hello, I'm using Tomcat to run my servlets.I receive a URL address from Nokia toolkit simulator and give it to a servlet.The servlet inturn gets the URL address and trys to fetch the source document of the requested URL. But i receive a ERROR message which is displayed in the nokia simulator

can't deploy WAR using server.xml

2002-04-05 Thread Serge A. Redchuk
Hi, all! My catalina runs as Apache module. I *can* deploy WAR using WebAppDeploy apache directive (WebAppDeploy sfc_app.war warpConnection /sfc_app/) BUT! I *can't* seploy, using server.xml: Host name=localhost debug=6 appBase=webapps unpackWARs=true Context path=/sfc_app

Re: Tyrex/Warp JDBC NamingContext problem

2002-04-05 Thread Martin Jacobson
Jakarta Tomcat Newsgroup (@Basebeans.com) wrote: Subject: Tyrex/Warp JDBC NamingContext problem From: Hermod Opstvedt [EMAIL PROTECTED] === Hi all I have looked all over the place, and come across several people that are experiencing the same as me. When I access my .jsp's directly to

RE: Good process for develop/build/deploy/test cycle

2002-04-05 Thread Wellie W. Chao
Yep, I use Ant, and it's great. It would really suck if I didn't. Right now the part that is time-consuming is waiting for the app server to deploy the generated EAR. I am just wondering if people use Mock Objects, Cactus, or something completely different that allows one to just recompile the

Re: Tomcat4 on a Cobalt box

2002-04-05 Thread Christopher K. St. John
Alan Williamson wrote: Is there an official release for the COBALT box? Official? Not sure. But somebody has managed it: http://www.spaceprogram.com/knowledge/tomcat4_on_cobalt_setup.html -- Christopher St. John [EMAIL PROTECTED] DistribuTopia http://www.distributopia.com -- To

RE: Where is the conf/auto directory in 4.03?

2002-04-05 Thread Arnaud Heritier
This file is generated automatically when you declare in your server.xml : Listener className=org.apache.ajp.tomcat4.config.ApacheConfig/ Arnaud -Message d'origine- De: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Date: vendredi 5 avril 2002 16:18 A:[EMAIL PROTECTED] Objet:

Re: internal error 500

2002-04-05 Thread todd tredeau
LOOK at the Jetspeed project, they have wap support in there it's a portal page, but may you can get some ideas... http://jakarta.apache.org/jetspeed/index.html todd http://www.wiserlabz.com collaborative effort to promote Novell and Open Source solutions KARTHIK M wrote: Iam new to

Re: JSP compilation exceptions thrown for Tomcat4 and JDK1.4

2002-04-05 Thread Jeff Larsen
Make sure your CLASSPATH under which Tomcat runs is not still referencing any jars (most likeley tools.jar) from the JDK1.3 installation. - Original Message - From: Bedia, Bharat [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 05, 2002 2:42 AM Subject: JSP compilation

RE: JSP compilation exceptions thrown for Tomcat4 and JDK1.4

2002-04-05 Thread Bedia, Bharat
This is one of the first things I checked. The startup.bat refers to catalina.bat which uses JAVA_HOME to set up the initial CLASSPATH. The CLASSPATH refers to the correct tools.jar for either JDK1.3 or 1.4 scenarios. One thing to add is that when I went reverted to Tomcat under JDK1.3 I decided

Tomcat4.0 integration with IIS5.0

2002-04-05 Thread Ferguson, Brad - NA US HQ Delray
To someone who could help, I'm new to Java development and am trying to integrate Tomcat with IIS5.0. I am currently running IIS5.0 on Win2k using Tomcat4.0. When I access the Tomcat4.0 site via http://localhost:8080/ the example pages are displayed with no error. When I access

Simple Question (I hope...)

2002-04-05 Thread Sefton, Adam
Hi there, I'm new to Tomcat and to this list, so apologies if this question has already been asked (I've checked the archives and can't find an answer). I'm trying to create a new context in server.xml. My current code is: Context path=/test docBase=test debug=0

Oracle Drive and Tomcat 4

2002-04-05 Thread Jack Li
I installed Tomcat 4 and JDK 1.3 on a new server. I put oracle's classes12.zip in c:\jdk\bin\ and set CLASSPATH=c:\jdk\bin\;c:\jdk\bin\classes12.zip; When I call Oracle database, I got error message: Oracle Driver not found. The same program on another server runs ok. Any ideas? Thanks,

Re[2]: Where is the conf/auto directory in 4.03?

2002-04-05 Thread Jacob Kjome
Hello Arnaud, So, that goes inside any defined Context tag? So every webapp needs to be mentioned in the Server.xml file with that line inside in order to generate the auto/mod_jk.conf? Seems like kind of a pain. Is there some way to generate that info while the server is running like in

RE: Oracle Drive and Tomcat 4

2002-04-05 Thread Dahnke, Eric
TC4 needs jar files to have the .jar extension. This was not true of TC3. In my case I always unzip the file, and build it back using the jar command. I don't just change the file extension from .zip to .jar -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Friday, April

Re[2]: Oracle Drive and Tomcat 4

2002-04-05 Thread Jacob Kjome
Hello Eric, Why would you need to do that? jar file use the zip format, so you don't gain anything. I renamed the oracle driver to .jar from .zip with no other changes and it works like a dream. What is your basis for saying this...or are you just being extra careful? Jake Friday, April 05,

Re: Security Propagation

2002-04-05 Thread Craig R. McClanahan
On Fri, 5 Apr 2002, Jason Owens wrote: Date: Fri, 5 Apr 2002 01:28:28 -0800 From: Jason Owens [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Security Propagation I'm interfacing a servlet-based front end to an EJB back end (isn't

RE: Re[2]: Oracle Drive and Tomcat 4

2002-04-05 Thread Dahnke, Eric
just being extra careful. didn't know jar and zip were so similar. thx for the info -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 12:12 PM To: Tomcat Users List Subject: Re[2]: Oracle Drive and Tomcat 4 Hello Eric, Why would you need to

RE: Good process for develop/build/deploy/test cycle

2002-04-05 Thread Craig R. McClanahan
On Fri, 5 Apr 2002, Wellie W. Chao wrote: Date: Fri, 5 Apr 2002 09:49:36 -0500 From: Wellie W. Chao [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Good process for develop/build/deploy/test cycle Yep, I use Ant, and

Re: Realm Authentication lost when tomcat is restarted

2002-04-05 Thread Craig R. McClanahan
On Fri, 5 Apr 2002, Bill Gibbs wrote: Date: Fri, 5 Apr 2002 09:12:16 -0500 From: Bill Gibbs [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Realm Authentication lost when tomcat is restarted I have a JDBCRealm setup that works great. I can

Re: JSP compilation exceptions thrown for Tomcat4 and JDK1.4

2002-04-05 Thread Jeff Larsen
- Original Message - From: Bedia, Bharat [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, April 05, 2002 9:50 AM Subject: RE: JSP compilation exceptions thrown for Tomcat4 and JDK1.4 --snip-- Can the opposite be true? Is there an issue with JDK1.4 being

RE: Oracle Drive and Tomcat 4

2002-04-05 Thread Jack Li
Thanks, But how to make a jar file since there are many subdirectories after I unzip the classes.zip? Would mind to send the jar file? Thanks, Jack -Original Message- From: Dahnke, Eric [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 11:53 AM To: 'Tomcat Users List' Subject:

Tomcat Forum

2002-04-05 Thread tomcat
Sorry for this off-topic, Anybody know an active Tomcat forum? If not, I have no problem to setup a new one, but I don't know if it will be enough interested people. -- Best regards, -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED]

Re: Oracle Drive and Tomcat 4

2002-04-05 Thread Emerson
pu the classes12.zip in the dir common\classes I think... At 11:30 5/4/2002 -0500, you wrote: I installed Tomcat 4 and JDK 1.3 on a new server. I put oracle's classes12.zip in c:\jdk\bin\ and set CLASSPATH=c:\jdk\bin\;c:\jdk\bin\classes12.zip; When I call Oracle database, I got error

precompile jsp

2002-04-05 Thread Francois Gauvin
HI, There is any way to precompile the jsp files on startup of Tomcat? I already compile my jsp file into .java using jspc.sh, that work good but when Itry to compile them into .class using javac error occurs that said that it didn’t finds some variable locate in an include file ( include

Re: Tomcat Forum

2002-04-05 Thread todd tredeau
I opened one at nntp.wiserlabz.com and www.wiserlabz.com under forums... I have some Apache Developers there already... there is not any tomcat traffic so far though... I'd be happy to help in any way.. todd [EMAIL PROTECTED] wrote: Sorry for this off-topic, Anybody know an active Tomcat

Re: Simple Question (I hope...)

2002-04-05 Thread Jeff Larsen
Could be several things. Since some details about your setup are, missing, please don't take offense if I state the obvious. Are you using Tomcat standalone or with Apache? Have you successfully gotten the Tomcat examples to work? If your homepage.class has a 'package' directive in the source,

Warp and Virtual Hosts (quick question)

2002-04-05 Thread Charlie Toohey
When configuring Apache's httpd.conf (or Vhosts.conf) with multiple name-based virtual hosts, I can not find any documentation regarding the WebAppConnection statement. Should I have a separate WebAppConnection within each virtual host section, or should I just have one WebAppConnection in the

Re: Security Propagation

2002-04-05 Thread Jason Owens
To answer your assumption, I do have custom security needs beyond standard container security (like permission-based functionality). I guess my main concern was associating the user's principal with the security identity in EJB calls. According to the servlet spec, SRV.12.7, a security

Redirecting to a home page after form-based authentication

2002-04-05 Thread Timothy Fisher
Can someone tell me how to accomplish the following: I am using form-based authentication. Lets assume the following files exist: - login.html - home.html - page1.html Both home.html and page1.html are protected so the user is redirected to the login page if trying to access those. Now

Re: Warp and Virtual Hosts (quick question)

2002-04-05 Thread rsequeira
You could stick to one WebAppConnection statement (outside the virtual host blocks) and then use the same connection name in all your WebAppDeploy statements in all virtual hosts. But having multiple WebAppConnection statements (one in each virtual host block) isn't wrong either. RS

Re[2]: Tomcat Forum

2002-04-05 Thread tomcat
Hello I just registered jspforums.com, and asked to jive for a non commercial license, let's see what happen :). If I don't get the jive license I'll use Vbulletin. -- Best regards, tt I opened one at nntp.wiserlabz.com and www.wiserlabz.com under forums... tt I have some Apache Developers

Re: Redirecting to a home page after form-based authentication

2002-04-05 Thread seapwc
How about this? String s = /home.html; RequestDispatcher disp = getServletContext().getRequestDispatcher(someaddress); dispatcher.forward(request,response) At 10:44 AM 4/5/02, you wrote: I want him to be redirected to home.html. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

Re: Redirecting to a home page after form-based authentication

2002-04-05 Thread Jason Owens
As far as I know - you cannot do this while using the default container-based form authentication. Tomcat's form authenticator stores the original request, and then redirects to it once the user is authenticated. In other words, you'd have to override tomcat's default behavior. (This is the

Re: Security Propagation

2002-04-05 Thread Craig R. McClanahan
On Fri, 5 Apr 2002, Jason Owens wrote: Date: Fri, 5 Apr 2002 10:23:27 -0800 From: Jason Owens [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Security Propagation To answer your assumption, I do have custom security

RE: Redirecting to a home page after form-based authentication

2002-04-05 Thread Alvin Wang
Timothy, can you use a filter to do this? In your homepage, you set a tag in session. If the filter finds this tag, that means the homepage has been visited, otherwise the user will be redirected to the homepage Alvin -Original Message- From: Timothy Fisher [mailto:[EMAIL PROTECTED]]

Resource Factories, Pools and J2EE/Servlet spec...

2002-04-05 Thread Matt Gregory
First part of my question. How do I add a URL resource factory in tomcat? This is from the J2EE specification section 5.4 and is briefly mentioned in the Servlet specification, section 9.9. Possibly other places although I just admit my knowledge of the servlet spec isn't as thorough as of the

Re: Security Propagation

2002-04-05 Thread Jason Owens
I apologize for continuing this thread - but... actually, I am using Tomcat stand-alone. Tomcat runs on one machine, JBoss on another. I am not using the integrated setup. That's one reason why I am trying to investigate this situation, and why I'm writing to the Tomcat list instead of JBoss.

RE: Kinda not topical

2002-04-05 Thread August Detlefsen
I loved the IntelliJ demo I saw at JavaOne, but I need the ability to edit files that are actually ON the server, without downloading them all to my local environment. Does anyone offer an IDE that can do this without using NFS (say over an SSH connection)? --- Mark Shaw [EMAIL PROTECTED]

Internal tomcat jar's compressed

2002-04-05 Thread Chad Johnson
Hey, I notice that most, if not all, of the jar's packaged with Tomcat (4.0.3) are compressed. I can only guess that unpacking all these jar's only adds additional overhead, and time to starting Tomcat up. Whats the general consensus, would packaging these jar's up uncompressed save some time

Re: Kinda not topical

2002-04-05 Thread Matt Gregory
Emacs and vi/vim can be used remotely via SSH. You can also create a WebDAV compliant filesystem and edit the files that way. - Original Message - From: August Detlefsen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 05, 2002 3:00 PM Subject: RE: Kinda not

SSL connector constructs incorrect path to SSLServerSocketFactory?

2002-04-05 Thread Hungry Herman
Hello, I am having a problem getting SSL to work with Tomcat 4.0. I have set up the JSSE_HOME variable so that it points to my C:\jsse1.0.2 directory, which contains C:\jsse1.0.2\lib\jnet.jar. I receive the following exception --- Using

Re: Kinda not topical

2002-04-05 Thread August Detlefsen
Thanks for the tip. I am using Emacs right now, but I want to try out the other options. Is WebDAV secure? --- Matt Gregory [EMAIL PROTECTED] wrote: Emacs and vi/vim can be used remotely via SSH. You can also create a WebDAV compliant filesystem and edit the files that way. -

Re: Warp and Virtual Hosts (quick question)

2002-04-05 Thread Joseph Molnar
Ya the thing to watch is that the names for the connections must be unique regardless of where you put them. Joe - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 05, 2002 10:42 AM Subject: Re: Warp and Virtual Hosts (quick

Re: Kinda not topical

2002-04-05 Thread Matt Gregory
It is if you run it over ssl. I think there is some info on the WebDAV site for how to run it over ssl, but that's not really my area of expertise. - Original Message - From: August Detlefsen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 05, 2002 3:37 PM

RE: Redirecting to a home page after form-based authentication

2002-04-05 Thread Timothy Fisher
Good point, but I was hoping to find a solution that would be compatible across a variety of app servers. Most commercial app servers do not yet support filters, as they are part of the 2.3 servlet spec. Tim --- Alvin Wang [EMAIL PROTECTED] wrote: Timothy, can you use a filter to do this? In

Off Topic: Java Narrowing Conversion Question

2002-04-05 Thread lonp
All, This is an off topic Java question but any help here will be greatly appreciated. I have a class, TMSProjectMemberTask, that is a subclass of TMSAccountingTask. When I try to do a Narrowing Conversion cast I get a ClassCastExceptionError and I can't for the life of me figure out why.

Re: package org.apache.jasper.runtime does not exist- any ideas Plz

2002-04-05 Thread hatem zanaty
Chuck Amadi [EMAIL PROTECTED] wrote: jsp/_0002fjsp_0002fregisterVolDays_0002ejspregisterVolDays_jsp_0.java [12:1] package org.apache.jasper.runtime does not exist import org.apache.jasper.runtime.*; ^ jsp/_0002fjsp_0002fregisterVolDays_0002ejspregisterVolDays_jsp_0.java [14:1] cannot

saving object

2002-04-05 Thread Henry
a little bit off topic. I have a table with each row corresponds to a javabean object. The objects don't necessarily have a primary key, so i use a sequence number as its primary key, and a trigger to assign the sequence number to its ID column when a new object is inserted into the database.

AW: hmmmm .... nsis.home?

2002-04-05 Thread Sven Ewert
why does the tar.gz (unix) bulid.xml fiel contains : property name=nsis.homevalue=c:\program files\nsis/ ?? :o) sven --- sven (e)wert !!! ___ ()_() ` _ _ ' _*_ (o o) - (OXO) - (o o)

RE: saving object

2002-04-05 Thread Jim Urban
Can you use a stored procedure to inset the row? The stored procedure can query the id of the row just inserted and pass it back to you as an output parameter. Jim -Original Message- From: Henry [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 3:42 PM To: Tomcat Users List

Re: saving object

2002-04-05 Thread Henry
Would you give me an example? I am not familiar with stored procesure though... thanx a lot! - Original Message - From: Jim Urban [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 05, 2002 3:06 PM Subject: RE: saving object Can you use a stored procedure

RE: saving object

2002-04-05 Thread Danny Ayers
I guess a lot will depend on the capabilities of the DB - not all support stored procedures. Doing the operations as (atomic) transactions might also be an answer, DB permitting. Alternately you could perhaps have a static server-side class that keeps track of ids, or maybe even pump a 'dirty'

Re: Simple Question (I hope...)

2002-04-05 Thread hatem zanaty
either remove the application test from the manager application and it will run .I does not work to create application by the server.xml and the manager application at the same time Sefton, Adam [EMAIL PROTECTED] wrote: Hi there, I'm new to Tomcat and to this list, so apologies if this

Design question: common/lib -- WEB-INF/lib

2002-04-05 Thread Mark Shaw
I have a design question I'm guessing someone has already tackled: Description: I'm developing an application that runs within Tomcat. All the JARs for that application are in it's webapp/WEB-INF/lib, except for a few classes that implement a Realm which referenced in server.xml. Because

Re: Design question: common/lib -- WEB-INF/lib

2002-04-05 Thread Craig R. McClanahan
On Fri, 5 Apr 2002, Mark Shaw wrote: Date: Fri, 5 Apr 2002 15:29:04 -0800 From: Mark Shaw [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: Design question: common/lib -- WEB-INF/lib I have a design question I'm guessing

RE: Design question: common/lib -- WEB-INF/lib

2002-04-05 Thread Mark Shaw
ClassLoader webappLoader = Thread.currentThread().getContextClassLoader(); Class webappClass = webappLoader.loadClass(com.mycompany.MyClass); This works because the container (Tomcat in this case) always sets the thread context class loader to the one for the webapp being executed on the

RE: Design question: common/lib -- WEB-INF/lib

2002-04-05 Thread Mark Shaw
Craig, nevermind, it's because I was still casting the object using an interface that wasn't in my common/lib. -Original Message- From: Mark Shaw [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 4:24 PM To: 'Tomcat Users List' Subject: RE: Design question: common/lib --

jar_cache

2002-04-05 Thread Ken Anderson
Does tomcat ever clean up these jar_cache files in the work directory? There's over 900 of them in there. Thanks, Ken -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: jar_cache

2002-04-05 Thread Ken Anderson
sorry, that's the temp dir, not work. Ken Ken Anderson wrote: Does tomcat ever clean up these jar_cache files in the work directory? There's over 900 of them in there. Thanks, Ken -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED]

tomcat 4.03 with apache 1.3

2002-04-05 Thread ryan
I am integrating tomcat 4.03 with apache 1.3x, Iam using the mod_webapp connector. I have these lines in my httpd.conf: LoadModule webapp_module libexec/mod_webapp.so WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /examples When i go to

[TC4.0.1] DataSource thru JNDI -- change Factory?

2002-04-05 Thread Scott Jones
Hello, I've gotten everything working great to get access to a JDBC DataSource using JNDI when I use tyrex. However, I my database driver (DB2) comes with an implementation of javax.naming.spi.ObjectFactory, and I would like to use it rather than the tyrex implementation because I'll get true

java.lang.OutOfMemoryError

2002-04-05 Thread Neil Gidley
Hi, My website is using the following versions of software: Struts 1.0.2 Apache 1.3.22 Tomcat 4.0.2 Java Runtime Env 1.4 MySQL 3.23.41 RedHat Linux 7.2 using Linux 2.4 kernel Over a period of time, while running top I see memory being eaten up on my box (box has 1GB of RAM). Free memory

mod_jk log rotation

2002-04-05 Thread Iourovitski, Ilia
Hi Is it possible to rotate mod_jk log? Preferable without restarting apache, and tomcat. Ilia -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: tomcat 4.03 with apache 1.3

2002-04-05 Thread Joseph Molnar
Yup you can definitely do those things. What you want to do is take a look at the web.xml file found in your $CATALINA_HOME/conf directory. The web.xml file found there controls the settings for that instance of Tomcat ... then in your WEB-INF directory you can put in your own web.xml to control

[FAQ] jGuru FAQ Update

2002-04-05 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

RE: java.lang.OutOfMemoryError

2002-04-05 Thread Sven Ewert
-Ursprüngliche Nachricht- Von: Neil Gidley [mailto:[EMAIL PROTECTED]] Gesendet: Samstag, 6. April 2002 02:58 An: [EMAIL PROTECTED] Betreff: java.lang.OutOfMemoryError Hi, My website is using the following versions of software: Struts 1.0.2 Apache 1.3.22 Tomcat 4.0.2

Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error

2002-04-05 Thread darrellbulloch
I recently purchased Beginning JSP Web Development, installed the JDK, installed Tomcat, started Tomcat, verified that Tomcat was up and running by http://localhost:8080;. Then, I executed one of the sample Servlets --- everything worked OK. Then, I tried to execute one of the JSPs

  1   2   >