RE: Answers to LifecycleException Questions

2002-01-31 Thread Anton Brazhnyk
Hi, -Original Message- From: Bill Saur [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 11:10 PM To: [EMAIL PROTECTED] Subject: Answers to LifecycleException Questions Georg: I tried twice to send this to your e-mail address and it came back as undeliverable

RE: Problems with .exe install for NT

2002-01-31 Thread Anton Brazhnyk
Hi, Tom -Original Message- From: Tom Bednarz [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 9:20 AM To: Tomcat Users List Subject: Re: Problems with .exe install for NT John, Type tomcat.exe /? for a help screen. I have written some batch files to install and

multiple init() calls

2002-01-31 Thread Serge A. Redchuk
Hi All ! I've encountered a problem with creating threads of init servlet. Forgive me if I'm wrong. As I think, catalina must call init() method of init servlet _once_. And then just must make only copies of init servlet instance for new user requests. But I've encountered that the init()

RE: multiple init() calls

2002-01-31 Thread Anton Brazhnyk
Hi, -Original Message- From: Serge A. Redchuk [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 10:34 AM To: [EMAIL PROTECTED] Subject: multiple init() calls Hi All ! I've encountered a problem with creating threads of init servlet. Forgive me if I'm wrong.

Re: multiple init() calls

2002-01-31 Thread David Rault
hi i think there may be a misunderstanding (or i misunderstood your message ?!) the servlet must create _only_ one instance of each servlet class per web application then this instance must receive _one_ message init() at this point user request may be served for each user request, a thread is

RE: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-31 Thread John Wadkin
Lasse When you say list signature do you mean this: To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED] If so, then I think the real issue is, Why's the signature there in the first place?. Mailing list

AW: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-31 Thread Ralph Einfeldt
That's a matter of taste. I use this form when I want to adress special parts of the original post. This makes it easier to create correlations between the contents. But I use this form not often. The normal case is like this reply. Realy confusing is this style if you can't separate the

RE: multiple init() calls

2002-01-31 Thread Anton Brazhnyk
Hi, -Original Message- From: David Rault [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 11:36 AM To: Tomcat Users List Subject: Re: multiple init() calls hi i think there may be a misunderstanding (or i misunderstood your message ?!) the servlet must create

RE: Sessions Timeout

2002-01-31 Thread Justin Rowles
I had a quick question about this. For a session to be refreshed by being accessed, does this count only direct calls to the specific URI's, or if I do a forward from another servlet context into it, will this count as access as well. I'd have *expected* any access to the session

RE: javax.servlet.ServletException: Servlet.init() for servlet jsp threw exception in Tomcat4.0.1 with JBuilder6

2002-01-31 Thread Justin Rowles
Just from reading the error logs you sent: root cause java.lang.NoClassDefFoundError: org/xml/sax/SAXException ...it sounds like your classpath for JBuilder doesn't include this class. J. -- You're only jealous cos the little penguins are talking to me.

Tomcat 4.0.1: Manager web-app hangs on web-app reload request

2002-01-31 Thread James Pope
Hello, I've been having some trouble with Tomcat 4.0.1's Manager web-app, that I think is related to memory issues... I noticed that when I used the Manager web-app to reload one of my web-apps (using the /manager/reload?path=/mywebapp request), Tomcat's memory footprint went up by about a MB

JAXB and Tomcat Problem

2002-01-31 Thread Paul Worrall
Hi, I have tried to use the JAXB 1.0 runtime library with Tomcat 4.0.1 and horribly strange things start to happen. Can anyone help? Details below. Solaris 8 with -- java version 1.3.1_01 Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01) Java HotSpot(TM) Client VM (build

AW: Sessions Timeout

2002-01-31 Thread Lauer, Oliver
I guess as far as the session cookie is sent back or the session id is appended to the url the session will be kept alive. But if you invoke that url from anywhere in space without sending the session cookie or without the session appended to the url a new session will be created and the old one

AW: JAXB and Tomcat Problem

2002-01-31 Thread Lauer, Oliver
I'm using jaxb with TC4.0 and don't have any difficulties in using so but I've placed the libs in common thus different apps could need that ! Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax:

TC with IIS

2002-01-31 Thread Vishal Mukherjee
Hi All, I am using TC 3.3a with IIS 4.0 I have gone through many pages to configure it. I am facing problem to configure the isapi_redirector.dll properly. in the iis 4 the ISAPI filters screen the jakarta filter has a RED arrow next to it. What could be the Problem I am using SBS 4.5 with IIS

Re[2]: multiple init() calls

2002-01-31 Thread Serge A. Redchuk
Hello David, Anton ! thanks a lot for help ! And excuse me because while asking the question about multiple init() calls I've forgotten to inform about one thing ... My servlet IS NOT directly extended from HttpServlet, but: import org.apache.struts.action.ActionServlet; ... public class

RE: JAXB and Tomcat Problem

2002-01-31 Thread Paul Worrall
Yes, and I have just found that it works under the j2sdkee1.3 which is Apache Tomcat/4.0-b4-dev so I must be going wrong somewhere. Any idea what the java.lang.SecurityException: sealing violation might mean ? That might help me reach some conclusions. Thanks Oliver. -Original

Unload a servlet in tomcat

2002-01-31 Thread Héctor Garcia Peris
Hello everybody, I'm using tomcat 3.22 + apache to serve servlets in a web. Normally, when I modify a servlet and I recompile it, the servlet in memory is substituted by the new servlet, but sometimes the old servlet remains in the server memory. Anybody knows some way to unload the servlet

URL to servlet mapping with mod_jk

2002-01-31 Thread Cressatti, Dominique
quick question: how do I map a servlet to a URL using mod_jk eg I have /MyApp/WEB-INF/classes/dir1/dir2dir3/MyServlet.class and I want that to http://host/MyApp/MyServlet Thanks Dom

AW: JAXB and Tomcat Problem

2002-01-31 Thread Lauer, Oliver
I don't know anyway but how about debugging the statement: java.net.URLClassLoader.defineClass(URLClassLoader.java:234) and looking what's going on there ? AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148

RE: JAXB and Tomcat Problem

2002-01-31 Thread Paul Worrall
Hey, me happy. Fixed it. I put the jaxb runtime jar in my war file WEB-INF/lib instead and it worked. Help much appreciated. -Original Message- From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Sent: 31 January 2002 11:53 To: 'Tomcat Users List'; '[EMAIL PROTECTED]' Subject: AW: JAXB and

AW: JAXB and Tomcat Problem

2002-01-31 Thread Lauer, Oliver
Paul, but now only this webapp can use JAXB and I guess it's worth it other apps can use it, too, so how about placing jaxb within something like the following ...\Tomcat4.0\common\lib. Within this folder any webapp can use jaxb. Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver

RE: JSP problem

2002-01-31 Thread Randy Layman
I assume when you mean access your jsp page through a servlet you mean you are calling the RequestDispather's forward method. This method takes paths relative to the root of your webapp. If your webapp is called cdtest, then you would want to forward to just /menu.jsp Randy

RE: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-31 Thread Randy Layman
-Original Message- From: John Wadkin [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 4:51 AM To: 'Tomcat Users List' Subject: RE: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST... Lasse When you say list signature do you mean this: To unsubscribe:

RE: TC with IIS

2002-01-31 Thread Randy Layman
Your registry entries have a problem with them (incorrect key names or the paths aren't valid). Randy -Original Message- From: Vishal Mukherjee [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 6:11 AM To: [EMAIL PROTECTED] Subject: TC with IIS

environmental variables

2002-01-31 Thread Dominic Clay
Hi, Can anyone tell me how can I write a debugging page to see what the values in my environmental variables (CLASSPATH, TOMCAT_HOME etc) are according to Tomcat4. I have been getting an error saying: java.lang.UnsatisfiedLinkError: no in java.library.path This occurs as soon as

Tomcat 4.0.1 Dreamweaver 4.01 using WebDAV too slow

2002-01-31 Thread Madock Chiwenda
I am trying to access Tomcat 4.0.1 web application files using Dreamweaver 4.0.1 in my win98 machine. I find it to be extremely slow takes up to 3-5 minutes to retrieve the site. I tried to access the same tomcat files using Web Folders in Windows Explorer it works fine and fast enough (1-3

Re: RE: javax.servlet.ServletException: Servlet.init() for servlet js p threw exception in Tomcat4.0.1 with JBuilder6

2002-01-31 Thread Thanh Duong
Thanks to all for help. I got it running now. I include the package SAX and it works. Thanh Tomcat Users List [EMAIL PROTECTED] schrieb am 31.01.02: Just from reading the error logs you sent: root cause java.lang.NoClassDefFoundError: org/xml/sax/SAXException ...it sounds like

Re: Tomcat 4.0.1 Dreamweaver 4.01 using WebDAV too slow

2002-01-31 Thread Remy Maucherat
I am trying to access Tomcat 4.0.1 web application files using Dreamweaver 4.0.1 in my win98 machine. I find it to be extremely slow takes up to 3-5 minutes to retrieve the site. I tried to access the same tomcat files using Web Folders in Windows Explorer it works fine and fast enough (1-3

Re: URL to servlet mapping with mod_jk

2002-01-31 Thread Matt Egyhazy
look at documentation on the servlet and servlet-mapping elements in the web.xml. matt - Original Message - From: Cressatti, Dominique [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, January 31, 2002 4:34 AM Subject: URL to servlet mapping with mod_jk quick

Installing TomCat 4.0

2002-01-31 Thread Jose Euclides da Silva Junior - DIGR.O
Hi everybody, i have gotten a headache when i try to access an *.html file from my TomCat 4.0. My server is a W2000 Server, but IIS 5.0 is running together, too. TomCat was started up as a W2000 service - port 8080/8081(dos netstat -a), but unfortunately, all web pages are unavailable. Any help

RE: Errors using warp connector

2002-01-31 Thread Larry Isaacs
If you are referring to Tomcat 3.3's auto generated mod_jk.conf, see the forwardAll and noRoot attributes for the ApacheConfig module at: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/serverxml.html#ApacheConfig Cheers, Larry -Original Message- From: Joe Emenaker [mailto:[EMAIL

RE: JasperLoader Exception

2002-01-31 Thread Pavel Brun
sureI will set up a test caseI will have something up by about noon time or so...and I will post a download of the java source code, JSP file within a ZIP File as well Thanks Paul -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Thursday, January

RE: TC with IIS

2002-01-31 Thread Larry Isaacs
What were the results from going through the Troubleshooting section? Cheers, Larry -Original Message- From: Vishal Mukherjee [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 6:11 AM To: [EMAIL PROTECTED] Subject: TC with IIS Importance: High Hi All, I am using

RE: URL to servlet mapping with mod_jk

2002-01-31 Thread Cressatti, Dominique
Oh I've got that right! http://myhost:8080/MyApp/MyServlet works. but how do I change the URL that mod_jk publish. In tomcat4 I would have in web.xml ... servlet-mapping servlet-nameMyServlet/servlet-name url-pattern/MyServletURL/url-pattern /servlet-mappingI ... and in

RE: Problems with .exe install for NT

2002-01-31 Thread Martin van den Bemt
Maybe I am mistaking, but I think I read somewhere that the windows installer doesn't recognize the jdk 1.4. Maybe checking the archives for this will find you an answer on how to solve that. Mvgr, Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent:

Re: Problems with .exe install for NT

2002-01-31 Thread Remy Maucherat
Maybe I am mistaking, but I think I read somewhere that the windows installer doesn't recognize the jdk 1.4. Maybe checking the archives for this will find you an answer on how to solve that. Sun changed the registry keys in b3. 4.0.2 b2 fixes it (and also recongnizes JAVA_HOME). Remy --

Can I use the Hotspot JVM to run tomcat

2002-01-31 Thread Antony Stace
Hi Can I use the hotspot JVM for running tomcat. If I look at the java program I see there is a -servlet option. Can I just place this in the command line options for java in the tomcat.sh script? -- Cheers Tony -

RE: URL to servlet mapping with mod_jk

2002-01-31 Thread Larry Isaacs
-Original Message- From: Cressatti, Dominique [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 8:29 AM To: Tomcat Users List Subject: RE: URL to servlet mapping with mod_jk Oh I've got that right! http://myhost:8080/MyApp/MyServlet works. but how do I change the

Re: Installing TomCat 4.0

2002-01-31 Thread Sriram N
Hello, The logs are kept in %TOMCAT_HOME%/logs. Please check these logs for error messages. If you find that you're stuck somewhere, then post relevant sections from these logs. Sriram --- Jose Euclides da Silva Junior - DIGR.O [EMAIL PROTECTED] wrote: Hi everybody, i have gotten a headache

RE: environmental variables

2002-01-31 Thread sumit . rajan
have you set JAVA_HOME ? -Original Message- From: Dominic Clay [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 7:49 AM To: Tomcat-User (E-mail) Subject: environmental variables Hi, Can anyone tell me how can I write a debugging page to see what the values in my

Junk after session expired

2002-01-31 Thread Mark Meany
Hope someone can help: Config: Win NT, Tomcat 3.2.3, Apache 1.3.2 ( according to bundled changes log). Have configured a simple JSP app that starts at a login page and maintains a session bean across pages. At the start of each page we need to check for no session/session expired. If this is

RE: Junk after session expired

2002-01-31 Thread Randy Layman
You need to add return; after calling sendRedirect. All sendRedirect does is to call setHeader with the appropriate values for you, its still up to you to cancel out of the remainder of the page's logic. Randy -Original Message- From: Mark Meany [mailto:[EMAIL

RE: Junk after session expired

2002-01-31 Thread pero
you have to append a return; - statement after the redirect, because the current page will be rendered, too cheers pero -Original Message- From: Mark Meany [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 2:03 PM To: 'Tomcat Users List' Subject: Junk after session

exception when compiling jsp

2002-01-31 Thread rob
In order to provide more secure access to my .jsp pages I have moved them above the WEB-INF directory and am using a servlet to forward requests to them. However a problem arises when I try to do this with regard to compiling of the .jsp pages they can't seem to properly locate my custom tag

J2EE 1.3 RI + Tomcat 4.0.1

2002-01-31 Thread Matthew
Were anyone succesfull in deploying EAR application on J2EE RI + Tomcat combination. That means using RI as EJB container and Tomcat as Web container? If so send detail spec here plz... -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with

Connection object question

2002-01-31 Thread Liu, Abraham
Hi all, Currently, we are developing a web site using jsp under Weblogic 5.1. I have questions about how to create connection objects. Can anyone tell me which method is the right way to do it? (1) Using Class.forName(weblogic.jdbc.pool.Driver) and con =

RE: multiple init() calls

2002-01-31 Thread Craig R. McClanahan
See intermixed below. On Thu, 31 Jan 2002, Anton Brazhnyk wrote: Date: Thu, 31 Jan 2002 12:20:16 +0200 From: Anton Brazhnyk [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: multiple init() calls Hi, -Original

RE: environmental variables

2002-01-31 Thread Dominic Clay
yes $JAVA_HOME is set, both in my /etc/bashrc file, and in my /etc/tomcat4/conf/tomcat4.conf file. Dominic here is a copy of these files // /etc/tomcat4/conf/tomcat4.conf * # tomcat /etc/rc.d script example configuration file # Use with version 1.07 of the scripts

error message

2002-01-31 Thread chad kellerman
Hey guys, I think I just build Tomcat 4 on a Red HAt 6.2 server. But after I ran $ ant dist it did not create a dist directory, it created a build directory inside the catalina directory. Is this suppose to happen? I went to {$CATALINA}/bin and ran $ ./startup It did not start.

RE: error message

2002-01-31 Thread Randy Layman
This looks like you haven't set CATALINA_HOME correctly Randy -Original Message- From: chad kellerman [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 10:19 AM To: Tomcat Subject: error message Hey guys, I think I just build Tomcat 4 on a Red

Re: Tomcat 4.0.1: Manager web-app hangs on web-app reload request

2002-01-31 Thread Craig R. McClanahan
On Thu, 31 Jan 2002, James Pope wrote: Date: Thu, 31 Jan 2002 10:21:28 - From: James Pope [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Tomcat 4.0.1: Manager web-app hangs on web-app reload request Hello, I've been

Re[2]: multiple init() calls

2002-01-31 Thread Craig R. McClanahan
On Thu, 31 Jan 2002, Serge A. Redchuk wrote: Date: Thu, 31 Jan 2002 13:31:53 +0200 From: Serge A. Redchuk [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], Serge A. Redchuk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re[2]: multiple init() calls

Retrieving client certificate in tomcat via warp from apache

2002-01-31 Thread Peter Buus
Hi, I have the following setup: Apache 1.3.22+mod_ssl 2.5.8+mod_webapp1.1 talking to a Tomcat 4.0.1 via a warp connector. The Apache is requiring client certificates on a given URL which is then sent to Tomcat via warp. My question is now, how do I retrieve the SSL variables (eg.

RE: JAXB and Tomcat Problem

2002-01-31 Thread Craig R. McClanahan
On Thu, 31 Jan 2002, Paul Worrall wrote: Date: Thu, 31 Jan 2002 11:47:15 - From: Paul Worrall [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: JAXB and Tomcat Problem Yes, and I have just

RE: exception when compiling jsp

2002-01-31 Thread Larry Isaacs
I don't believe Tomcat 3.3 supports accessing content, via forward, include, etc. under the WEB-INF, or META-INF, directories, even if it did compile. My guess is that your error is occuring because you didn't put you tag classes in a package and are thus in the default package. In Tomcat 3.x,

Re: J2EE 1.3 RI + Tomcat 4.0.1

2002-01-31 Thread Craig R. McClanahan
On Thu, 31 Jan 2002, Matthew wrote: Date: Thu, 31 Jan 2002 15:56:01 +0100 From: Matthew [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: J2EE 1.3 RI + Tomcat 4.0.1 Were anyone succesfull in deploying EAR application on J2EE RI + Tomcat

RE: Broken pipe

2002-01-31 Thread Emerson
Hi Anton Take a look above, i marked the lines that appear my servlet code : At 09:38 31/1/2002 +0200, you wrote: Hi, -Original Message- From: Emerson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 7:36 PM To: Tomcat Users List Subject: RE: Broken pipe I

RE: Reload servlet

2002-01-31 Thread Emerson
If i´m not wrong, the manager comes with TC 4 just, am I right??? At 09:53 31/1/2002 +0200, you wrote: Hi, -Original Message- From: Emerson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 7:38 PM To: Tomcat Users List Subject: RE: Reload servlet Have you create a

Re: exception when compiling jsp

2002-01-31 Thread rob
I'm already redirecting to .jsp files under WEB-INF (but they don't contain custom tags). Also, your correct about the remainder of the problem and putting the tags in a package has made things happy. Thanks I appreciate it. - Original Message - From: Larry Isaacs [EMAIL PROTECTED]

RE: Reload servlet

2002-01-31 Thread Craig R. McClanahan
On Thu, 31 Jan 2002, Emerson wrote: Date: Thu, 31 Jan 2002 13:41:04 -0300 From: Emerson [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Reload servlet If i´m not wrong, the manager comes with TC 4 just, am I right???

RE: URL to servlet mapping with mod_jk

2002-01-31 Thread Cressatti, Dominique
I believe *ajp13 should be just ajp13 Sorry I mistyped I definitely had JkMount /MyURL ajp13 JkMount /MyURL/* ajp13 but it still doesn't work. I get the following message when I try to access it: Not Found (404) Original request: /CGI-BIN/LANSAWEBReset Not found request: /CGI-BIN/LANSAWEBReset

Re: Retrieving client certificate in tomcat via warp from apache

2002-01-31 Thread Orion Suydam
Peter, I am able to do this with Apache 1.3.19/Tomcat 3.3/mod_jk/mod_ssl 2.8.2. There are no Tomcat specific configuration items to worry about. You do have some mod_ssl directives to add to your httpd.conf though. You may already be doing this, but you need to specify the URLs that should be

RE: URL to servlet mapping with mod_jk

2002-01-31 Thread Larry Isaacs
The syntax for JkMount is something like: JkMount /ctx path [/more path ] [ / | /* | /*.ext ] worker The ctx path has to match up with the context path in use by Tomcat, i.e. the Context path=ctx path ... / or equivalent if auto-served. If the remainder of the mapping matches the request,

how to get changes to web.xml without restarting tomcat

2002-01-31 Thread tmarti34
All, My dilemma as I understand it is this. Tomcat is run at root level, requiring restarts of both Tomcat and Apache to be performed by the system administrator. For changes to take effect in web.xml (so far as I can tell) Tomcat must be restarted. This means, bugging the system

RE: Junk after session expired

2002-01-31 Thread Mark Meany
Thanks for the advice. In practise there was a 'return;' statement before the close brace, but this got lost during cut-n-paste. We still had the same problem. Have changed code now to use jsp:forward .. and all is well in the world. M.

Tomcat robustness and scalability

2002-01-31 Thread James Thornley
Hi, I'm doing an assessment for a company to replace weblogic with tomcat/jboss. I've managed to get an installation using the jboss/tomcat bundle and am currently comparing it to the weblogic installaion. The good news is that (using jmeter), if I fire a repetative single requests at both

jsp class loading

2002-01-31 Thread Drinkwater, GJ (Glen)
I have written some java classes to help my servlet/jsp configuration. But the problem is that i want them to be accessable to my servlet and my jsp. i have jar the file and put them in the web-inf/lib folder and also in the java_home/jre/lib/ext folder. The servlets pick up the classes

Apache Tomcat/4.0.1 - HTTP Status 404 - /admin

2002-01-31 Thread Rahadul Kabir
I recently Installed Tomcat 4.0.1 on my RaQ4. It was working okay for first couple of days but today when i tried to login through the RaQ4 user interface this is the error I get Apache Tomcat/4.0.1 - HTTP Status 404 - /admin Thats not it, I can't also access any of the files for any of the

RE: URL to servlet mapping with mod_jk

2002-01-31 Thread Cressatti, Dominique
I modified my mod_jk.conf to the following JkMount /lansa /CGI-BIN ajp13 JkMount /lansa /CGI-BIN/* ajp13 but http://192.168.0.247/CGI-BIN/LANSAWEBReset comes up with: Not Found The requested URL /CGI-BIN/LANSAWEBReset was not found on this server. yet

Re: Tomcat robustness and scalability

2002-01-31 Thread James Thornley
Panic over, I've discovered the EmbeddedCatalinaServiceSX mbean which initialises the catalina instance takes a parameter of MaxProcessors, and if you don't give it it defaults to 20. Sorry for wasting your time James Thornley --- James Thornley [EMAIL PROTECTED] wrote: Hi, I'm doing an

Multiple instance of Jakarta Tomcat 4.0

2002-01-31 Thread Xie, David (IPCG-NJ)
Hi all, I am running jakarta-TomCat 4.0 on a dual cpu server. When running FOP servlet on a single cpu machine, cpu usage is almost 100%. When I ran FOP servlet on the dual cpu machine, the cpu usage shows 50% usage. This tells me only one cpu is actually doing all the work. Does anybody

RE: JAXB and Tomcat Problem

2002-01-31 Thread Luke Studley
Also I believe that JAXB will need to create your application classes (the ones created by the JAXB source generator) as it parses the XML input you read. So if you put JAXB in common/lib you will also have to put your application class files that are created by JAXB there also. This may be why

Re: Tomcat robustness and scalability

2002-01-31 Thread Michael Kastner
James, thank you very much for this hint. I wasn't aware of this parameter. By the way, I (maybe others on the list too) am very interested in the results of your assessment. Would you mind posting it, once you're done? Greetings Michael Kastner - Original Message - From: James

RE: JasperLoader Exception

2002-01-31 Thread Pavel Brun
Wellthere is only one problem thissince I am creating a Singleton object...it exists for all of time. As a resultnobody will see it after the first time the page is ever accessed. I will try to change this, so the object is create every time the page is accesed. Thanks Paul

Re: Retrieving client certificate in tomcat via warp from apache

2002-01-31 Thread Markus Maeder
Hi Peter You can read the certificate with String certAttribute =javax.servlet.request.X509Certificate; X509Certificate certificate[] = (java.security.cert.X509Certificate[])request.getAttribute(certAttribute); With mod_webapp I couldn't get it to work. With mod_jk it is working. Markus

NullPointerException: causes?

2002-01-31 Thread John Wadkin
Can anyone offer any suggestions about the cause of the attached NullPointerException trace? I've managed to setup and integrate Apache 1.3 and Tomcat 4.1 using mod_WebApp on Solaris 8 (JDK 1.3). I ran the attached servlet (which I didn't write) with the hope of testing that everything was

Apache/WARP connector/trailing slash

2002-01-31 Thread Dave North
OK, I searched the list archive for this but couldn't find a solution. Tomcat 4.0.1 running on RedHat 7.1 Apache 1.3.2 WARP connector How can I setup apache/tomcat/WARP so I don't need the trailing slash? ie. http://myhost.acme.com/examples I'm sure it must be possible but I don't see an

Re: jsp class loading

2002-01-31 Thread August Detlefsen
You can put the jar in WEB-INF/lib, but to use the classes in a JSP, you have to import them in the page element: %@ page import=my.package.*, my.package.util.* % --- Drinkwater, GJ (Glen) [EMAIL PROTECTED] wrote: I have written some java classes to help my servlet/jsp configuration.

RE: NullPointerException: causes?

2002-01-31 Thread Martin van den Bemt
Looks like the DriverManager is returning null, so dbCcon is null. (line 217). So probably something is wrong in setting up the connection. Mvgr, Martin -Original Message- From: John Wadkin [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 18:41 To: Tomcat Users List

RE: URL to servlet mapping with mod_jk

2002-01-31 Thread Larry Isaacs
Sorry, I didn't pay attention to blanks in the syntax, so: JkMount /lansa /CGI-BIN ajp13 isn't valid, but: JkMount /lansa/CGI-BIN ajp13 is, though I don't think this will accomplish what you want. Mod_jk doesn't do rewriting. If a request comes in as http://192.168.0.247/CGI-BIN/...;

Re: AW: Job situation in the US

2002-01-31 Thread Micael Padraig Og mac Grene
This reference seems to be to the UK rather than to Germany. Do you have any German references? Thanks. At 04:00 PM 1/29/02 +0100, you wrote: Hi Lars, try http://www.jobserve.com . I believe in Frankfurt/Munich/Germany (that's where all the banking and telco business is) is still a demand

Location, Ownership, and File Permissions for production install of Catalina to be used with Apache (Unix)

2002-01-31 Thread Marc Ostrow
I'm thinking that I will place the jakarta-tomcat-4.0.1 tree at /usr/local and create a symbolic link named catalina to point there. From a Unix security point of view, I have the following questions: 1) Who should own (user and group) the jakarta-tomcat-4.0.1 tree and symbolic link? 2) What

RE: JAXB and Tomcat Problem

2002-01-31 Thread Craig R. McClanahan
On Thu, 31 Jan 2002, Luke Studley wrote: Date: Thu, 31 Jan 2002 17:00:02 - From: Luke Studley [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: JAXB and Tomcat Problem Also I believe that JAXB will need to create

RE: NullPointerException: causes?

2002-01-31 Thread John Wadkin
Martin, You said So probably something is wrong in setting up the connection. Any ideas what?? I've checked that the database is open and the listener is listening. The JDBC drivers are in the right place. The user has sufficient privileges. I'm out of ideas! I'm just a lowly student who's ended

RE: Apache/WARP connector/trailing slash

2002-01-31 Thread Adrian Caneva
maybe ? at httpd.conf VirtualHost 192.168.1.2 DocumentRoot %TOMCAT_HOME%/webapps ServerName myhost.acme.com .. WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /examples /VirtualHost at server.xml ... Engine

RE: NullPointerException: causes?

2002-01-31 Thread Martin van den Bemt
Hmm. Happens a lot I guess. The only thing I can think off, is that the classesX.zip (which includes the oracle jdbc driver), was not renamed to classesX.jar. Tomcat only adds files with a jar extension to the classloaders classpath. If that is the case, this message should appear on the screen :

RE: NullPointerException: causes?

2002-01-31 Thread PELOQUIN,JEFFREY (Non-HP-Boise,ex1)
John, you might try this to see if the database is accessible telnet ipaddress 1521 if the port is accessible you should get something similar to Trying... Connected to ipaddress Escape character is '^]'. if you cannot access the port you should either get a connection refused error or it

Tomcat 3.3 getRemoteHost always returns localHost - Is there any 3.3 production version has patch applied

2002-01-31 Thread Jayakumar Duraisamy
We have moved from tomcat 3.2.1 to 3.3. We have one of our functionality depend on identifying the client based on the client IP/Hostname. In 3.2.1 ServletRequest.getRemoteHost() returns the DHCP address for the client, where as in 3.3 it always returns as localhost. I have seen a bug no 3944

RE: Tomcat 3.3 getRemoteHost always returns localHost - Is there any 3.3 production version has patch applied

2002-01-31 Thread Martin van den Bemt
Use the cvs version. Works perfectly fine in production environments and is very stable.. (running here without any problems) Mvgr, Martin -Original Message- From: Jayakumar Duraisamy [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 20:22 To: [EMAIL PROTECTED] Subject:

Problem w/ Tomcat 3.3 and xerces.jar

2002-01-31 Thread Andrew Ferayorni
Hello all, I'm having trouble getting a servlet app to work with the Tomcat 3.3 servlet engine. Tomcat has worked great for my servlet apps so far. Recently, I developed an app that uses xerces to parse XML data. If I put xerces.jar in my CLASSPATH, tomcat starts up fine but I get a class not

Re: RE: Problems with .exe install for NT

2002-01-31 Thread John M . Hollingsworth
Yes. It still gives me that error message. From: [EMAIL PROTECTED] Date: 2002/01/30 Wed PM 01:31:54 EST To: [EMAIL PROTECTED] Subject: RE: Problems with .exe install for NT Have you set JAVA_HOME to d:\java\JDK1.4 (assuming that's where your JDK is installed)? Just a thought. Dennis

RE: Problem w/ Tomcat 3.3 and xerces.jar

2002-01-31 Thread Randy Layman
Drop xerces.jar into /myWebApp/WEB-INF/lib/ Randy -Original Message- From: Andrew Ferayorni [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 2:48 PM To: [EMAIL PROTECTED] Subject: Problem w/ Tomcat 3.3 and xerces.jar Hello all, I'm having trouble

mod_webapp.so for tomcat 4.0.1 with apache 1.3.20 on the solaris 5.7

2002-01-31 Thread Thanh Duong
Hi, Does somebody have the mod_webapp.so connector for solaris 5.7 in order to make tomcat-4.0.1 run with apache 1.3.20? The mod_webapp.so to download in jakarta.apache.org is for solaris 8. Thanks Thanh -- - www.no-voices.de

Re: Problem w/ Tomcat 3.3 and xerces.jar

2002-01-31 Thread Andrew Ferayorni
Randy, thanks for the quick response. I tried putting it there, but it doesn't help. I never read anything about using WEB-INF/lib. Is that in the documentation (3.3?)? Is there something I have to do to let Tomcat know about the lib directory? ~Andrew Randy Layman wrote: Drop

YAMWQ - Yet Another Mod_Webapp Question

2002-01-31 Thread Kevin HaleBoyes
This may seem long but I wanted to include anything I thought was relevant. CATALINA_HOME=/usr/local/jakarta/jakarta-tomcat-4.0.2-b2 JAVA_HOME=/usr/java/jdk1.3.1_02 I added a new Host entry to server.xml for my new website. This is the only change I made to the stock server.xml. Host

RE: NullPointerException: causes?

2002-01-31 Thread August Detlefsen
Your driver probably wasn't loaded properly. DriverManager.getConnection() would have thrown a SQLException if it couldn't connect on this line: dbCon = DriverManager.getConnection(DB_URL, DB_USERNAME, DB_PASSWORD); That would have been caught by this: catch(SQLException sqle) {

why use mod_webapp?

2002-01-31 Thread Dave North
Hi Folks, I'm already using mod_webapp for handling my tomcat traffic via apache. My question from a guy here is why do we do this and not just create a simple re-direct page? ie. create a directory with a 1 line HTML page in it that re-directs to the tomcat HTTP server. Are there

RE: why use mod_webapp?

2002-01-31 Thread Brian Adams
same port! port 80 is http (apache) tomcat would then have to run alone on another machine or Virtual IP. the beauty is that we can now SSI jsp/servlet in html and you never bounce to another port or have to add DNS entrees... just a few reasons, you'll get more and better explained. B

RE: Tomcat 3.3 getRemoteHost always returns localHost - Is there any 3.3 production version has patch applied

2002-01-31 Thread Larry Isaacs
I'm about a week behind on the RELEASE-PLAN-3.3.1.txt. http://cvs.apache.org/viewcvs/jakarta-tomcat/RELEASE-PLAN-3.3.1.txt?rev=1.2content-type=text/vnd.viewcvs-markup I'm hopeful that Tomcat 3.3.1-beta1 will be available early next week with the final to follow about a week later. I'm not aware

  1   2   >