another sql error

2002-09-12 Thread Halil AKINCI
Hi all , When I want to run following sql statement in a servlet, I receive following error message in tomcat's DOS console [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1. In this sql statement, the "vno" variable is read from a HTML form by using following stateme

need help with "IOException: Cannot recover key"

2002-09-12 Thread Nikolay Kabadzhov
Can enybody help, please? i am trying to setup SSL for tomcat following up the "SSL Configuration HOW-TO" everything seems to be ok but when i start it there is an error log: Catalina.start: LifecycleException: Protocol handler start failed: java.io.IOException: Cannot recover key LifecycleExce

Tomcat4-4.1.10 Startup Issue (LINUX)

2002-09-12 Thread Ben Hamilton
Installation: I've loaded java from the binary install application for j2sdk from the java.sun.com site. I've modified the /etc/profile to include the CLASSPATH listed below. In a directory with three rpms: tomcat4-4.1.10-full.1jpp.noarch.rpm tomcat4-admin-webapps-4.1.10-full.1jpp.noarch.rpm tomc

RE: Cant get 4.1.10 to run on Win2K

2002-09-12 Thread Miguel Angel Mulero Martinez
I have put some similar messages. Are you trying to execute Tomcat as a Service? This problem only happens to me when I start it like a service. Try to start it from the console with "catalina start" and tell to us. -Mensaje original- De: Mike Warne [mailto:[EMAIL PROTECTED]] Enviado el

RE: Servlet messages to xconsole

2002-09-12 Thread Nicholas Orr
Try modifying it to this. PrimitiveServlet.java: --- import javax.servlet.*; import javax.servlet.http.*; import java.io.*; import java.io.IOException; import java.util.*; public class PrimitiveServlet implements Servlet { public void init(ServletConfig config) throws Ser

Sessions expiring

2002-09-12 Thread Josh G
Hi, I'm having sessions expire on me for no apparent reason while I'm using my application hosted on tomcat. Is there something I need to do that I'm not doing to keep sessions alive? Cheers, -Josh -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: tomcat 4.1.10 mishandling nested variables in tags?

2002-09-12 Thread Craig R. McClanahan
On Fri, 13 Sep 2002, Dave Townsend wrote: > Date: Fri, 13 Sep 2002 01:32:23 +0100 > From: Dave Townsend <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: tomcat 4.1.10 mishandling nested variables in tags? > > Muchos

RE: Réf. : Http Session

2002-09-12 Thread Vikramjit Singh
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 8:10 AM > To: Tomcat Users List > Subject: Réf. : Http Session > > > > > --> Ok, not so much answer huh !! Is my question stupid ? By > the way, i'm > adding one question to

Servlet messages to xconsole

2002-09-12 Thread Mr Anand Parikh
I am running tomcat 4.0.4, JDK 1.3, Debian linux 2.2.6. The following example is from the book "Java for the Web with Servlets, JSP, EJB" by Budi Kurniawan. It should send messages to the xconsole but I get errors. I am stuck... any help is highly appreciated. Thanks, Anand PrimitiveServlet.jav

Re: changing the jdk associated with Tomcat

2002-09-12 Thread David W Rhodes
Neal - All you need to do is change the JAVA_HOME variable in the catalina.sh or catalina.bat (depending on your OS) file in your Tomcat "bin" directory, to point to the root of the new JDK. Cheers, Dave - Original Message - From: "neal" <[EMAIL PROTECTED]> Date: Saturday, October 12, 2

Using A Directory Server for a Realm??

2002-09-12 Thread Nicholas Orr
Hi, Has anyone tried using a Novel or Active Directory for a Realm. Would this even be possible? Nicholas Orr ** The information contained in this e-mail is confidential and is intended only for the use of the addressee(s). I

RE: Does Tomcat require restart when chaning classes?

2002-09-12 Thread Nicholas Orr
Click on this link http://localhost:8080/manager/html/reload?path=/ This will reload the context "/" which is the ROOT context. Nicholas Orr -Original Message- From: Chuck Carson [mailto:[EMAIL PROTECTED]] Sent: Friday, 13 September 2002 8:51 AM To: Tomcat Users List Subject: Does To

RE: Internal Server Error when changing class file

2002-09-12 Thread Mathew Pole
Hi , Recently I stopped the MyHttpServlet class implementing the javax.servlet.SingleThreadModel, and servlets appear to reload okay now when changing the class file. Hopefully this helps someone. Regards, Mathew -- Mathew Pole Web Architect, Gerard Industries email: [EMAIL PROTECTED]

RE: Cant get 4.1.10 to run on Win2K

2002-09-12 Thread Nicholas Orr
Sounds to me like you have done something wrong. This is all you need to do to get it to work on win2k pro 1. Remove both Tomcat and Java using add/remove programs 2. Download and install J2SE SDK from here -> http://java.sun.com/j2se/1.4/download.html make sure you get "Windows (all languages,

Re: Tomcat, Apache, XML, XSLT, Taglibs, C, LDAP, Kitchen sink...

2002-09-12 Thread Tod Thomas
Got it to work with a small perl program at home. Apparently the version of Tomcat I have on my sun box at work are not as up to date as I had thought since I'm using the same XTags files, and Apache build. User spaz. > On Thu, 12 Sep 2002 15:28:02 -0700 (PDT) > Mark Eggers <[EMAIL PROTECTED

RE: Can anyone Undeploy an Existing Application in 4.1.10?

2002-09-12 Thread Nicholas Orr
I have all so run into this problem, so it isn't just you. I just manually removed it from web.xml in \conf Nicholas Orr -Original Message- From: Ben Rometsch [mailto:[EMAIL PROTECTED]] Sent: Thursday, 12 September 2002 9:49 PM To: 'Tomcat Users List' Subject: RE: Can anyone Undeploy an

Killing Apache Processes Connected to Tomcat via mod_jk (Ajp13)

2002-09-12 Thread John Moore
TC Users: I have a big production problem that I'm hoping someone in the group can address. Running Apache 1.3.26/mod_ssl with Tomcat 4.0.4 and mod_jk connector (4.0.4) on Sun Sparc servers. I have processes in apache which get stuck in a 'W' state for days while processing a servlet requ

RE: apache error?

2002-09-12 Thread Galbayar
download mod_jk source and compile it -Original Message- From: hari hari [mailto:[EMAIL PROTECTED]] Sent: Friday, September 13, 2002 9:26 AM To: [EMAIL PROTECTED] Subject: Re: apache error? my many many thnak you to you friendes, I sending following files with this email you asked. 1)h

Re: tomcat 4.1.10 mishandling nested variables in tags?

2002-09-12 Thread Remy Maucherat
> Muchos gracias for all the input guys, but I guess I'm just going to have to > go back to tomcat 4.0.4 since disabling tag pooling does not seem to resolve > this problem for me. I'm pretty sure I could knock up a really short example > that demonstrates this problem, who should I submit it to t

Re: Running XML-parsing servlets on Tomcat, using JAXP ?

2002-09-12 Thread Jean-Francois Arcand
Soefara Redzuan wrote: > > Thank you very much for replying, Jean-Francois, > >> From: Jean-Francois Arcand <[EMAIL PROTECTED]> >> >> You don't need the jax-pack for your problem. Under >> {CATALINA_HOME}/common/endorsed, just copy the xerces.jar and the >> jaxp-ri.jar file. Tomcat will uses

Wrapper cannot find servlet class...

2002-09-12 Thread KEITH PEMBERTON
I have a servlet and three jsp files in a directory under /var/tomcat4/webapps/techlabs. The web.xml file identifies the uri to be /AuthenticateServlet for the servlet in that directory. I get the following error message when I try to access the servlet from the login.jsp file that is also

RE: tomcat 4.1.10 mishandling nested variables in tags?

2002-09-12 Thread Dave Townsend
Muchos gracias for all the input guys, but I guess I'm just going to have to go back to tomcat 4.0.4 since disabling tag pooling does not seem to resolve this problem for me. I'm pretty sure I could knock up a really short example that demonstrates this problem, who should I submit it to to get it

Re: apache error?

2002-09-12 Thread hari hari
my many many thnak you to you friendes, I sending following files with this email you asked. 1)httpd.conf (attached) 2)server.xml (attached with thsi email) The rest files are inline with this email since they are small and so as follows: My workers.properties file containing following lines:

Re: Running XML-parsing servlets on Tomcat, using JAXP ?

2002-09-12 Thread Jacob Kjome
common/endorsed only exists in Tomcat-4.1.x, not 4.0.x. Also, since you are using JDK1.3.x, there is no concept of the Endorsed Standards Override Mechanism as that was introduced with the release of j2sdk1.4.0. I imagine that the common/endorsed directory doesn't really act any different th

Re: apache error?

2002-09-12 Thread Habibak haAlbek
In your reply, please attach the following files: httpd.conf workers.properties server.xml mod_jk.conf (if you have one) and any other files What apache version are you using? are you using plain or apache with SSL? What tomcat version are you using? How did you obtain the mod_jk.so? What JDK ver

Re: changing the jdk associated with Tomcat

2002-09-12 Thread Habibak haAlbek
You do not need to uninstall and re-install. All you have to do is point tomcat to the new JDK. the environment variable JAVA_HOME in the script or batch file that starts tomcat needs to point to jdk1.4 installation now and restart Apache. neal wrote:If Tomcat is installed and pointing to JD

Re: Tomcat, Apache, XML, XSLT, Taglibs, C, LDAP, Kitchen sink...

2002-09-12 Thread Tod Thomas
On Thu, 12 Sep 2002 15:28:02 -0700 (PDT) Mark Eggers <[EMAIL PROTECTED]> wrote: > Tod, > > This is from the following reference: > > http://jakarta.apache.org/taglibs/doc/xtags-doc/index.html#overview > > Or parse an absolute URL via the "url" attribute > > http://something.com"/> > > Y

Cant get 4.1.10 to run on Win2K

2002-09-12 Thread Mike Warne
Hi I have tried unsuccessfully to get Tomcat to run under win2K 1st try was using j2re1.4 and installing the LE .exe. The install program pauses at the point where it says copying to: tomcat4.1/common/lib and then says: copy failed. However the install then completes. When I open the browser

Re: tomcat 4.1.10 mishandling nested variables in tags?

2002-09-12 Thread Remy Maucherat
> to put things in perspective. it didn't get caught because the test > cases are simple and do take into account this type of use. The > developers have worked very hard to expose as many bugs as possible and > fix them, but considering jasper2 was totally reworked to include all > these features

Re: Running XML-parsing servlets on Tomcat, using JAXP ?

2002-09-12 Thread Soefara Redzuan
Thank you very much for replying, Jean-Francois, >From: Jean-Francois Arcand <[EMAIL PROTECTED]> > >You don't need the jax-pack for your problem. Under >{CATALINA_HOME}/common/endorsed, just copy the xerces.jar and the >jaxp-ri.jar file. Tomcat will uses this folder for selecting which parser

Re: broken pipe and outof memory error

2002-09-12 Thread craig franke
On a windows machine where apache is starting tomcat, where would I place the switch? I placed it as part of CATALINA_OPS by entering set CATALINA_OPTS="-Xms256m -Xmx512m" near the beginning of the catalina.bat startup file. Not sure if this was where to place it or not though. >>> [EMAIL

Does Tomcat require restart when chaning classes?

2002-09-12 Thread Chuck Carson
I had the following class: $TOMCAT_HOME/webapps/ROOT/WEB-INF/classes/MyClass.class If I modify this class (ie recompile) how can I make it active w/o restarting tomcat? As it stands now (with my current server config, which is pretty much default) I can only get news changes visible after a se

RE: Re[2]: Help Deploying Servlet

2002-09-12 Thread Chuck Carson
Cool, thanks a bunch. -Chuck > -Original Message- > From: Jacob Kjome [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 1:59 PM > To: Tomcat Users List > Subject: Re[2]: Help Deploying Servlet > > > Hello Chuck, > > You need to specify a , not a in > your declarati

Re: changing the jdk associated with Tomcat

2002-09-12 Thread Byrne Reese
In tomcat4.0.4, you can easily do this by modifying the /etc/tomcat4/tomcat4.conf... Just look for the JAVA_HOME variable in the associated file. However, the /etc/tomcat4 path above may be different depending upon whether you install tomcat via RPM or some other method... but the concept is the

Re: changing the jdk associated with Tomcat

2002-09-12 Thread Jean-Francois Arcand
Are you using Window or Linux/Solaris. Just change your JAVA_HOME variable to point to the proper JDK. You can change that variable directly in catalina.bat/sh or set environemet variable using your favorite shell. -- Jeanfrancois neal wrote: >If Tomcat is installed and pointing to JDK1.3 bu

changing the jdk associated with Tomcat

2002-09-12 Thread neal
If Tomcat is installed and pointing to JDK1.3 but one wants to point instead to JDK1.4, is there an easy way to do this? If so, I'm not finding it. Seems like one would need to completely uninstall and reinstall tomcat??? Thanks. Neal -- To unsubscribe, e-mail: Fo

Re: Tomcat, Apache, XML, XSLT, Taglibs, C, LDAP, Kitchen sink...

2002-09-12 Thread Mark Eggers
Tod, This is from the following reference: http://jakarta.apache.org/taglibs/doc/xtags-doc/index.html#overview Or parse an absolute URL via the "url" attribute http://something.com"/> You can parse a web app resource using an absolute URI relative to the web-app context using the "uri" a

unpackWars performance/advantages/disadvantages?

2002-09-12 Thread Dennis Muhlestein
Great, thanks for the response. I'd like to know if anyone has experience with deploying war files and then setting unpackWARs to false. Is there any advantage/disadvantage to doing this? Why would one want to? How does this affect performance? Any reasons for choosing one over the other? Th

Building mod_jk on AIX 4.3.3

2002-09-12 Thread Dibyendu Majumdar
I recently built mod_jk on AIX 4.3.3, and would like to share my experience with you in the hope that it may be useful to some of you. I used the following tool-set/platform: gcc 2.95.2 gmake 3.79 automake 1.6 autoconf 1.53 m4 1.4 libtool 1.4.2 apache 1.3.26 jakarta tomcat 4.1.10 jakarta tomcat

Tomcat, Apache, XML, XSLT, Taglibs, C, LDAP, Kitchen sink...

2002-09-12 Thread Tod Thomas
I'm sorry but what I'm trying to do is using all of these and I didn't know what the best list to post would be and didn't want to cross post... I have a small C program running on Apache (Solaris machine) executing a search against LDAP and returning the results as XML. I'm doing this like:

Re: JNDIRealm in tomcat

2002-09-12 Thread John Holman
The patch is included in tomcat 4.1.10 John. Vincent Stoessel wrote: > Vincent Stoessel wrote: > >> I was thinking about trying to create a JNDIRealm >> inside of Tomcat 4.0.4 (java 1.4se) , I've already written >> a cool little bean to that allows me to autheticate >> against our ldap/nds serv

Re: broken pipe and outof memory error

2002-09-12 Thread Raj Mettai
Hi, If your servlets or JSP pages have any problems and you see "java.lang.OutOfMemoryError" in your log files or in a stack trace generated by the Java Virtual Machine (JVM), then you probably need to increase the JVM's maximum heap size. Solaris 1.2 and 1.3 JVMs have a default maximum heap siz

Re[2]: Help Deploying Servlet

2002-09-12 Thread Jacob Kjome
Hello Chuck, You need to specify a , not a in your declaration. For instance: hi mypackage.Hello hi /hello.html hi *.hello hi /hello/* Notice all the different mappings we can make for the same servlet. in addition to

Re: apache error?

2002-09-12 Thread hari hari
hi thanks to you foe reply me email. i try to create libexec directory and putting mod_jk.so in that directory but it is show same error. And i changing permission of mod_jk.so to 755 but still no working. helping me. -- hari >From: [EMAIL PROTECTED] >To: "hari hari" <[EMAIL PROTECTED]> >CC

RE: Help Deploying Servlet

2002-09-12 Thread Chuck Carson
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 9:45 AM > To: Tomcat Users List > Subject: RE: Help Deploying Servlet > > > Have you specify the "servlet-mapping". > > for exemple : > > > AddNewsItem > /AddNe

referencing taglibs

2002-09-12 Thread Craig Longman
i'm using tomcat 4.1.10 i am trying to understand the referencing of taglibs from jsp pages. many samples on the 'net (including tutorials from sun) simply do the following: <%@ taglib prefix="c" uri="/jstl-c" %> and then have this in their web.xml files: /jstl-c /WEB-INF/tld/jstl-c.t

Re: broken pipe and outof memory error

2002-09-12 Thread craig franke
I've had a similar problem with Novell Portal Services on a Win2k/Apache 2.0.40/Tomcat 4.1.10/JDK 1.4 box... memory usage kept climbing and eventually had to reboot system twice after memory usage got to 181M and tomcat spit back a outofmemory error. Tried adding -Xms64m to catalina.bat to see

Re: registering variables

2002-09-12 Thread Felipe Schnack
Thanks for the reply But actually what I wanted is to be able to get data from the tag that uses the ExtraInfo tag. If I got everything right from this documentation it's impossible. All I can get is the tag's attributes set in the jsp... pretty useless for what I want to do. I can't get pagec

Form-based login problem in 4.0.4

2002-09-12 Thread Noah Green
When using form-based login, the often appears as empty and blank after a successful login. It's just an empty page generated by the server. If I hit refresh, then the page appears. The only time this problem doesn't happen is the very first time the web app is run - i.e. before the JSPs have

Re: Tomcat 4.1.10 and symbolic links (linux)

2002-09-12 Thread Nome real
That's the new behaviour for 4.1.x. See the RELEASE-NOTES. On 12 Sep 2002 08:12:34 -0600, Dennis Muhlestein <[EMAIL PROTECTED]> escreveu : > De: Dennis Muhlestein <[EMAIL PROTECTED]> > Data: 12 Sep 2002 08:12:34 -0600 > Para: [EMAIL PROTECTED] > Assunto: Tomcat 4.1.10 and symbolic links (linux)

Re: Running XML-parsing servlets on Tomcat, using JAXP ?

2002-09-12 Thread Jean-Francois Arcand
You don't need the jax-pack for your problem. Under {CATALINA_HOME}/common/endorsed, just copy the xerces.jar and the jaxp-ri.jar file. Tomcat will uses this folder for selecting which parser to use (so crimson will not be used). -- Jeanfrancois Soefara Redzuan wrote: > Has anybody managed t

Re: registering variables

2002-09-12 Thread Craig R. McClanahan
Felipe, You would probably make progress faster by working your way through a tutorial on building custom tags. One such document is included in the tutorial for the Java Web Services Developer Pack: http://java.sun.com/webservices/docs/1.0/tutorial/index.html In particular, you'll want to r

Tomcat 4.1.10 and symbolic links (linux)

2002-09-12 Thread Dennis Muhlestein
I've found many references to this problem on the list and in mail archives but none had to do with my situation and I don't know how to fix this. Because we have used other web containers in the past, our WEB-INF folder is not located in the root of the webapp. We have a symbolic link. The dir

Re: registering variables

2002-09-12 Thread Felipe Schnack
I still can't understand this very well. data.getAttributeString("name") should return the value of the "name" attribute of the taglib, right? On Thu, 2002-09-12 at 15:24, Nic Holbrook wrote: > Yes, this can be done. > > Tag example > > import javax.servlet.jsp.*; > import javax.servlet.jsp

Apache 1.3.26 Tomcat 4.0.4 and mod_jk.so UPDATE

2002-09-12 Thread Habibak haAlbek
I lost the thread I created regarding making this combo work. I finally changed the last variable I could change upgraded from jdk1.2.2 ro jdk 1.4.0 and things worked fine. I think that there are some background compatibility issues with more advanced versions of Tomcat relative to jdk version

Re: passing a session from non-SSL to SSL

2002-09-12 Thread Milt Epstein
On Thu, 12 Sep 2002, Gary Lyons wrote: > Does anyone have an answer for this?? I can't find anything in the > docs that covers this. Please help. Check the archives, this question has come up before. And there were a couple of responses (including one or two from me) when this was first posted,

Need HELP!!.....

2002-09-12 Thread Keith Pemberton
Ok, I had this web app running where I am using a login jsp page and a AuthenticateServet. If the user is valid, then the person gets sent to main.jsp. Anyway, I had the whole thing working last night and now it is not working and I get the following error message below when trying to login. You

RE: Apache2 and Tomcat4 on different boxes using mod_sslconnector....

2002-09-12 Thread Raj Mettai
Hi John,   I have copied the mod_jk.conf  over to apache box (actually copied all code to the end of httpd.conf). Also, copied workers.properties onto apache box and modified the host on workers.properties to FQDN of tomcat. After all these, when I access the page from apache box, I am gettin

Re: Question

2002-09-12 Thread Truong,Hoang C.
Ralph, Check out this two product. They have a set of API that can do the job. MimeParser: http://www.oop-reserch.com/ JspSmart: http://www.jspsmart.com/ -Hoang Ralph Merrick wrote: > > Hello all, thanks a lot. Just one question would be, I have a jsp page that would be >a form that would t

Re: upgrading to 4.1!

2002-09-12 Thread Robin Lee \(Tech Support\)
Hello, Seems like i had the same problem before... But I figured out the problem. Have you checked your examples log and see if there are any problems with your code? Sometimes errors will occur, and it won't output to your console. BUT, it will output the error to the examples log. If there

Re: apache error?

2002-09-12 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * On Thu, Sep 12, 2002 at 02:30:39PM -0400, Turner, John wrote: > > Please send questions and requests for help to the tomcat-user list. i think he did but he bcc'ed the list for some reason. at least that is what i infer from the headers. - -- P

RE: How to Change Port Number of Tomcat

2002-09-12 Thread Turner, John
No. John > -Original Message- > From: Bing Li [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 2:28 PM > To: Tomcat Users List > Subject: RE: How to Change Port Number of Tomcat > > > Thanks lot for your all help! I am trying to solve the problem. > > Do I need to cha

RE: How to Change Port Number of Tomcat

2002-09-12 Thread Bing Li
Thanks lot for your all help! I am trying to solve the problem. Do I need to change relevant environments variables? Such as TOMCAT_HOME ... Best regards, Bing -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 5:03 AM To: 'Tomcat Users L

RE: apache error?

2002-09-12 Thread Turner, John
Please send questions and requests for help to the tomcat-user list. John Turner > -Original Message- > From: hari hari [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 2:28 PM > To: [EMAIL PROTECTED] > Subject: Re: apache error? > > > Hi my friends, > > my many than

Re: apache error?

2002-09-12 Thread hari hari
Hi my friends, my many thank you to all of you. i mentioned in my last mail messg, I using apache 2.0.40 and tomcat 4.0.4 on IBM aix 5.1 systems. I having errers when running my apache as follows. my friend emiled me mod_jk.so and telling me to put that mod_jk.so in /usr/local/apache2/modules

Re: registering variables

2002-09-12 Thread Nic Holbrook
Yes, this can be done. Tag example import javax.servlet.jsp.*; import javax.servlet.jsp.tagext.*; import java.io.*; public class Dummy extends BodyTagSupport { protected String name; protected boolean result; public Dummy() { initValues(); } public void release(

RE: REPOST: register variables

2002-09-12 Thread Zabel, Ian
Read this: http://java.sun.com/products/jsp/tutorial/TagLibraries13.html You're gonna need to use a TagExtraInfo object and define a teiclass in your tag -Original Message- From: Felipe Schnack [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 1:49 PM To: Tomcat Users List S

RE: Tomcat appending garbage to files ending in .js

2002-09-12 Thread Dan Payne
Here's the entry a request for the file produces in my log: 207.200.54.58 - - [12/Sep/2002:13:02:44 -0600] "GET /include/functions.js HTTP/1.1" 304 - I'm really not understanding this. If you'd like to test run it, access: http://216.65.197.44/include/functions.js The odd thing is is that it

Re: passing a session from non-SSL to SSL

2002-09-12 Thread Gary Lyons
Does anyone have an answer for this?? I can't find anything in the docs that covers this. Please help. Gary Lyons Joshua Szmajda wrote: > Hi all, > > I'm upgrading an application from Tomcat 3.2 to Tomcat 4.0, and I'm > noticing that my application is now losing track of its sessions when I

passing a session from non-SSL to SSL

2002-09-12 Thread Joshua Szmajda
Hi all, Not sure if I actually sent this the first time or not, so it's going out again.. sorry if it's a duplicate :) I'm upgrading an application from Tomcat 3.2 to Tomcat 4.0, and I'm noticing that my application is now losing track of its sessions when I switch from non-SSL to SSL

REPOST: register variables

2002-09-12 Thread Felipe Schnack
I really can't register variables in the JSP scope from a taglib? -- Felipe Schnack Analista de Sistemas [EMAIL PROTECTED] Cel.: (51)91287530 Linux Counter #281893 Faculdade Ritter dos Reis www.ritterdosreis.br [EMAIL PROTECTED] Fone/Fax.: (51)32303328 -- To unsubscribe, e-mail:

RE: jspc name-mangling and mapping vs. Tomcat on-the-fly compile

2002-09-12 Thread Scott Dayberry
Comments from anyone who's been successful in getting JSP precompile to work is appreciated! Since my first posting, I have since upgraded to Tomcat 4.0.4, hoping the issue with precompile of JSP's would be fixed, but I am still not having success getting it to work. I'm running jspc.sh as: jspc

mod_jk problem with Apache 2.0.40 and directory index/.jsp

2002-09-12 Thread Andre Schild
Hello, when we setup apache 2.0.40 with mod_jk and Tomcat 4.0.4 or 4.1.10 we see the following behaviour: Normal operation of .jsp pages is ok index.jsp pages are served correctly (recognized as default page) When tomcat isn't running then the .jsp pages give error not found back. Not realy ok,

Re: How to Change Port Number of Tomcat

2002-09-12 Thread micael
Why should they have different port number? That is not necessary. At 12:38 AM 9/12/2002 -0700, you wrote: >Hi, all, > >I am now using Tomcat 3.2.3. I would like to use one PC to simulate two Web >applications. Each of them resides in the same PC but they should have >different port number. I to

Running XML-parsing servlets on Tomcat, using JAXP ?

2002-09-12 Thread Soefara Redzuan
Has anybody managed to run XML-parsing servlets on Tomcat 4 using JAXP? If so, could you please help me with the XML configuration for Tomcat because I keep getting class clashes. Here's what I've done so far, 1. Downloaded the Java XML Pack from http://java.sun.com/xml/javaxmlpack.html 2. Un

Re: Possible Memory Leak in Apache Tomcat/4.1.10-LE-jdk14

2002-09-12 Thread Billy Ng
Thanks, Glenn! Billy Ng - Original Message - From: "Glenn Nielsen" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, September 11, 2002 7:45 PM Subject: Re: Possible Memory Leak in Apache Tomcat/4.1.10-LE-jdk14 > The JVM will grow to as much memory as you

Re: Setting thread prority in Tomcat

2002-09-12 Thread Tim Funk
Nope. A servlet may run in any thread. The servlet itself may adjust its priority (if allowed by the security manager). But you would need to remember to also lower it since the next request (to maybe a "normal servlet") to run in that thread would also run at that priority. Personally - unles

Redeploying changed webapps -- am I missing something?

2002-09-12 Thread Jeff
What's the fastest and most convenient way to update a deployed web app from a new .war file under Tomcat 4? Under Tomcat 3, I used to just replace the .war file in $TOMCAT_HOME/webapps, delete the old deployment directory, and let Tomcat redeploy the new version automatically. Tomcat 4 won't all

Possible proxyProtocol attribute?

2002-09-12 Thread Ratner, Ian
I've set up Apache to proxy HTTP requests to an SSL-enabled Tomcat which serves up Java Web Start applications:   Apache httpd.conf:       ProxyPass    /webstart https://tomcat.mydomain.com:19007/webstart    ProxyPassReverse /webstart https://tomcat.mydomain.com:19007/webstart So i

Re: Question

2002-09-12 Thread Alex Chaffee / Purple Technology
RTFAQ: http://www.jguru.com/faq/view.jsp?EID=160 Have fun! - Alex On Wed, Sep 11, 2002 at 09:31:58AM -0700, Ralph Merrick wrote: > > Hello all, thanks a lot. Just one question would be, I have a jsp page that would be >a form that would take input from the user, and the user has a choice to

Setting thread prority in Tomcat

2002-09-12 Thread Takumi Fujiwara
Hi, Could someone please tell me if it is possible to adjust the priority of servlet serving thread based on which servlet it is serving? For example, I have 2 servlets in my Web Application. All threads serving Servlet 1 will have higher prority than Servlet 2. Can I config that in TomCat?

Re: tomcat 4.1.10 mishandling nested variables in tags?

2002-09-12 Thread peter lin
to put things in perspective. it didn't get caught because the test cases are simple and do take into account this type of use. The developers have worked very hard to expose as many bugs as possible and fix them, but considering jasper2 was totally reworked to include all these features a few bu

RE: tomcat 4.1.10 mishandling nested variables in tags?

2002-09-12 Thread Jacob Heric
I upgraded to 4.1.10 and got some similar, strange behaviour with variables in my tags showing up null. Here is the work around I used: I disabled tag handler pooling on the jsp page compiler in the global web.xml file as follows: at $CATALINA_BASE/conf/web.xml I added: jsp

RE: tomcat 4.1.10 mishandling nested variables in tags?

2002-09-12 Thread Dave Townsend
You have to wonder why 4.1.10 has been marked as the production release with such an obvious bug. Dave -- What a day outside... The sun is out, birds are singing, bees are trying to have sex with them---as is my understanding... -Original Message- From: Daniel Schmid [mailto:[EMAIL PRO

Problem in servlet form

2002-09-12 Thread bm
Hi Am using servlet under apache 2.0.35 and tomcat 4.0.3 combination with mod_jk(platform w2k), but i have a weird problem ,one of my servlet form is not getting triggered in http protocol but the same working under https protocol. Any suggestion or clue for me thanks bm -- To unsubscribe,

AW: tomcat 4.1.10 mishandling nested variables in tags?

2002-09-12 Thread Daniel Schmid
Is exactly the same for me. I work with includes in the index.jsp. All the included template which uses a tag seem to make troubles in 4.1.10. the same app works like a charm in 4.0.4 with jasper 1. Daniel Schmid > -Ursprüngliche Nachricht- > Von: Dave Townsend [mailto:[EMAIL PROTECTED]

RE: Help Deploying Servlet

2002-09-12 Thread Vincent . Gaboriau
Have you specify the "servlet-mapping". for exemple : AddNewsItem /AddNewsItem -Message d'origine- De : Chuck Carson [mailto:[EMAIL PROTECTED]] Envoye : jeudi 12 septembre 2002 18:27 A : Tomcat Users List Objet : Help Deploying Servlet I have the following servlet: $TOMCA

RE: Url Mapping with mod_jk

2002-09-12 Thread Anthony Milbourne
Hi I'm still trying to get this URL mapping to work. I have sorted out some other problems in the mean time but still have a problem (a different one) with URL Mapping. As an asside: Your HowTo was very useful Jonh. It turned out that I had a previous deffinition of the virtualhost I wanted in

Re: isapi filter

2002-09-12 Thread Mark Eggers
A little more information would be helpful. 1. What is the URI that you are typing in the browser? 2. What does your uriworkermap.properties look like? 3. What does your workers.properties look like? 4. What version of Tomcat/IIS are you using? One of my first guesses that I have is that you'

Re: Question

2002-09-12 Thread Lauren Commons
--- Ralph Merrick <[EMAIL PROTECTED]> wrote: > > Hello all, thanks a lot. Just one question would be, > I have a jsp page that would be a form that would > take input from the user, and the user has a choice > to upload a file. So on submission of the form, if > they specify the file name, then

Help Deploying Servlet

2002-09-12 Thread Chuck Carson
I have the following servlet: $TOMCAT_HOME/webapps/ROOT/WEB-INF/classes/AddNewsItem.class I addded this to WEB-INF/web.xml AddNewsItem AddNewsItem I restarted tomcat but I keep getting 404's when referring to AddNewsItem from a jsp page like so: What am I missing? Tha

RE: Can anyone Undeploy an Existing Application in 4.1.10?

2002-09-12 Thread Ben Rometsch
Yes I have. You can't undeploy an existing application through that app. You can only remove an application, which is different. I'm pretty sure the http://localhost:8080/manager/undeploy?path=/ component is not working - has anyone managed to get it functioning properly? -Original Message

tomcat 4.1.10 mishandling nested variables in tags?

2002-09-12 Thread Dave Townsend
Just upgraded to 4.1.10 and found that my webapp no longer functions. I have tracked this down to a tag that uses nested tags. On the old version (4.0.4), immediately after the doStartTag call, the variables are declared for the jsp page, and their values read from the pageContext, then the jsp co

Question

2002-09-12 Thread Ralph Merrick
Hello all, thanks a lot. Just one question would be, I have a jsp page that would be a form that would take input from the user, and the user has a choice to upload a file. So on submission of the form, if they specify the file name, then it would be uploaded to the server, and the full path n

isapi filter

2002-09-12 Thread Jon Morgan
Well, IIS works as does tomcat. The plugin appears to almost work. Perhaps there is a problem or someone there might shed some light on this for me. I try to access the extension and I see it hit tomcat. Tomcat gives me a 404 error but IIS logs a 200. My browser displays the 404. Everything

Re: apache error?

2002-09-12 Thread charbel . achkar
Yes. Its best to add it with the mod_jk file that you are then including in the httpd.conf -- To unsubscribe, e-mail: For additional commands, e-mail:

A couple of questions

2002-09-12 Thread Ralph Goers
I apologize in advance if these questions have been asked and answered before. 1. Where is the list of system properties used by Tomcat published? 2. Can I create a properties file for Tomcat to use to set the system properties? If so, how do I configure Tomcat to use it. If not, why not. Speci

RE: Tomcat 4.0.4 and Apache 1.3.26 and mod_jk issues

2002-09-12 Thread Turner, John
You're welcome, glad I could help a little. John > -Original Message- > From: Habibak haAlbek [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 11:56 AM > To: Tomcat Users List > Subject: RE: Tomcat 4.0.4 and Apache 1.3.26 and mod_jk issues > > > > John, > I downgraded

Setting the inprocess worker

2002-09-12 Thread Sasha Kraljevic
Hi, First let me apologize if I ask something obvious but as this is my first appearance on this list please bear with me. Here is the problem... I have Apache 2.40/Tomcat 4.1.0/JDK 1.4.0_02/Win2000 I have set the inprocess worker and the Tomcat starts within Apache process but when I try to acce

RE: Tomcat 4.0.4 and Apache 1.3.26 and mod_jk issues

2002-09-12 Thread Habibak haAlbek
John, I downgraded from tomcat 4.0.4 to 3.3.1 . I left the httpd.conf and workers.properties intact with the exception of the new tomcat home variable in workers file. I even kept the mod_jk.so I downloaded from your site for apache 1.3.26 and tomcat 4.0.4. This time I did not touch server.xm

  1   2   >