RE: URGENT: Tomcat4 - Setting my Application as Default

2002-11-27 Thread Tref Gare
Sorry.. slight misinformation path of "" (as in your context) not "/" as I falsely suggested. Still think commenting out the ROOT context will sort it out. If not repost and maybe send a snippet of your server.xml Cheers -- Tref G

RE: URGENT: Tomcat4 - Setting my Application as Default

2002-11-27 Thread Tref Gare
Bob, The easiest solution to your problem will be to edit the existing ROOT context in tomcat. This context is defined with a path of "/" ie: the root of the website. If you edit its docBase setting to point at your documents/webapp then all will be well. Alternatively just comment out the ROOT

Chinese Content in JSP

2002-11-27 Thread Laxmikanth M.S.
Hi all, we have an application which is hosted on linux os and mysql db, with apache 1.3.26 and tomcat 3.3.1 , we have to support chinese contents on this website , we have jsp page which has chinese contents in a javascript function , but the value fetched is shown as junk characters in the bro

mod_jk

2002-11-27 Thread Andrewjj20
when i installed mod_jk in Apache and started it i got an error message saying that it couldn't find the api. andrewjj20 -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Tomcat connection benchmarks

2002-11-27 Thread Cristiano Moreira Silva
My question makes sense, and I know the mean of "concurrent". In my "example", I've thought that I was clear saying 1000-2000 con/day, 'cause in any time of this day would occur concurrent access. My need is only for benchmark studies or documents, like this, posted by Santosh Pasi: > > On RS/6000

Re: JSP + custom tags (XML)

2002-11-27 Thread Paul Campbell
Standard JSTL (1,2) has xml builtin. The url is a pointer to the docs, but you will not be able to install and use them with out doing some reading. http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html One of the better books, is "JavaServerPages" by Bergsten from O'Reilly. Pg 248 starts

Setup Apache (MOD_JK) & Tomcat on AIX

2002-11-27 Thread Chandrashekhar B
Hi All, I am having, - Apache 1.3.26 - Tomcat 4.0.6 - MOD_JK for AIX (Binary) I tried integrating Apache and Tomcat through MOD_JK and when I start Aapche, it says "Cannot Load mod_jk.so, Bad Address, httpd could not be started". Has anyone tried integrating Apache and Tomcat on AIX platform, a

RE: JSP + custom tags (XML)

2002-11-27 Thread Tref Gare
The example you're citing in there is just a generic example.. ie: if you had a taglib called tl it would be called in this way. Not very useful in itself but there you go. Uri in this instance would be where the taglib's tld would be located if it was installed. Take a look at jakarta's taglib

URGENT: Tomcat4 - Setting my Application as Default

2002-11-27 Thread Bob McCormick
I'm having a devil of a time configuring my Application so that when I enter 'http://someIP_or_name_or_localhost/' I get my application rather than than the Tomcat Startup Screen. At this point, I'm brain-dead I think. Here's what I've done so far: 1. Changed the CoyoteConnector to listen on por

package path/import

2002-11-27 Thread Paul_Wallace
Hi, I have the package: package dombean; import ...*; public class {etc. the file is in mydir/WEB-INF/classes and has been compiled. The jsp that imports it - <%@ page import="dombean.*" %> throws the error: package does not exist import dombean.*; ^ as does subsequent references

Re: REPOST: Coyote:: ArrayIndexOutOfBoundsException

2002-11-27 Thread Bill Barker
Actually, you should probably move to 4.1.16 :). There was a bug that looks a lot like this in earlier versions of the CoyoteConnector. However, in those cases, the bug should be much more harmless than what you're seeing. If you can try at least the 4.1.16 connector code and report what you find

Reload classes, deployed through WAR file

2002-11-27 Thread RXZ JLo
Tomcat 4.0.6 Deployment through WAR file, ie., no entry for the app in server.xml 1. In such case, where to mention reloadable=true? 2. With the same setup as above on Linux, the webapp reloads when classes change. This is not happening on windows 2000. Any comments? How to make reloadable work

filter jsp:include servletPath?

2002-11-27 Thread AAron nAAs
Hi all, This is more clarification about my attempts to automatically intercept and modify a .jsp request's servletPath as well as all the embedded files. Examples: http://blah.com/index.jsp would run /blah/index.jsp or /default/index.jsp based on which was first found to exist. would use /b

Re: Which connector for Apache 2 + Tomcat 4.1 on HP-UX 11?

2002-11-27 Thread Bill Barker
Actually, I've got one box where I have mod_jk.so (the 1.1.0 version that comes with 3.3.1) talking very nicely to the Jk2 CoyoteConnector running in 4.1.13. The nice thing about mod_jk at the moment is that you can mix-and-match native and Java versions freely. "Wendy Smoak" <[EMAIL PROTECTED]>

Re: Tomcat connection benchmarks

2002-11-27 Thread Peter Lin
Your question makes no sense. 1000 connections per day does not constitute "concurrent". Concurrent means at the same time, ie 1000 requests are hitting the server at the same time. for others to provide meaningful information, you have to provide a theoritical scenario of how the server is

Re: Should I get the nightly build?

2002-11-27 Thread Bill Barker
"micael" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Just back away from the Cat slowly. Depends on what you want, right? ;-) Actually, the 3.3.2-dev nightlies are currently very stable (since there isn't much going on with new-feature development at the m

Re: Errors when compiling Tomcat Connectors

2002-11-27 Thread David Brown
Kevin Andryc writes: I downloaded the Tomcat connectors (jakarta-tomcat-connectors-4.1.12-src) and Ant version 1.5.1. I unzipped that to an appropriate directory and then edited the build.properties file located in jakarta-tomcat-connectors-4.1.12/jk. Such that it looks like this: tomcat40.home

Re: Broken pipe msg from Ajp13Processor

2002-11-27 Thread Bill Barker
At the moment, mod_jk(1&2) drops the connection to Tomcat if the client drops the connection (e.g. hits the "stop" button) before the page is fully sent. I won't bore people with the details of why it works this way, but you can usually ignore it. "Schnitzer, Jeff" <[EMAIL PROTECTED]> wrote in m

Re: Which connector for Apache 2 + Tomcat 4.1 on HP-UX 11?

2002-11-27 Thread David Brown
Wendy Smoak writes: I asked once before and was assured I could replace the HP-provided Tomcat 3.3.1 with a newer version. I have Tomcat 4.1.12-LE (with Java 1.4.0) working fine standalone and although I thought I wasn't going to have to do this part, it looks like I've been elected to try to c

Re: Is it possible to have a serlvet as a first page?

2002-11-27 Thread David Brown
[EMAIL PROTECTED] writes: I'm using ajp13 with apache1.3 and tc4.0.x. Im using virtual hosts, and the config I use for this one looks like this: DocumentRoot /home/httpd/html/blaskan ServerName blaskan.studorg.liu.se ServerAlias www.blaskan.studorg.liu.se ErrorLog "/var/log/apach

Re: Using Zip file instead of TAR file

2002-11-27 Thread randie ursal
ok..thanks. i thought the log files will get bigger and bigger, because im not using the correct Tomcat file version on Solaris OS...i thought i should have installed the TAR version instead of ZIP file, but everything seems normal after all. thanks again. Kwok Peng Tuck wrote: Yes it looks th

Re: JSP + custom tags (XML)

2002-11-27 Thread Kwok Peng Tuck
[EMAIL PROTECTED] wrote: have you heard of doing something simultaneously? It seems many listees have a problem with people doing this. Yes people do do that. The listees do not have a problem with people doing this as many of them do many things at one time as well. I shall check o

Re: setting Context attributes in web.xml/server.xml?

2002-11-27 Thread Craig R. McClanahan
On Thu, 28 Nov 2002, Rasputin wrote: > Date: Thu, 28 Nov 2002 01:19:24 + > From: Rasputin <[EMAIL PROTECTED]> > To: Craig R. McClanahan <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: setting Context attributes in web.xml/server.xml? > > * Craig R. McClanahan <[EMAIL PROTECTED]> [

Re: JSP + custom tags (XML)

2002-11-27 Thread Paul_Wallace
have you heard of doing something simultaneously? It seems many listees have a problem with people doing this. I shall check out the Jakarta Project forthwith. [EMAIL PROTECTED] wrote: >If the emails direct me to where the material is, rather than telling me >to go look for it, I'll be

Re: JSP + custom tags (XML)

2002-11-27 Thread Paul_Wallace

Re: Using Zip file instead of TAR file

2002-11-27 Thread Kwok Peng Tuck
Yes it looks that way. I'm not sure if you can change the behaviour of this. I personally wouldn't like to look at one huge file. randie ursal wrote: does it mean, there's a fixed no. of log files ang previous log files will not be cleanup by Tomcat, it will just rotate? Kwok Peng Tuck wrote:

Re: JSP + custom tags (XML)

2002-11-27 Thread Kwok Peng Tuck
[EMAIL PROTECTED] wrote: If the emails direct me to where the material is, rather than telling me to go look for it, I'll be happy. My last few emails would suggest I am looking around for stuff. It would also suggest you are not looking hard enough. "You could find or make an xml parsing

Re: JSP + custom tags (XML)

2002-11-27 Thread Paul_Wallace
If the emails direct me to where the material is, rather than telling me to go look for it, I'll be happy. My last few emails would suggest I am looking around for stuff. "You could find or make an xml parsing taglib." I am trying to find one! Again, any 'direction' from the list, rather than

Re: Using Zip file instead of TAR file

2002-11-27 Thread randie ursal
does it mean, there's a fixed no. of log files ang previous log files will not be cleanup by Tomcat, it will just rotate? Kwok Peng Tuck wrote: By default logs are rotated on a daily basis. randie ursal wrote: thanks...but i noticed something with the log files. it wasn't been deleted automat

Re: JSP + custom tags (XML)

2002-11-27 Thread Paul_Wallace
OK, here's my JSP: <%@ taglib uri="myfile.xml" prefix="tl" %> XML As you can see, I am not even attempting to parse it yet. Both the JSP and myfile.xml residfe in the same directory - webapps/mydir/... Paul. uri tells the tag where the xml file is. What tag are you using to par

Re: Using Zip file instead of TAR file

2002-11-27 Thread Kwok Peng Tuck
By default logs are rotated on a daily basis. randie ursal wrote: thanks...but i noticed something with the log files. it wasn't been deleted automatically by Tomcat...i've been using Tomcat for 3 months already and when i look at the logs directory there are still logs files dated 3 months ag

Re: JSP + custom tags (XML)

2002-11-27 Thread AAron nAAs
You may get a flood of email telling you to read up on taglibs. You could find or make an xml parsing taglib. -AAron From: [EMAIL PROTECTED] Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: JSP + custom tags (XML) Date: Thu, 28 Nov 2002 09:50

Re: Using Zip file instead of TAR file

2002-11-27 Thread randie ursal
thanks...but i noticed something with the log files. it wasn't been deleted automatically by Tomcat...i've been using Tomcat for 3 months already and when i look at the logs directory there are still logs files dated 3 months ago...is this normal?...when does Tomcat remove old log files? i didn'

Re: JSP + custom tags (XML)

2002-11-27 Thread Kwok Peng Tuck
uri tells the tag where the xml file is. What tag are you using to parse your jsp? I can't seem to find any info on what tag you are using. If you are using a taglib, make sure you read the doc for that taglib. It *might* help. [EMAIL PROTECTED] wrote: Hi, In my quest to be able to parse

JSP + custom tags (XML)

2002-11-27 Thread Paul_Wallace
Hi, In my quest to be able to parse a 10 line XML file in a JSP (notice the sarcasm there?) and extract an element value, I have come accross a few PDFs that talk of custom tags - and for the purposes of XML, a taglib directive. In several examples I saw <%@ taglib uri="..." prefix="tl"

Is it possible to have a serlvet as a first page?

2002-11-27 Thread bergetomca
I'm using ajp13 with apache1.3 and tc4.0.x. Im using virtual hosts, and the config I use for this one looks like this: DocumentRoot /home/httpd/html/blaskan ServerName blaskan.studorg.liu.se ServerAlias www.blaskan.studorg.liu.se ErrorLog "/var/log/apache/blaskan-error.log" Cus

Re: Tomcat

2002-11-27 Thread Nitesh Garg
hey thanx alot, that was the problem I just needed to put my classes in a package and then call them. by the way i need a little more help I have to use some jar files in my classes, where should i put those jar files or where to specify path for that thanx again NItesh micael <[EMAIL PROTECTE

Re: setting Context attributes in web.xml/server.xml?

2002-11-27 Thread Rasputin
* Craig R. McClanahan <[EMAIL PROTECTED]> [1125 20:25]: > > Lovely, that's the sort of mechanism I was looking for - is it portable > > between servlet containers though? > ServletContextListener is indeed portable to any Servlet 2.3 or later > container. > > APIs that start "java." or "javax."

Re: Using Zip file instead of TAR file

2002-11-27 Thread Kwok Peng Tuck
They shouldn't really be different. Except for the exe version which lets you install tomcat as a service in NT, but that's about it. randie ursal wrote: hi list, is it ok if i installed on a Solaris machine the ZIP version of Jakarta-Tomcat-4.0 and not the TAR GZ file? actually i alread

Using Zip file instead of TAR file

2002-11-27 Thread randie ursal
hi list, is it ok if i installed on a Solaris machine the ZIP version of Jakarta-Tomcat-4.0 and not the TAR GZ file? actually i already installed and used it...so far i haven't got any problem. is there a difference between this releases?..is ZIP version file just for Windows OS or it can

RE: Broken pipe msg from Ajp13Processor

2002-11-27 Thread Subir Sengupta
The number of ajp13 threads in the pool are configurable in the server.xml. A broken pipe is usually caused by someone clicking on a link and then when nothing happens clicking on a different link. So the first click is probably to a slow page (maybe due to a long db query etc). Tomcat will comp

Broken pipe msg from Ajp13Processor

2002-11-27 Thread Schnitzer, Jeff
I understand why the http connector would get "Broken pipe" messages - users hitting stop on their browser. But why does the Ajp13Processor produce Broken pipe messages? I'm getting a lot of this in my logs: java.net.SocketException: Broken pipe at java.net.SocketOutputStream.socketWrite

Re: Should I get the nightly build?

2002-11-27 Thread micael
Just back away from the Cat slowly. Depends on what you want, right? At 06:36 PM 11/27/2002 -0500, you wrote: Hello, I was just wondering if I should EVER try/attempt to get the "Nightly Build" version of Tomcat or not???!! I just last nite downloaded/installed the version 4.1.16 of Tomcat w

error while running servlet undet tomcat in Linux Red Hat

2002-11-27 Thread Abhijat Thakur
Hi, I wrote a small test servlet(TestingServlet.java) and tried to run the servlet under tomcat(4.1.12) on Linux Red Hat. I get the underlying error. The doGet Method of TestingServlet is also enclosed. What is going wrong here. The line 37 is in bold. public void doGet(HttpServletRequest req,

Should I get the nightly build?

2002-11-27 Thread Steve R. Burrus
Hello, I was just wondering if I should EVER try/attempt to get the "Nightly Build" version of Tomcat or not???!! I just last nite downloaded/installed the version 4.1.16 of Tomcat without any problem at all, but I was wondering if I am possibly an advanced enough user of Tomcat by now to try

RE: Classloader/Classpath problem

2002-11-27 Thread Subir Sengupta
If I copy the jars to $CATALINA_HOME/lib, the app starts up fine, with no exceptions thrown. -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 1:34 PM To: [EMAIL PROTECTED] Subject: RE: Classloader/Classpath problem I do not know. Hav

Re: Tomcat

2002-11-27 Thread micael
I don't want to guess what they told you, Nltesh. Let's stick with the basics and get you going and then worry about more arcane things. At 01:54 PM 11/27/2002 -0800, you wrote: also, while adding the context entry to the server.xml, where exactly do we need to put that entry. someone tolde me

RE: Classloader/Classpath problem

2002-11-27 Thread Craig R. McClanahan
On Wed, 27 Nov 2002, Subir Sengupta wrote: > Date: Wed, 27 Nov 2002 13:27:10 -0800 > From: Subir Sengupta <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: 'Tomcat Users List' <[EMAIL PROTECTED]> > Subject: RE: Classloader/Classpath problem > > I'm very familiar with th

Re: Tomcat

2002-11-27 Thread Nitesh Garg
also, while adding the context entry to the server.xml, where exactly do we need to put that entry. someone tolde me before , but there is no context manager tag in server.xml thanx NItesh micael <[EMAIL PROTECTED]> wrote:There are a lot of options here. You might try, first, removing your

IIS5 Tomcat Installation Problem with Administration page

2002-11-27 Thread PK
Hi Guys, First here is the sys configs for my test box. W2K ADV SRV (SP3) W/IIS 5 + .NET Framework Unclustered w/ no development for interdev NT System Class path - "Path" = %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\WBEM;C:\DMI\WIN32\b in;C:\Program Files\Microsoft SQL Server\80

Which connector for Apache 2 + Tomcat 4.1 on HP-UX 11?

2002-11-27 Thread Wendy Smoak
I asked once before and was assured I could replace the HP-provided Tomcat 3.3.1 with a newer version. I have Tomcat 4.1.12-LE (with Java 1.4.0) working fine standalone and although I thought I wasn't going to have to do this part, it looks like I've been elected to try to convince Tomcat to play

RE: Classloader/Classpath problem

2002-11-27 Thread micael
On theory alone, if a classloader has loaded a class, and you are getting a class-not-found error, then you are getting it (the error message) from a different classloader. Computers are lovely in part because they are just so damned predictable. ///;-) At 02:33 PM 11/27/2002 -0700, you wrote

Re: Tomcat

2002-11-27 Thread micael
I assume you have put your classes in packages? If not, I have heard things that lead me to think that may be a problem. I always use packages, so I would not know what the issues are. Micael At 01:24 PM 11/27/2002 -0800, you wrote: Hi, I have installed Apache-Tomcat 4.1.12 and its running

Re: Tomcat

2002-11-27 Thread micael
There are a lot of options here. You might try, first, removing your context definitions and just dropping your app into the webapps prior to starting tomcat up. If everything is setup okay, then http://localhost:8080/abcd should work. If not, then the question is not the context. The class

RE: Classloader/Classpath problem

2002-11-27 Thread Larry Meadors
I do not know. Have you tried it in common/lib? If it does not work there, you might try two copies, one in WEB-INF/lib and one in server/lib. I have seen cases where that was the only configuration I could find that would work. Larry >>> [EMAIL PROTECTED] 11/27/02 14:23 PM >>> I'm very famili

Tomcat

2002-11-27 Thread Nitesh Garg
Hi, I have installed Apache-Tomcat 4.1.12 and its running its demo jsp and servlets fine. But while running my own jsp in which i instantiate an object it gives 404. I don't know where exactly to place the class files. Right now I have made a WEB-INF directory and a classes directory in betwee

RE: Classloader/Classpath problem

2002-11-27 Thread Subir Sengupta
I'm very familiar with that doc. The question is - If the class loader loaded the jar, then why would my init app throw a NoClassDefFoundError exception. And not throw it when the jar is in the classpath. Subir -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED]] Sent: We

Re: [OT] - Let's be nice -- Re: How do I integrate my CLASSPATH on Tomcat?

2002-11-27 Thread micael
My apologies, Pae. I had no idea this was your private line. How are things going generally, just to make conversation? At 04:12 PM 11/27/2002 -0800, you wrote: You listen up. You should know who started this first. And mind your own business. Pae > Pae, you are sure a sensitive person. I

Re: [OT] - Let's be nice -- Re: How do I integrate my CLASSPATH on Tomcat?

2002-11-27 Thread Pae Choi
You listen up. You should know who started this first. And mind your own business. Pae > Pae, you are sure a sensitive person. I, for one, do not appreciate this > nastiness in a public place. Please try to "play well with others". And, > to be fair, I certainly have had my moments too. > >

Re: Classloader/Classpath problem

2002-11-27 Thread Larry Meadors
Talking about "the class loader" with tomcat is a vast over-simplification. Look here for more: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html Larry >>> [EMAIL PROTECTED] 11/27/02 12:53 PM >>> Hi, When I start Tomcat I get a NoClassDefFoundError exception. I'm includin

Re: setting Context attributes in web.xml/server.xml?

2002-11-27 Thread Craig R. McClanahan
On Wed, 27 Nov 2002, Rasputin wrote: > Date: Wed, 27 Nov 2002 18:43:46 + > From: Rasputin <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>, > Rasputin <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: setting Context attributes in web.xm

Re: Errors when compiling Tomcat Connectors

2002-11-27 Thread Rasputin
* Kevin Andryc <[EMAIL PROTECTED]> [1115 20:15]: > Both CATALINA_HOME and TOMCAT_HOME are set in my environment variables. > Still, when I try to build the connectors using Ant, it contains error. Here > is the error code: > > BUILD FAILED > File:C:/Program Files/Apache Group/Tomcat > Connectors/v

RE: Errors when compiling Tomcat Connectors

2002-11-27 Thread Kevin Andryc
Both CATALINA_HOME and TOMCAT_HOME are set in my environment variables. Still, when I try to build the connectors using Ant, it contains error. Here is the error code: BUILD FAILED File:C:/Program Files/Apache Group/Tomcat Connectors/v4.1.12/jk/build.xml:167: Compile failed; see the compiler error

proppatch help !

2002-11-27 Thread Matias Torchinsky
Hi ! I'm running tomcat 4.1 for windows. i'm trying to use the webdav features that tomcat brings. So.. i instaled tomcat and get succed (partial ?) to use the webdav features. BUT , when i'm trying to make a PROPPATCH tomcat returns "http status 405 - The specified HTTP method is not allowed for

Classloader/Classpath problem

2002-11-27 Thread Subir Sengupta
Hi, When I start Tomcat I get a NoClassDefFoundError exception. I'm including a snippet from the logs. As you can see, the Classloader loads wmsyslog.jar which contains Syslog.class, but then fails with a NoClassDefFoundError . I have a ServeletContextListener that initializes the system on Cont

Re: Errors when compiling Tomcat Connectors

2002-11-27 Thread Paul Campbell
1. Do you mean TOMCAT_HOME or CATALINA_HOME. The docs refer to CATALINA_HOME.. 2. from http://boats:8080/tomcat-docs/appdev/build.xml.txt under External Dependencies Because we will automatically include all of the Java classes that Tomcat 4 exposes to web applications, we will not need to exp

Re: OFF-TOPIC: creating classes

2002-11-27 Thread micael
The answer is that you can create any class you want at runtime. Read about reflection and introspection, and the classes Class, Method, Field, etc., for starters. At 11:40 AM 11/27/2002 -0200, you wrote: Hi all, I know this is off-topic, but I just had a crazy idea and couldn't find about

Errors when compiling Tomcat Connectors

2002-11-27 Thread Kevin Andryc
I downloaded the Tomcat connectors (jakarta-tomcat-connectors-4.1.12-src) and Ant version 1.5.1. I unzipped that to an appropriate directory and then edited the build.properties file located in jakarta-tomcat-connectors-4.1.12/jk. Such that it looks like this: tomcat40.home=%TOMCAT_HOME% apache2.h

Tomcat connection benchmarks

2002-11-27 Thread Cristiano Moreira Silva
Hello! I need (please) urgently informations about jboss + tomcat. I've a big application with a large number of concorrent acess (about 1000 and 2000 per day), and consequently a bigger number of transactions per day. I need benchmarks documents of you with informations about: what's the maximum n

[OT] - Let's be nice -- Re: How do I integrate my CLASSPATH on Tomcat?

2002-11-27 Thread micael
Pae, you are sure a sensitive person. I, for one, do not appreciate this nastiness in a public place. Please try to "play well with others". And, to be fair, I certainly have had my moments too. At 11:41 AM 11/27/2002 -0800, you wrote: First, let me copy the initial inquriy to refresh your me

Re: Hi all .. compilation with NetBeans ..

2002-11-27 Thread Jeanfrancois Arcand
I'm surprised that jta is bundled with Netbeans. I don't have any problem on my side :-( I recommend you send the question to the netbeans user list. They might know the answer -- Jeanfrancois Eriam Schaffter wrote: Yep .. Except jta which is just as a couple of class files ... And when

Re: Hi all .. compilation with NetBeans ..

2002-11-27 Thread Eriam Schaffter
Yep .. Except jta which is just as a couple of class files ... And when I right click to update the code completion .. I just get an error telling that those classes are already in the classes databases and that it would not replace them .. I've reviewed all the jars I've mounted and there's no

Evaluating the possibility of using tomcat have some questions.

2002-11-27 Thread D. Farris
Greetings, We are evaluating the possibility of using TomCat and I have a few questions, if some of you wouldn't mind answering them for me. We are considering using TomCat with one of our existing IIS 5.0 web servers and I've been doing some research on it. It seems that there are some problems i

accents

2002-11-27 Thread Felipe Schnack
I'm worried about some problems I'm having with accents... probably someone already had them... I'm from Brazil, so we speak portuguese, and that give us lots of headaches :- Well, the problem is that I store some item description in my postgresql database, and I can assure that all of the

RE: setting Context attributes in web.xml/server.xml?

2002-11-27 Thread Shapira, Yoav
Howdy, >Lovely, that's the sort of mechanism I was looking for - is it portable >between servlet containers though? >For the record, the load-on-startup hack works pretty well. Cheers. Yes, it's portable. The ServletContextListener is part of the SRV 2.3 spec. Yoav Shapira Millennium ChemInform

Re: setting Context attributes in web.xml/server.xml?

2002-11-27 Thread Rasputin
* Craig R. McClanahan <[EMAIL PROTECTED]> [1153 17:53]: > > On Wed, 27 Nov 2002, Rasputin wrote: > > > * Andy Eastham <[EMAIL PROTECTED]> [1140 16:40]: > > > Rasputin, > > > It's in web.xml > > Sorry, I can't see it. > > > > There's a > > > > > > > > element, but I need a context *attribute*,

RE: Tomcat 3.3.1 vs Tomcat 4.0.x vs Tomcat 4.1.x

2002-11-27 Thread Fenlason, Josh
Thanks a lot. I appriciate your help. Have a nice day. , Josh. -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Tomcat 3.3.1 vs Tomcat 4.0.x vs Tomcat 4.1.x

2002-11-27 Thread Craig R. McClanahan
On Wed, 27 Nov 2002, Fenlason, Josh wrote: > Date: Wed, 27 Nov 2002 13:25:30 -0500 > From: "Fenlason, Josh" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: Tomcat 3.3.1 vs Tomcat 4.0.x vs Tomcat 4.1.x > > Thanks for

Re: Hi all .. compilation with NetBeans ..

2002-11-27 Thread Jeanfrancois Arcand
What do you means? Have you mounted all jar files? -- Jeanfrancois Eriam Schaffter wrote: Thanks for your answer .. In fact i've downloaded jta but I cannot set Netbeans to update auto completion as NetBeans just tells me that the package has already been parsed .. I'm just a bit confused

Re: setting Context attributes in web.xml/server.xml?

2002-11-27 Thread Rasputin
* Boris Prochazka <[EMAIL PROTECTED]> [1159 17:59]: > Please read the online documentation page: > > http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html > > Under heading Context Parameters. Sorry, to clarify : > >element, but I need a context *attribute*, and I don't think they

RE: Tomcat 3.3.1 vs Tomcat 4.0.x vs Tomcat 4.1.x

2002-11-27 Thread Fenlason, Josh
Thanks for the advice. I was reading the Tomcat 4.x release notes and the javac memory leak concerns me because we use a lot of jsp pages. Is that not a problem in Tomcat 3.3.1? I didn't see it mentioned, but maybe I just missed it. > Simple advice #3 -- if you need features defined in servle

Re: Hi all .. compilation with NetBeans ..

2002-11-27 Thread Eriam Schaffter
Thanks for your answer .. In fact i've downloaded jta but I cannot set Netbeans to update auto completion as NetBeans just tells me that the package has already been parsed .. I'm just a bit confused .. :) Eriam Jeanfrancois Arcand a écrit: You have to download the transaction API from java

RE: Compiling mod_webapp Problems

2002-11-27 Thread Arshad . Hussain
don't use mod_webapp we have already done and burnt our finger morever i dont think there is any more devp on it use mod_jk -Original Message- From: Bob Tilley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 12:43 PM To: '[EMAIL PROTECTED]' Subject: Compiling mod_webapp Pr

Re: How do I integrate my CLASSPATH on Tomcat?

2002-11-27 Thread Andreas Probst
Please, calm down. I'm not a paid support staff. On 27 Nov 2002 at 12:22, Pae Choi wrote: > Didn't you see the posting that came from original poster again. > > "I don't want to move everything > to tomcat, I want tomcat to read from the classpath and this way > find the files. Is this possible?

Re: Search engine for the tomcat-user mailing list

2002-11-27 Thread Milt Epstein
On Wed, 27 Nov 2002, Milt Epstein wrote: > On Wed, 27 Nov 2002, Luca Ventura wrote: > > > Hello everybody! > > > > Is there a search engine for the tomcat-user and tomcat-dev mailing list? > > I would like to find and read old posts using key-words. > > > > Thanks to everybody in advance! > >

Re: Search engine for the tomcat-user mailing list

2002-11-27 Thread Milt Epstein
On Wed, 27 Nov 2002, Luca Ventura wrote: > Hello everybody! > > Is there a search engine for the tomcat-user and tomcat-dev mailing list? > I would like to find and read old posts using key-words. > > Thanks to everybody in advance! Go to jakarta.apache.org, click on the mailing lists links,

Re: setting Context attributes in web.xml/server.xml?

2002-11-27 Thread Boris Prochazka
Please read the online documentation page: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html Under heading Context Parameters. Boris Rasputin wrote: * Andy Eastham <[EMAIL PROTECTED]> [1140 16:40]: Rasputin, It's in web.xml Sorry, I can't see it. There's a element,

Re: setting Context attributes in web.xml/server.xml?

2002-11-27 Thread Craig R. McClanahan
On Wed, 27 Nov 2002, Rasputin wrote: > Date: Wed, 27 Nov 2002 17:08:20 + > From: Rasputin <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>, > Rasputin <[EMAIL PROTECTED]> > To: Andy Eastham <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: setting Context a

Re: Apache and Tomcat port mapping

2002-11-27 Thread Paul Campbell
What I do is to use the Proxy Feature, I think a lot of others use a mod_ but Proxy takes 2 lines in your httpd.conf ProxyPass /equivhttp://insider:8080/equiv ProxyPassReverse /equiv http://insider:8080/equiv replace insider with the host that has your tomcat. If it's on the same host, lo

Re: Tomcat 3.3.1 vs Tomcat 4.0.x vs Tomcat 4.1.x

2002-11-27 Thread Craig R. McClanahan
On Wed, 27 Nov 2002, Fenlason, Josh wrote: > Date: Wed, 27 Nov 2002 11:22:03 -0500 > From: "Fenlason, Josh" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Tomcat 3.3.1 vs Tomcat 4.0.x vs Tomcat 4.1.x > > I'm investigating the different ve

Re: ldap authenitcation

2002-11-27 Thread Charlene Mitchell
Hi, Thanks for replying. The web application is configured fine. At the moment I drop an ear file (containing the war) into JBoss and all the security etc works fine - so I know it's right! Now I am abstracting the war file out into a standalone TomCat instance, but I can't even access the /ind

Compiling mod_webapp Problems

2002-11-27 Thread Bob Tilley
I execute "./configure --with-apxs" and it runs normally. When I try a "make" or a "make install" I am told that it does not know how to make. Any ideas? -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: How do I integrate my CLASSPATH on Tomcat?

2002-11-27 Thread Jeremy Joslin
Have a look at the class loader HOW-TO located here: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html, it should answer most of your questions. If you're still having trouble please post a more detailed description. Jeremy > -Original Message- > From: [EMAIL PROTEC

Re: OFF-TOPIC: creating classes

2002-11-27 Thread Justin Ruthenbeck
As I'm sure you know, doing this would be extremely thorny, but there's no reason you couldn't. I can think of a couple cases (dynamically generated JSPs, JDOs for dynamically created tables) where it could even border on usefulness. While you can't modify a class that has already been loaded

Re: ldap authenitcation

2002-11-27 Thread Craig R. McClanahan
On Wed, 27 Nov 2002, Charlene Mitchell wrote: > Date: Wed, 27 Nov 2002 07:48:31 + (GMT) > From: Charlene Mitchell <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: ldap authenitcation > > Hi, > > Thanks for the re

Re: How do I integrate my CLASSPATH on Tomcat?

2002-11-27 Thread Emma Johansson
Sorry, I left some answers to your question out.. I'm using Tomcat 4.1.12 (unix system) I have deployed a wsdl file on tomcat and created a jar file by using the java2wsdl2java tool. This is a part of my code: -- import netscape.ldap.*; public class ConnectToMurImpl { ... ... ... public v

Re: Tomcat Filter with RequestDispatcher - IncompatibleClassChangeError

2002-11-27 Thread Craig R. McClanahan
On Wed, 27 Nov 2002, Stephen Riek wrote: > > java.lang.LinkageError: Class javax/servlet/RequestDispatcher violates loader >constraints Sounds like you might have servlet.jar in your /WEB-INF directory, or in your JDK extensions directory. Don't do that. Craig -- To unsubscribe, e-mail:

HOWTO: Filling keystore with SSL certificate

2002-11-27 Thread a harald
There is a step by step description on how to obtain a ssl certificate from a certificate authority and how to install it for use with tomcat on http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssl-howto.html Because providers (at least mine) are not used to Tomcat, they don't follow the step by st

Tomcat 4.1.12 not responding after few requests

2002-11-27 Thread P Sasidhar
After few requests my Tomcat server 4.1.12 is not responding and gives lots of null pointer exception and following message in the end: "Nov 26, 2002 11:50:28 AM org.apache.tomcat.util.log.CommonLogHandler log INFO: All threads are busy, waiting. Please increase maxThreads or check the ser vlet st

RE: [corba] ORB initializing in Servlet

2002-11-27 Thread Eoin Woods
Here's a working example of a servlet initialising the ORB as it loads: public void init(ServletConfig cfg) throws ServletException { try { String[] orbArgs = {"-ORBInitialHost", "localhost", "-ORBInitial

  1   2   3   >