RE: is there a free ide that gets along well with tomcat?

2002-11-22 Thread Bodycombe, Andrew
You could try jedit http://www.jedit.org There is a plug-in for tomcat. Andy. -Original Message- From: jennifer lindner To: [EMAIL PROTECTED] Sent: 21/11/2002 19:47 Subject: is there a free ide that gets along well with tomcat? hello, i'm a newbie so i apologize if this topic came up

Taglib help. FunkNewbiest

2002-11-22 Thread Qmail List
Hello, I'm trying to implement TagLib functionality into a webapp for the first time. Everything seems correct, and I've been through a million sites and tutorials. Yet I always get the following error upon loading the page (TC 4.1.12 / JDK 1.4.0_01): org.apache.jasper.JasperException:

Cookies translation problem on isapi connector using IIS5 + TOMCAT 4.0.1

2002-11-22 Thread Zaragoza, Carles
Dear all, Look like that when I use IIS with AJP3 and TomCat 4.0.1 with the isapi_redirect.dll cookies can become HTTP translated and/or truncated. This ugly HTTP translation occurs during request communication between the isapi_redirect.dll and Tomcat. Cookie truncation occurs when multiple

storing passwords

2002-11-22 Thread RXZ JLo
I want to introduce the concept of users in my web application. I want to know how to store passwords securily on the server side. How do people deal with passwords usually? Any documentation/guides on this would also do. thanks rf. __ Do you

Re: storing passwords

2002-11-22 Thread Joe Tomcat
On Fri, 2002-11-22 at 01:05, RXZ JLo wrote: I want to introduce the concept of users in my web application. I want to know how to store passwords securily on the server side. How do people deal with passwords usually? Any documentation/guides on this would also do. It all depends on what

RE: storing passwords

2002-11-22 Thread Steven Sporen
Normally you generate a hash of the password and store that. Thus the actual password is not stored, then when a user logs in you generate a hash and compare the two. -Original Message- From: RXZ JLo [mailto:[EMAIL PROTECTED]] Sent: 22 November 2002 11:06 To: [EMAIL PROTECTED] Subject:

Re: storing passwords

2002-11-22 Thread Richard Johnstone
You could just store them in your database. All you need to do is encrypt them using a simple encryption method public static byte[] encrypt(String x) throws Exception { java.security.MessageDigest d =null; d = java.security.MessageDigest.getInstance(SHA-1); d.reset();

MIME-TYPE for .SIS file ? please help !!

2002-11-22 Thread Daniel.T.Hellstrand
I have asked this before but didn´t get any response so I´ll try again ;) I´m using Tomcat 4.1.12, how can I find out what MIME-TYPE to set for Symbian OS files (with .SIS as extension). I know it´s possible since you can download .sis files from http://www.wildpalm.co.uk/wap.wml Is there any

can a Tomcat Filter rewrite the URL ?

2002-11-22 Thread Stephen Riek
I'd like for a request to webapp/en/Folder/File to be mapped to webapp/Folder/File but with a parameter 'lang' set to 'en'. Likewise, a request to webapp/fr/Folder/File to be mapped to webapp/Folder/File but with a parameter 'lang' set to 'fr'. Is this possible with Filters? If not, is there

Session already invalidated error

2002-11-22 Thread Tejas Bavishi
Hi, I am using Tomcat 404 and OC4J on Windows . When I send approximately 25 requests, very often tomcat returns the following error : HTTP/1.1 500 Internal Server Error Content-Type: text/html;charset=ISO-8859-1 Connection: close Connection: close htmlheadtitleApache Tomcat/4.0.4 - Error

Re: storing passwords

2002-11-22 Thread RXZ JLo
Thanks to all of you for the responses. apart from this password I will be storing some other things too(they too are passwords but for some other things in the application). I cant use one way hash as I cant use them further. what mechanism should I follow in this case? Also, for the login

multiple jservs with one apache web server

2002-11-22 Thread ranjit
Hello Group, I want to mount multiple JServ engines on a single Apache Web Server, on the same server. To do this I have installed Apache web server (WITHOUT DSO support) and five JServ engines (jserv1,2,3,4,5). The reason why I want to do this is, we have a java-servlet based intranet

Ajp 12 Error Logs

2002-11-22 Thread Gaurav Arya
Hi all, In the tomcat logs I am getting the following error traces regularly : Ajp12Interceptor: HANDLER THREAD PROBLEM - java.io.IOException: Stream closed prematurely at org.apache.tomcat.modules.server.Ajp12.readNextRequest(Ajp12.java:316) at

Re: storing passwords

2002-11-22 Thread Andoni
It's all qualified. As the first response to your question said, it completely depends on what you want to do and how secure you want things to be. If you just use the input type=password then your password will be sent over the web in plain text. That is only of any use for people looking

SSL, redirectPort, and transport-guarantee, oh my!

2002-11-22 Thread Shatzer, Larry
I'm trying to set up redirection to SSL. Below are the appropriate sections of web.xml and server.xml When I go to https://localhost:8443/app, I get directed to my login page, with the addition of a jsessionid to the url. If I go to http://localhost:8080/app, it warns me I am going to a secure

Re: storing passwords

2002-11-22 Thread Joe Tomcat
On Fri, 2002-11-22 at 02:09, Andoni wrote: It's all qualified. As the first response to your question said, it completely depends on what you want to do and how secure you want things to be. If you just use the input type=password then your password will be sent over the web in plain text.

Re: SOAP: Unable to resolve target object

2002-11-22 Thread Philippe Burger
Strange but it doesn't work anymore!!! When I run the client, I have the following (basic!) Exception: Exception in thread main java.lang.NoClassDefFoundError: my client class this class is in TOMCAT_HOME/webapps/soap/WEB-INF/classes/my package The compilation is OK. I put this

Re: does tomcat automatically revert to url rewriting...

2002-11-22 Thread jfc
Craig R. McClanahan wrote: On Fri, 22 Nov 2002, jfc wrote: Will tomcat *automatically* go through the effort of rewriting the URL if the session *cannot* be persisted via the cookie?(i.e. do I need to watch for clients that don't support cookies or can I rest assured that tomcat knows

SV: MIME-TYPE for .SIS file ? please help !!

2002-11-22 Thread Daniel.T.Hellstrand
I found the answer: application/vnd.symbian.install /Dan -Ursprungligt meddelande- Från: Hellstrand, Daniel T. /Telia Mobile Sverige /060-14 53 75, 070-682 13 85 Skickat: den 22 november 2002 10:31 Till: [EMAIL PROTECTED] Ämne: MIME-TYPE for .SIS file ? please help !! I have asked

Tomcat not processing JSP

2002-11-22 Thread Andoni
I have just got my tomcat server working at last. I get an answer on the port 8080 when I look that up. I can also bring up /examples but I can only see .html files in this. I cannot get tomcat to unpack any .war files I give. I cannot get tomcat to process any .jsp files it has. I am running

RE: SSL, redirectPort, and transport-guarantee, oh my!

2002-11-22 Thread mech
Welcome to the land of Internet Explorer. I bet you use Internet Explorer, don't you? Try Mozilla/Opera and you will see that I works fine. Some people didn't trust me yet that this problem you describe is a bug... Follow these links to find out more:

Apache 2.0.43 with SSL and Tomcat 4.1.12 problems

2002-11-22 Thread SAG - Jose Antonio Tarifa
I'm not able to configure Apache + SSL with Tomcat to make available to servlets the SSL data, such like are returned by request.getRemoteUser() function (always return NULL). Apache runs correctly with HTTPS, but Tomcat no. Apache ssl.conf file is like this: -- Listen 443

RE: Integrating / Connecting HTTPD 2.0.43 with TOMCAT 4.1.12

2002-11-22 Thread Turner, John
No problem, glad to help. Glad you got it working. John -Original Message- From: Mike Young To: Tomcat Users List Sent: 11/21/02 8:31 PM Subject: RE: Integrating / Connecting HTTPD 2.0.43 with TOMCAT 4.1.12 John, Thanks for your help, I have re-installed and configured all my

RE: mod_jk : worker not found

2002-11-22 Thread Turner, John
No, that's not correct, unless mod_jk can only use ajp13 for some reason. As long as the worker on the JkMount line equals the worker defined in workers.properties, it should be good to go. If mod_jk was restricted to only using ajp13 you'd never be able to do load balancing, because you'd

Tomcat 3.3.1 in Windows occupies 100 % CPU

2002-11-22 Thread Surendra Kumar
Hi all We are using Apache 1.3.26 + Tomcat 3.3.1 in W2K Professional platform. During some servlet operations the CPU usage of Tomcat process becomes 100 % and it stays there for long (even days). Did anyone face this kind of problems ? Please let me know how to debug this. I also

please help me

2002-11-22 Thread Shabeer Miah
Hi There, I'm very new to java technology and I started loving java, and now a days I'm learning servlets, I have written a servlet example, and trying to compile it but couldn't able to do that, do I need to have different software to compile the servlets apart from jdk1.4 please

RE: please help me

2002-11-22 Thread Michael Echerer
To use servlets you will need a servlet container/webserver like Tomcat. To compile servlets some .jar files from Tomcat are necessary. You have to add this to your classpath or use ant scripts whatever. In your case I guess that servlet.jar from /tomcat/common/lib/ is missing in your

Re: please help me

2002-11-22 Thread Carsten Ziegert
You'll have to include servlet.jar in your CLASSPATH. servlet.jar is part of your tomcat distribution. When using Tomcat 4.1 you can find it in $CATALINA_HOME/common/libs Carsten Am Freitag, 22.11.02, um 12:40 Uhr (Europe/Berlin) schrieb Shabeer Miah: Hi There, I'm very new to

SV: please help me

2002-11-22 Thread Daniel.T.Hellstrand
You can download the .class files from SUN: http://java.sun.com/products/servlet/download.html /Dan -Ursprungligt meddelande- Från: Shabeer Miah [mailto:[EMAIL PROTECTED]] Skickat: den 22 november 2002 12:41 Till: [EMAIL PROTECTED] Ämne: please help me Hi There, I'm very

Tomcat with external JBoss (JNDI problems)...

2002-11-22 Thread Andrzej Jan Taramina
I've got Tomcat 4.1.12 and JBoss 3.0.4 running on separate machines/VMs. I've put a jndi.properties file pointing to the JBoss JNDI server in my WEB- INF/classes directorybut my servlet does not pick it up for some reasonand just grabs Tomcats JNDI instance instead. Anyone know how to

Re: SOAP: Unable to resolve target object

2002-11-22 Thread jattwood
Hi Phil, Exception in thread main java.lang.NoClassDefFoundError: my client class I put this TOMCAT_HOME/webapps/soap/WEB-INF/classes in the CLASSPATH (in case). Your client will rely on the CLASSPATH to find its classes (unlike the server which uses TomCat's class loader hierarchy). Whenever

RE: Oracle Connection Pool - Global Naming Resource - HOW TO

2002-11-22 Thread Isabel Lameda
Hi!!! i did the same but now i'm facing with this problem 19/11/2002 02:20:21 PM org.apache.jk.common.ChannelSocket processConnection GRAVE: Error, closing connection java.net.SocketException: Software caused connection abort: recv failed at java.net.SocketInputStream.socketRead0(Native

Displaying servlets and its memory usage

2002-11-22 Thread Sriraman.R
hi all, I have tomcat 3.2.4 and few servlets running. I want to see the memory usage of each serlvet running. However I get memory hogging often. I would like to find which servlet is causing this problem. Is there a tool/java program to dump each servlet and its memory usage

RE: multiple jservs with one apache web server

2002-11-22 Thread Turner, John
ApJServMount /servlet ajpv12://some.server.com:8010/servlet AddHandler jserv-servlet .jsp Add ApJServMount commands as necessary, changing the port number on the ajp12 URL. If you are talking about trying to load balance, where you have multiple ApJServMount commands for one Apache Virtual

HttpSessionContext deprecation question

2002-11-22 Thread jfc
Hi, I see that this class is now deprecated with the 2.1 servlet api. Can someone please explain to me briefly why this is? I know its down to security but a little more of the theory behind the decision would be interesting. I am trying to provide the functionality to admin users of our site

RE: Tomcat with external JBoss (JNDI problems)...

2002-11-22 Thread Becker, Michael
This works for me: // Try to find each of these individual parameters // and construct the properties // object appropriately java.util.Properties p = new java.util.Properties(); p.put(InitialContext.INITIAL_CONTEXT_FACTORY, org.jnp.interfaces.NamingContextFactory);

RE: Tomcat with external JBoss (JNDI problems)...

2002-11-22 Thread Shapira, Yoav
Hi, Where do the org.jnp classes come from? Thanks, Yoav Shapira Millennium ChemInformatics -Original Message- From: Becker, Michael [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 9:35 AM To: Tomcat Users List Subject: RE: Tomcat with external JBoss (JNDI problems)... This

Tomcat Configuration

2002-11-22 Thread Martin Klebermaß
Hi everyone, im quite a new Tomcat user, so not realy fitt in everything. Because i have to set up Tomcat for a new customer in a shared hosting environment, i dont want to waste ports ( as it is generated automaticly) so i tryed to close the Shutdown Port of the Tomcat Server which is definied

RE: Tomcat with external JBoss (JNDI problems)...

2002-11-22 Thread Becker, Michael
Copy %JBOSS_HOME%/client/[jboss-client.jar,jboss-common-client.jar, jbosssx-client.jar, jnp-client.jar, jboss-j2ee.jar, and log4j.jar] to %CATALINA_HOME%/shared/lib. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Hi, Where do the org.jnp classes come from? Thanks,

RE: does tomcat automatically revert to url rewriting...

2002-11-22 Thread Price, Erik
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 8:05 PM To: Tomcat Users List Subject: Re: does tomcat automatically revert to url rewriting... We also need to remember that Tomcat does *not* scan the output your

MOD_JK

2002-11-22 Thread José Moreira
hello im trying to use mod_jk in apache 2 for winXP Pro... i placed mod_jk.dll in the {apache}/modules then configured it : LoadModule jk_module modules/mod_jk.dll but apache gave this error starting cant find module : d:/Javawork/Apache/modules/mod_jk.dll ??? thank you attachment:

RE: storing passwords

2002-11-22 Thread Price, Erik
-Original Message- From: RXZ JLo [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 4:51 AM To: Tomcat Users List Subject: Re: storing passwords Thanks to all of you for the responses. apart from this password I will be storing some other things too(they too are

RE: MacOS

2002-11-22 Thread Price, Erik
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 4:18 PM To: Tomcat Users List Subject: Re: MacOS In regards to dev tools. I basically use a my favorite text editor, usual shell scripting, Jarkata Ant and will

RE: MacOS

2002-11-22 Thread Price, Erik
-Original Message- From: peter lin [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 3:49 PM To: Tomcat Users List Subject: Re: MacOS actually eclipse support Mac in the latest build. SWT has been ported to Aqua, or do you mean using an Xserver? Erik -- To

RE: MacOS

2002-11-22 Thread Felipe Schnack
I think netbeans is too damn slow and memory hungry (in any platform) I couldn't find eclipse for mac in eclipse.org, it's avaliable only in sources distro? On Fri, 2002-11-22 at 13:43, Price, Erik wrote: -Original Message- From: peter lin [mailto:[EMAIL PROTECTED]] Sent:

Tomcat 4.1.12 and web_modeapp.so

2002-11-22 Thread David . Chades
Hi, Does anyone have a binary of mod_webapp (apache integration) for Tomcat 4.1.12 running with Linux (RedHat V7.x). I've looked on the Apache website with no success... Thanks, David CHADES -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Error message meaning?

2002-11-22 Thread Ben Ricker
I am using mod_jk 1.2 with Apache 1.2.27 talking with 4 Tomcat 4.0.6 instances. Every once in while, I get tthe following error logged to mod_jk: [jk_ajp_common.c (961)]: Error ajp_process_callback - write failed What exactly does this mean? Is it that mod_jk had an error writing to the stream

dynamically built server.xml

2002-11-22 Thread PERRIN GOURON Olivier
Hello, I'm trying tomcat4.1 to run my application, and I need to define contexts dynamically. I know this is done in server.xml, but the point is that my /conf directory, where server.xml remains is read-only... So, I think of 2 possibilities: +tell tomcat not to look in /conf dir, but in

RE: Error message meaning?

2002-11-22 Thread Turner, John
As far as I know, that error shows up when the user has closed their browser or browsed to another page before the request was completed. Someone please correct me if I am wrong, as I get the same error message, but have always ignored it due to the reason above. John -Original

Re: apache DSO installation

2002-11-22 Thread p niemandt
have a look at the apache toolbox, www.apachetoolbox.com hth On Fri, 2002-11-22 at 20:29, [EMAIL PROTECTED] wrote: Hi, I have problem in installing apache on my Origin 2000 (ver 6.5.16m). The following errors thrown while doing 'make' _ I tried

RE: dynamically built server.xml

2002-11-22 Thread Turner, John
Check the docs, specifically the Automatic Application Deployment section: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/host.html#Automatic%2 0Application%20Deployment John -Original Message- From: PERRIN GOURON Olivier [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22,

Global Resource Def JDBC Pool

2002-11-22 Thread Jason Jonas
Hey All, I'm having some difficulty getting Tomcat to establish a connection to a database and I need a second pair of eyes on this... Environment: Windoze XP Tomcat 4.1 MySQL 3.23.53 MM JDBC Drivers 2.0.14 Global Resource Def (created through /admin): JNDI Name: jforumdb URL:

RE: dynamically built server.xml

2002-11-22 Thread PERRIN GOURON Olivier
I read the docs, but couldn't find any solution but those I mentioned My problem is that I run Tomcat from a CD-ROM... I actually need to use virtual directories, which I want to define each time I run Tomcat (virtual directory : I mean directories that can be accessed with

RE: Global Resource Def JDBC Pool

2002-11-22 Thread Oliver Meyn
Hi Jason, I think you're right that this isn't tomcat - this error has only appeared for me when either the dbase really isn't there (yes, I've forgotten to start it, *sigh*), or more often, port 3306 is closed/filtered. With XP you might be having firewall issues (dunno how configurable it is,

i am having trouble using Java Beans with Tomcat 4.1

2002-11-22 Thread runu rathi
Hi, I am a beginner to Java beans. i am having trouble using Java Beans with Tomcat 4.1 I am attatching the beans file and am copying the exact errors that I get.. Please help me.. Exception report message description The server encountered an internal error () that prevented it from

Sun JDK 1.4 production quality?

2002-11-22 Thread Ben Ricker
I have heard a number of differing opinions about the stability of 1.4.x version of Sun's JDK. I wanted to see if anyone runs Tomcat using 1.4.x and how they have found its stability, speed, etc. I know there have been a number of enhancements in 1.4 which sound intriguing; additionally, its

RE: Sun JDK 1.4 production quality?

2002-11-22 Thread Shapira, Yoav
Hi, It's good. Stability is the same as before, it seems. Speed has improved. GC has markedly improved, although we did have to experiment a bit with the new GC options. Our busiest system takes roughly 7000 hits a day, so not as busy as you, but not idle either ;) Yoav Shapira Millennium

tomcat n IIS plz.....help

2002-11-22 Thread puneet sachar
thanx a lot johon again it was nice help buddy well if u got some time..plz send me the detail instruction and step by step guide to install tomcat with iis... i hope i'm not troubling u thanx a gain Puneet sachar __ Do you Yahoo!?

Tomcat 4.1.12 Admin Application Functions without using the admin interface...

2002-11-22 Thread Brandon Cruz
Hi, Is there a servlet or some internal tomcat class available that will tomcat to see changes made to server.xml? I would like to be able to add new virtual hosts and contexts those hosts without having to use the admin application. Is this possible? Brandon -- To unsubscribe, e-mail:

Re: i am having trouble using Java Beans with Tomcat 4.1

2002-11-22 Thread Jeff Tulley
If you are using JVM 1.4.1, this might be a FAQ - that you need to have a package name on the bean. At least it appears that your bean is in the default package. Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., the leading provider of Net business solutions http://www.novell.com

RE: tomcat n IIS plz.....help

2002-11-22 Thread srinath narasimhan
Check this out http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0. 0/doc/jk/iishowto.html hope that helps. -Original Message- From: puneet sachar [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 12:39 To: Tomcat Users List Subject: tomcat n IIS

A little of topic - Global e-mail sending facility inside oftomcat?

2002-11-22 Thread Ryan Cornia
This is a little of topic, but I'm sure someone on this list has implemented something similar with tomcat. -- I have several applications running on Tomcat 4.1.12 that I need to add the capability to send e-mail via a SMTP server. There are two problems - 1.) Are there any products or open

uri mapping question

2002-11-22 Thread David Boyer
I'm using the isapi_redirector2.dll (v2.01) and I've got it working, with one exception: I want to map a uri such as [uri:/students/*/servlet/*] so that it includes all subfolders in the /students directory. Is this possible? I know I could create a separate mapping for each student, but we

JNDI name space conventions

2002-11-22 Thread Jonathan Williamson
I'm trying to write some code that uses JNDI to look up a JDBC DataSource to get a Connection. My code works fine in Tomcat 4.1 if I use the java:comp/env naming context, as in the following code: Context initContext = new InitialContext(); DataSource ds =

RE: A little of topic - Global e-mail sending facility inside of tomcat?

2002-11-22 Thread Turner, John
Any SMTP server will queue the mail for you automatically. That's built-in to the protocol. I'm not sure I understand what you're looking for...it sounds like you are looking for a SMTP server written in Java. There are plenty of free, open source SMTP mailers out there, but if you need it in

RE: Tomcat with external JBoss (JNDI problems)...

2002-11-22 Thread Andrzej Jan Taramina
Copy %JBOSS_HOME%/client/[jboss-client.jar,jboss-common-client.jar, jbosssx-client.jar, jnp-client.jar, jboss-j2ee.jar, and log4j.jar] to %CATALINA_HOME%/shared/lib. Doesn't work.it still does not pick up my JBoss-specific jndi.properties file. I've got that file in the WEB-INF/classes

RE: Tomcat with external JBoss (JNDI problems)...

2002-11-22 Thread Becker, Michael
Copy %JBOSS_HOME%/client/[jboss-client.jar,jboss-common-client.jar, jbosssx-client.jar, jnp-client.jar, jboss-j2ee.jar, and log4j.jar] to %CATALINA_HOME%/shared/lib. Doesn't work.it still does not pick up my JBoss-specific jndi.properties file. I've got that file in the

Re: can a Tomcat Filter rewrite the URL ?

2002-11-22 Thread Craig R. McClanahan
On Fri, 22 Nov 2002, Stephen Riek wrote: Date: Fri, 22 Nov 2002 09:40:11 + (GMT) From: Stephen Riek [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: can a Tomcat Filter rewrite the URL ? I'd like for a request to

Re: does tomcat automatically revert to url rewriting...

2002-11-22 Thread Craig R. McClanahan
On Fri, 22 Nov 2002, jfc wrote: Date: Fri, 22 Nov 2002 11:11:28 + From: jfc [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: does tomcat automatically revert to url rewriting... Craig R. McClanahan wrote: On Fri,

Re: Tomcat with external JBoss (JNDI problems)...

2002-11-22 Thread Anthony Geoghegan
Since the local TOMCAT JNDI server is not compatible with the JBOSS JNDI server you probably have the -nonaming switch activated. Since this deactivates the TOMCAT JNDI server you can access the local JNDI properties that way. Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. -

Re: Tomcat 4.1.12 Admin Application Functions without using theadmin interface...

2002-11-22 Thread Craig R. McClanahan
On Fri, 22 Nov 2002, Brandon Cruz wrote: Date: Fri, 22 Nov 2002 11:56:06 -0600 From: Brandon Cruz [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Tomcat 4.1.12 Admin Application Functions without

Re: JNDI name space conventions

2002-11-22 Thread Craig R. McClanahan
On Fri, 22 Nov 2002, Jonathan Williamson wrote: Date: Fri, 22 Nov 2002 18:03:21 + (GMT) From: Jonathan Williamson [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: JNDI name space conventions I'm trying to write some code

RE: Tomcat with external JBoss (JNDI problems)...

2002-11-22 Thread Andrzej Jan Taramina
I ran into the same problem and decided to address this by making all of the parameters JNDI environment variables and configuring those params in my web.xml file. I can easily change the configuration by commenting out or changing the environment entries in my web.xml file. Eventually, I

subdirs under WEB-INF/lib????

2002-11-22 Thread Jürgen Schlierf
Hello, is it possible to take some jars in subirs under WEB-INF/lib? e.g. WEB-INF/lib/xml/xerces.jar WEB-INF/lib/log/log4j.jar I'm using Tomcat 4.1.12. thanks Juergen -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

JkMount question

2002-11-22 Thread Rafael Angarita
Hi, Does anybody knows if it's important the order of JkMount directives?, for example: I have two tomcat instances T1 and T2, - The loadbalancer should handle all the requests to the entire site (and do a load balance between T1 and T2) except for /app1 context - T2 should

RE: Tomcat with external JBoss (JNDI problems)...Workaround...

2002-11-22 Thread Andrzej Jan Taramina
I've come up with a workaround to the problem that Tomcat servlets can't seem to find the jndi.properties file and thus connect to an external JBoss server. Hardcoding the properties works, but is ugly since then your code is tied to the specific location of the JBoss server.and thus

keystore alias and Tomcat

2002-11-22 Thread Naveen Pasumarthi
Hi All, If my keystore has two valid SSL certificates how does Tomcat figure out which one to use? I am still using Tomcat 3.x. Can I use an extra element in the Connector something like... Parameter name=alias value=something / along with the other elements keystore, keypass etc thanks,

Note: recent Xerces and Tomcat compatibility issues fixed....

2002-11-22 Thread Jacob Kjome
Just thought I'd mention that the Xerces bug that has been plaguing Tomcat users for a while has been fixed. Maybe the Tomcat developer want to hold off on Tomcat-4.1.15 and release Tomcat-4.1.16 with a bug-fixed Xerces? See the following for details:

Re: subdirs under WEB-INF/lib????

2002-11-22 Thread Craig R. McClanahan
On Fri, 22 Nov 2002, Jürgen Schlierf wrote: Date: Fri, 22 Nov 2002 20:43:01 +0100 From: Jürgen Schlierf [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: subdirs under WEB-INF/lib Hello, is it possible to take some jars in subirs under

Meaning of mod_jk.log times

2002-11-22 Thread Ben Ricker
I see a lot of msgs logged to mod_jk.log on the Apache servers we have setup using mod_jk 1.2 (with Apache 1.3.27). It is talking to 4 Tomcat instances running Tomcat 4.0.6. I am wondering what exactly the time stamped at the end of the line says exactly: [Fri Nov 22 14:42:36 2002] loadbalancer

Re: Sun JDK 1.4 production quality?

2002-11-22 Thread Nick Wesselman
On Friday, November 22, 2002, at 11:33 AM, Shapira, Yoav wrote: GC has markedly improved, although we did have to experiment a bit with the new GC options. What conclusions did you come to? My understanding is that ConcMarkSweepGC might be helpful for Tomcat, since you could avoid the

Prblm: Tomcat doesn't start on boot, JAVA_HOME not defined. Manually works fine.

2002-11-22 Thread Ola Theander
Dear subscribers. I have a problem that my Tomcat 4.0.4 installation doesn't start on boot. In the boot.msg file I get a record stating that the JAVA_HOME environment variable is not defined and therefore Tomcat can't start. The strange thing is that the JAVA_HOME is defined in the profile.local

Tomcat Windows installer reports wrong JAVA_HOME variable

2002-11-22 Thread john delby
My Java environment variable, JAVA_HOME, on my Windows XP is k:\j2sdk14;%JAVA_HOME%\bin Yet Tomcat 4.1.12 Windows installer displays Using Java Development Kit found in k:\k2sdk14;k:\k2sdk14;k:\k2sdk14;%JAVA_HOME%\bin\bin\bin Why is it doing this? Where are the three bin's in %JAVA_HOME%

RE: Tomcat Windows installer reports wrong JAVA_HOME variable

2002-11-22 Thread srinath narasimhan
Not sure but its enough if you set your JAVA_HOME TO k:\j2sdk14 -Original Message- From: john delby [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 16:56 To: [EMAIL PROTECTED] Subject: Tomcat Windows installer reports wrong JAVA_HOME variable My Java environment variable,

RE: Tomcat Windows installer reports wrong JAVA_HOME variable

2002-11-22 Thread Klein, Scott @ TW
yep. I had an issue like this also - your JAVA_HOME should point to the J2SDK/JRE directory, not inside to the bin directory. Also (and someone correct me if I am wrong) your JAVA_HOME should only have a single path on it. -Original Message- From: srinath narasimhan [mailto:[EMAIL

Re: Prblm: Tomcat doesn't start on boot, JAVA_HOME not defined.Manually works fine.

2002-11-22 Thread p niemandt
Set your JAVA_HOME in /etc/profile and not profile.local profile.local will probably only be executed when a user logs in, as it's local to whatever user is logging in. On Fri, 2002-11-22 at 21:26, Ola Theander wrote: Dear subscribers. I have a problem that my Tomcat 4.0.4 installation

RE: Managed Bean Question

2002-11-22 Thread Anthony Mutiso 2
Thanks Bill, that worked better! -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED]] Sent: November 21, 2002 2:31 AM To: [EMAIL PROTECTED] Subject: Re: Managed Bean Question Fortunately, there is a yet-undocumented-method :( that works much better. The

Re: subdirs under WEB-INF/lib????

2002-11-22 Thread micael
I am curious why you asked this question. I cannot think of a reason why you would want to do that, but you must have had a reason to ask the question. At 08:43 PM 11/22/2002 +0100, you wrote: Hello, is it possible to take some jars in subirs under WEB-INF/lib? e.g. WEB-INF/lib/xml/xerces.jar

Re: JkMount question

2002-11-22 Thread David Brown
Rafael Angarita writes: Hi, Does anybody knows if it's important the order of JkMount directives?, for example: I have two tomcat instances T1 and T2, - The loadbalancer should handle all the requests to the entire site (and do a load balance between T1 and T2) except for

Re: subdirs under WEB-INF/lib????

2002-11-22 Thread Nick Wesselman
well personally i could see how having a large number of JARs under WEB-INF/lib could get messy :-) there is something to be said about being able to group xml/xsl jars, JDBC drivers, in-house JARs, taglibs, etc. Know what I mean? Maybe it's time to submit a suggestion via the JCP :-) Nick

Re: i am having trouble using Java Beans with Tomcat 4.1

2002-11-22 Thread David Brown
Jeff Tulley writes: If you are using JVM 1.4.1, this might be a FAQ - that you need to have a package name on the bean. At least it appears that your bean is in the default package. Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., the leading provider of Net business solutions

RE: Tomcat Windows installer reports wrong JAVA_HOME variable

2002-11-22 Thread john delby
I removed the bin part from HOME_JAVA. Here's some problems I noticed. I compared my unsucessful install on XP to a successful install on a Windows 2000 machine. - Somewhere along the installation a copy file fails. I think the installer is trying to put something in common\lib. In the

Tomcat 3.3 , JNDI, DataSource, Web.xml, Server.xml

2002-11-22 Thread Jeovanny Mejia
Does anyone know how to get a DataSource configured in the Server.xml file, reference it in the web.xml as a resource, and pull the DataSource using JNDI in an external application? I am stumped. _ Add photos to your messages

Re: MOD_JK

2002-11-22 Thread mlh
José Moreira wrote: hello im trying to use mod_jk in apache 2 for winXP Pro... i placed mod_jk.dll in the {apache}/modules then configured it : LoadModule jk_module modules/mod_jk.dll but apache gave this error starting cant find module : d:/Javawork/Apache/modules/mod_jk.dll If

please unsubscribe me from the list,thanks

2002-11-22 Thread yang huijuan
_ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Tomcat 3.3 , JNDI, DataSource, Web.xml, Server.xml

2002-11-22 Thread Craig R. McClanahan
On Sat, 23 Nov 2002, Jeovanny Mejia wrote: Date: Sat, 23 Nov 2002 01:32:01 + From: Jeovanny Mejia [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Tomcat 3.3 , JNDI, DataSource, Web.xml, Server.xml Does anyone know how to get a DataSource

ClassCastException when using Tomcat as RMI client

2002-11-22 Thread Vishal Zinjuvadia
Hi, I am trying to use a Tomcat webapp as a RMI client. For the test purposes, my RMI server resides on the same machine. When I use a Tomcat webapp as a client, I consistently get a ClassCastException, while if I use a plain java class for the client, it works flawlessly. Following is my client

urgrnt.. I am getting the org.apache.jasper.JasperException: survey/MainSurvey exception.

2002-11-22 Thread runu rathi
Hi, I am getting the following error when I try to run a simple JSP which uses Java Beans. Please suggest what could be the cause. Many Thanks, Runu type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception

RE: Tomcat Windows installer reports wrong JAVA_HOME variable

2002-11-22 Thread Jacob Kjome
If you environment variable is HOME_JAVA, then it makes complete sense that Tomcat is reporting that the java environment isn't set up correctly. It is supposed to be JAVA_HOME and should point to the based directory of your java install such as: c:\j2sdk1.4.1_01 Jake At 12:37 AM

Re: MOD_JK

2002-11-22 Thread José Moreira
yes its the server root im trying mod_jk2.dll now not even log files are created in apoache with the error mlh wrote: José Moreira wrote: hello im trying to use mod_jk in apache 2 for winXP Pro... i placed mod_jk.dll in the {apache}/modules then configured it : LoadModule jk_module

  1   2   >