RE: Welcome File : index.jsp

2001-04-17 Thread Hunor Nam
welcome-file-list welcome-file/index.jsp/welcome-file /welcome-file-list Make sure it's in your aplication directory and not the one in the conf Hades -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 12:42 AM To:

Trouble getting Tomcat to parse .html files of JSP tags.

2001-04-17 Thread Stuart Allen
I have been trying for some time now to configure Tomcat/ Apache to allow the inclusion of JSP tags in .html files. In my tomcat-apache file, that is included at the bottom of http.conf, I have the following lines: JkMount /mydev/*.html ajp12 JkMount /mydev/*.jsp ajp12 JkMount /mydev/servlet/*

RE: Trouble getting Tomcat to parse .html files of JSP tags.

2001-04-17 Thread Tõnu Põld
Hi, You need to specify that the jsp servlet should process the .html files. Try to add something like this into web.xml file: servlet servlet-name jsp /servlet-name servlet-class org.apache.jasper.runtime.JspServlet /servlet-class

Re: Asking for an Opionio on Apache Tomcat or Just Apache

2001-04-17 Thread Sam Newman
Please take a time to provide me with the following opinion. I spend some time configuring Tomcat and Apache. Because of deadline constaints and the fact that some allready developed code has been devloped using only Tomcat as standalone, the prototype team is focusing on just using Tomcat.

Re: I need a working mod_jk.so for Linux

2001-04-17 Thread Sam Newman
Yowser! I have downloaded a version a few days back which works fine (from apache.org). Do you want me to mail it to you? sam - Original Message - From: "Farrell, Sarah" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 17, 2001 2:06 AM Subject: I need a working mod_jk.so for

RE: Asking for an Opionio on Apache Tomcat or Just Apache

2001-04-17 Thread Christopher Kirk
You said 'pretty transparent' to tomcat. Where is it not transparent? Specifically I am wondering about cookies, do cookies work with SSL at all or is it a possible configuration thing that has to be done correctly? - Chris. Beyond the fact that Apache will give you a wealth of options for

RE: Tomcat at Windows 2000

2001-04-17 Thread Chelkowski, Tadeusz
try to run this from cmd -Original Message- From: Chris Andreou [SMTP:[EMAIL PROTECTED]] Sent: 16 kwietnia 2001 20:28 To: '[EMAIL PROTECTED]' Subject: RE: Tomcat at Windows 2000 Set the Http Server on Tomcat and it will show the error (standalone) and the window will not

re: parameters in java

2001-04-17 Thread Azhar Khan
I am trying to pass parameters to an applet via a .html file So here's my html code APPLET CODE = "orgchart2.labels" CODEBASE = "javaclasses" WIDTH = "600" HEIGHT = "600" PARAM NAME = "top_panel_size" VALUE = "3" PARAM NAME = "top_panel_elements_0" VALUE = "one" PARAM NAME =

Re: How to make DbConnectionBroker from javaexchange.com to work with Mysql?

2001-04-17 Thread Jason
Hi Jeff, this is the example from DbConnectionBroker. I follow your advise to modify this program but get "javaNullPointer exception" when calling "conn = myBroker.getConnection()". By the way, I am using the same JDBC driver "org.gjt.mm.mysql.Driver". I've used String

Positionning servlets source to use Tomcat

2001-04-17 Thread David DELGRANCHE
Hi all, I'm a new user of Tomcat. I had an Apache server with JServ to execute servlets. It semmes that I had problems using JServ so I'm trying using Tomcat. I have installed it on my Apache server. I'm able to execute the examples servlets, so my installation seems

RE: Positionning servlets source to use Tomcat

2001-04-17 Thread Altu Altnta (Ko.Net)
I think it will be ok .. just mkdir under webapps (dont forget to edit sever.xml) example ; " webapps - foo - WEB-INF - classes " then put yours servlet in classes directory .. Regards. -Original Message- From: David DELGRANCHE [mailto:[EMAIL PROTECTED]]

Re: Loading Properties from class within a jar file

2001-04-17 Thread Pascal Avrilla
Hi, you can put your .properties in your jar (com.here) and access it by : InputStream is = MyClass.class.getClassLoader().getResourceAsStream("com/here/DB.properties"); or use the $TOMCAT_HOME by a System.getPropertie() call. Mark wrote: I am trying to load a properties file from a class

using ant for web-app deployment

2001-04-17 Thread Torgeir Veimo
I want to use Ant for deployment of a web-app into a tomcat 4.0 instance that initially doesn't know about the web-app, thus there is not Context section for that web-app in server.xml. Thus it's not enough to simply create / copy a web-application directory under jakarta-tomcat-4.0/webapps.

RE: Apache-SSL or Mod-ssl

2001-04-17 Thread GOMEZ Henri
I was wondering which is the prefered choice for work with servlets? I am having untold trouble getting Apache-SSL to work (built it, can't view a page without a seg fault). Whilst not a tomcat specific issue Apache-SSL is the mentioned way to get SSL working with tomcat. I've

Re: Asking for an Opionio on Apache Tomcat or Just Apache

2001-04-17 Thread Sam Newman
Well, I have run my servlets over SSL. They use session tracking using the HttpSession object and it works fine. I haven't had to change ANY configuraation files at all. sam - Original Message - From: "Christopher Kirk" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 17,

Re: Apache-SSL or Mod-ssl

2001-04-17 Thread Sam Newman
Well, at the time I had been trying to use Apache-SSL, whci is the method for SSL mentioned in the tomcat docs so I assumed was the best one to use. Needless to say i cou;dnt get the sod to work. I tried using mod_ssl after finding that stronghold uses it. I got mod_ss l working so I guess

RE: Apache-SSL or Mod-ssl

2001-04-17 Thread GOMEZ Henri
Well, at the time I had been trying to use Apache-SSL, whci is the method for SSL mentioned in the tomcat docs so I assumed was the best one to use. Needless to say i cou;dnt get the sod to work. I tried using mod_ssl after finding that stronghold uses it. I got mod_ss l working so I guess

Unrecognized SSL handshake

2001-04-17 Thread Marcel van Beurden (ETM)
Hi, I have a problem using Tomcat 3.2 stand-alone with SSL on my Win2000 machine. I got it working in less than 10 minutes on my Win98 machine. On both machines I followed the instructions in the server.xml file. The only thing I did differently is that I didn't generate a new certificate on

Apache/Tomcat issue

2001-04-17 Thread Sam Newman
I mentioned this problem in an earlier post. I have some more information on it now, so thought I'd see if anyone has some fresh ideas on the subject. I have configured Apache to server Servlets using the ajpv13 protocol. This works fine for the servlet examples. For my servlet however, netscape

Re: Apache-SSL or Mod-ssl

2001-04-17 Thread Sam Newman
for a lot of people. You didn't have to rebuild apache when using pre-packaged RPMs. http://www.falsehope.com/ftp-site/home/gomez/apache-mod_ssl/ for Redhat 6.x distrib http://www.falsehope.com/ftp-site/home/gomez/apache/ for Redhat 7.0 distro You'll see i386 RPMs :) Not to mention I

RE: [ANNOUNCEMENT] Tomcat 3.2.2 beta 3 released

2001-04-17 Thread GOMEZ Henri
Redhat RPMs are available at : http://jakarta.apache.org/builds/tomcat/release/v3.2.2-beta-3/rpms/ also mod_jk.so for Linux i386 (STDAPI and EAPI .so ) http://jakarta.apache.org/builds/tomcat/release/v3.2.2-beta-3/bin/linux/i386 / - Henri Gomez ___[_] EMAIL : [EMAIL

How to unsubscribe

2001-04-17 Thread root
Hi! I want to unsubscribe from this list. How can I do that? Thanks. S.Y. Sergei

Re: using ant for web-app deployment

2001-04-17 Thread Jim Cheesman
At 11:19 AM 4/17/2001, you wrote: I want to use Ant for deployment of a web-app into a tomcat 4.0 instance that initially doesn't know about the web-app, thus there is not Context section for that web-app in server.xml. Thus it's not enough to simply create / copy a web-application directory

Re: How to unsubscribe

2001-04-17 Thread Félix López
To remove your address from the list, send a message to: [EMAIL PROTECTED] - Original Message - From: "root" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 17, 2001 10:55 AM Subject: How to unsubscribe Hi! I want to unsubscribe from this list. How can I do that?

Re: How to unsubscribe

2001-04-17 Thread root
I did it several times. But unfortunatelly it doesn't make sence :( Ok, I'll try again one more time. S.Y.Sergei To remove your address from the list, send a message to: [EMAIL PROTECTED] - Original Message - From: "root" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

RE: Asking for an Opionio on Apache Tomcat or Just Apache

2001-04-17 Thread Christopher Kirk
Is that still the case if you disable cookies within a client? I find that Tomcat doesn't notice that cookies have been disabled and won't rewrite the URL.. (this behaviour is only when I have SSL turned on at the Apache end). -Original Message- From: Sam Newman [mailto:[EMAIL

RE: ** Does Tomcat need Restart **

2001-04-17 Thread Benoit Jacquemont
This feature exists, it is defined by the reloadable parameter for the Context. But it is an alpha version feature, so you always need to restart Tomcat. Benoit Hi, Is there any option in tomcat CONFIGURATION by which, I can instruct Tomcat to restart automatically whenever a servlet gets

RE: How to unsubscribe

2001-04-17 Thread Wenz Christian
read the other post from yesterday I think. There is a special email format where you can put your own email. This method has proven to be bullet-proof! Regards Christian -Original Message- From: root [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 11:35 AM To: [EMAIL

Use input type=radio

2001-04-17 Thread flelievre . cs
Hi every body, when I use input type="radio" in my JSP, I have an error. How can I use this with the JSP and the Bean ? Please Help. Thank. Frdric LELIEVRE TTE - (BA / F04 C024) * +352-44992--2485 * [EMAIL PROTECTED] Visit us at http://www.clearstream.com Check out

Basic Auth Problem in Tomcat

2001-04-17 Thread p gelont
Hi Is there any difference between NT and Linux for the Basic Auth-handling? I use Tomcat v3.2.1. My Webapp in NT works fine, the same Webapp under Linux does not care about my restrictions. (web.xml): security-constraint web-resource-collection web-resource-nameProtected

RE: db driver unavailable

2001-04-17 Thread Randy Layman
This is just a guess, but your JAR file name has src in it, usually indicating a source of some sort. Tomcat (nor any other JSP/servlet engine that I know of) will not compile source into class files with the exception of JSP. You probably need to either download the binary version, or

subscribe cepfeifer@aethersystems.com

2001-04-17 Thread Craig Pfeifer
subscribe [EMAIL PROTECTED] Craig Pfeifer Software Engineer Aether Systems, Software Products Division (571) 633-5753 [EMAIL PROTECTED]

RE: Use input type=radio

2001-04-17 Thread Suresh Krishna M (RBIN/DBA-JOT)
hello Frederic, to the best of my knowledge Syntax is the problem.the actual systax for the radio button is input type="Radio" name="name_of the_group"name_u_want to displayp that is why jsp's are not able to convert the code to equivalent servlet or html.revert back for furthur

Re: Asking for an Opionio on Apache Tomcat or Just Apache

2001-04-17 Thread Sam Newman
HmmI thought the use of HttpSession worked independantly of cookies settings? I assumed it is something very different to the Cookie object. That said, I'll give it a go and let you know. sam - Original Message - From: "Christopher Kirk" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

JDBC Realm Question

2001-04-17 Thread eric chacon
I am trying to set up a JDBC Realm on tomcat 3.2.1 (Also, Linux, Postgres 7.0 something, Apache using mod_jk...) Here is my entry in the server.xml file RequestInterceptor className="org.apache.tomcat.request.JDBCRealm" debug="99"

RE: Use input type=radio

2001-04-17 Thread Michael Wentzel
The real question is what kind of error(compile, exception,...)? If you're outputting the input element from java(i.e. such as %="input type="%) then the quotes(") must be control chars(\"). All radio buttons in a group should have the same name as mentioned by Suresh. Without a name the

RE: Use input type=radio

2001-04-17 Thread flelievre . cs
The error is to the execution, not at the compilation. And I use the same name for the radio button. -- From: Michael Wentzel[SMTP:[EMAIL PROTECTED]] Reply To: [EMAIL PROTECTED] Sent: Tuesday, April 17, 2001 13:46 To: '[EMAIL PROTECTED]' Subject: RE: Use

Newbie question with classpath and WEB-INF/lib and WEB-INF/classes

2001-04-17 Thread Chris Williams
I have Tomcat 3.2.1 running on Solaris and I have created a .war file containing my JSP's I want to execute. My JSP's import some classes I have create to help out with processing. When I call my JSP, I get errors saying my class isn't found for import. I have tried including the jar'd version

Re: Newbie question with classpath and WEB-INF/lib and WEB-INF/classes

2001-04-17 Thread Sam Newman
You should just put the jar file in the lib directory try doing it unpacked, so you have: WEB-INF/classes - your servlets/jsp's WEB-INF/lib - your jar I'm not too hot on jsp's,but this works with servlets sam - Original Message - From: "Chris Williams" [EMAIL PROTECTED] To: [EMAIL

RE: Asking for an Opionio on Apache Tomcat or Just Apache

2001-04-17 Thread Christopher Kirk
Many thanx, I'll be very interested in your results. My impressions of things is that HttpSession works on session ids. That session id either comes from a cookie or a http GET paremeter.. The code servletResponse.encodeURL(url); is required to make the switch between the two different

Re: JDBC Realm Question

2001-04-17 Thread Stefan Meisner Larsen
Hi Eric You seems to be missing: connectionName="some_name" connectionPassword="some_password" in your RequestInterceptor setup Under normal conditions it is the unix user/password you used when the db was created Stefan On Tuesday 17 April 2001 14:07, you wrote: I

Problem with JNI and IIS

2001-04-17 Thread GASNIER Lise
Hi, I am trying to set-up IIS so that Tomcat (3.2.0) will run in-process . I manage to use IIS with out-process workers. I followed the In-process How-to to configure IIS redirector. But when starting the server, I got these messages in isapi.log: isapi.lo file: [jk_uri_worker_map.c (155)]:

Acrobat problem

2001-04-17 Thread Steve G
I don't know if this is a Tomcat or Netscape issue, but am having trouble loading a pdf file; in other words the acrobat reader does not load. Any ideas? Thanks. Steve _ Get your FREE download of MSN Explorer at

is it possible? (Modal Dialog thru Applet)

2001-04-17 Thread Sunil Chandurkar
Hello All I need some more guidance on getting Modal Dialog Box from Applet. I could generate dialog box from applet on some press button, but all those are modeless dialog boxes. I have tried this stuff by calling Javascript, but there is restriction in Java script on calling modal

RE: please unsubscribe me

2001-04-17 Thread Gottwald, Oliver
me too for the 15th time... -Original Message- From: Maura TAYLOR [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 8:05 AM To: '[EMAIL PROTECTED]' Subject: please unsubscribe me please take me off this list.

RE: changing web app

2001-04-17 Thread marcatdst
Could you give us that web site? Marc Robertson Paul Kinnecan's JDE. Look at the JDE site for user hooks. All the info you need is there. If you're not using the JDE, then obviously that won't help ya. All it is is a user defined hook that triggers after a successful compilation. Comparing

RE: please unsubscribe me

2001-04-17 Thread GASNIER Lise
To be unsubscribed: send an e-mail to: [EMAIL PROTECTED] -Message d'origine- De: Gottwald, Oliver [SMTP:[EMAIL PROTECTED]] Date: mardi 17 avril 2001 15:30 :'[EMAIL PROTECTED]' Objet:RE: please unsubscribe me me too for the 15th time... -Original Message-

RE: Acrobat problem

2001-04-17 Thread Craig O'Brien
It is a java issue. Make sure to setContentType() Make sure to setContentLength() Regards, Craig -Original Message- From: Steve G [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 6:11 AM To: [EMAIL PROTECTED] Subject: Acrobat problem I don't know if this is a Tomcat or

RE: A QUESTION ABOUT CLASSPATHS

2001-04-17 Thread Randy Layman
In under 10 seconds of browsing jakarta.apache.org I found http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/win32/i38 6/, which contains both a mod_jk.dll and a mod_jk.zip. IF YOU ASK STUPID QUESTIONS PEOPLE WILL IGNORE YOU. WE AREN'T HERE TO DO YOUR WORK

Re: please unsubscribe me

2001-04-17 Thread Wolle
Hello guys, is it so difficult ? you have only to send a Email to: [EMAIL PROTECTED] Greetings, Michael "Gottwald, Oliver" wrote: me too for the 15th time... -Original Message- From: Maura TAYLOR [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 8:05 AM To: '[EMAIL

include a file in a servlet

2001-04-17 Thread Georges Boutros
hi, i wanna know how can i include a jsp or html file in a servlet thanks Georges

Tomcat and multipart request

2001-04-17 Thread David DELGRANCHE
Hi all, I want to use Tomcat to do multipart request. I used to work with JServ and had difficulties to do multipart request. Is it possible to do it with Tomcat. if it's the case, what version of JSDK do I have to use? thanks for help David. David

RE: please unsubscribe me

2001-04-17 Thread Milt Epstein
On Tue, 17 Apr 2001, GASNIER Lise wrote: To be unsubscribed: send an e-mail to: [EMAIL PROTECTED] That may not work. Read this for more info: http://marc.theaimsgroup.com/?l=tomcat-userm=98648985324332w=2 -Message d'origine- De: Gottwald, Oliver [SMTP:[EMAIL PROTECTED]]

Re: Newbie question with classpath and WEB-INF/lib and WEB-INF/classes

2001-04-17 Thread Chris Williams
I tried that it and it didn't work. Here is the layout of my war file. chriwill.war demo directory jsp directory Contains jsp files to use WEB-INF directory classes directory put classes and jar file in here lib directory put classes and jar file

WAR deployment

2001-04-17 Thread Gaël Oberson
Title: RE: Servlet Chaining... Does anybody know where I can find information about the WAR files?? I know that these files are used to deploy a WEB Application, where all files .class and config files are packaged, but I don't have any idea how to build it. Can somebody help me??

RE: is it possible? (Modal Dialog thru Applet)

2001-04-17 Thread Hunor Nam
You could use showModalDialog, java script method, but it's suported only by IE4+ Syntax: vReturnValue = window.showModalDialog(sURL [, vArguments] [, sFeatures]) Hades -Original Message- From: Sunil Chandurkar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001

Re: Tomcat and multipart request

2001-04-17 Thread H.F.N. den Boer
I use; Win2K server, build 5.00.2195 IIS 5.0, configured with ISAPI filter JDK1.3.1beta Tomcat 3.2.1 running as NT service com.oreilly package, used for file upload Versie; 23 jan 2001 Download; http://www.servlets.com/jsp/examples/index.html JAR file; cos.jar It works perfect ! Nico -

RE: Tomcat and multipart request

2001-04-17 Thread Benoit Jacquemont
Hi, First of all, you should totally forget about JSDK. Tomcat is the reference implementation of the Servlet API from SUN. So delete your JSDK folder before continuing (;-) ). Anyway, Tomcat handles perfectly multipart request. Benoit Hi all, I want to use Tomcat to do

Re: include a file in a servlet

2001-04-17 Thread Mark Mynsted
Could you be more specific. What is preventing you from doing that? [EMAIL PROTECTED] 4/17/2001 8:46:14 AM hi, i wanna know how can i include a jsp or html file in a servlet thanks Georges

RE: include a file in a servlet

2001-04-17 Thread Georges Boutros
hi, i wanna know how can i include a jsp or html file in a servlet thanks Georges hi again, the error i get seems like the file is not found here's how i do it:

RE: WAR deployment

2001-04-17 Thread Julien, Timothy
Title: RE: Servlet Chaining... inside app-name.war: /WEB-INF/classes/ /WEB-INF/lib/*.jar /WEB-INF/web.xml any thing else is up to you. typically jsps are in top level, but can also extend into subdirectories. typically your app resides in classes, with its dependencies in lib. Tim Julien

RE: WAR deployment

2001-04-17 Thread Benoît Jacquemont
War file can be build like Jar file... Just name the file my_file.war instead of my_file.jar when you use the jar utility to build it. Benot Does anybody know where I can find information about the WAR files?? I know that these files are used to deploy a WEB Application, where all files .class

RE: Apache/Tomcat issue

2001-04-17 Thread John Hardin
Sam, I'd suggest 2 things: 1. Look in the Apache log (access.log?) to see if the response includes anything unusual. 2. Use Netscape's View-PageInfo to see if it indicates any thing unusual. I'd be curious to know what you find. -jwh -Original Message- From: Sam Newman

Encoding URL

2001-04-17 Thread Luise Massimo
Hi all. Can anyone explain me a thing about using RequestDispatcher ? If cookies are disable and i use encodeURL to be sure to include "jsessionid" into url, is it correct that using "RequestDispatcher.forward" the url is not changed, so it does not include jsessionid (this happen to me

RE: WAR deployment

2001-04-17 Thread Gareth Coltman
Title: RE: Servlet Chaining... Hmm. Saw this somewhere yesterday... Damn.can't find it. Basically a WAR file is generated by jar (java archiver) and some options... Will have a look. If anybody knows this please post! Gareth -Original Message-From: Gaël Oberson

Re: Asking for an Opionio on Apache Tomcat or Just Apache

2001-04-17 Thread Sam Newman
There are some issues depending on the protocol you are using. Apparently ajpv12 couldn't correctly determine which mechanism was being used. Are you using ajpv13? Also, check the config settings for SSL in the server.xml. sam - Original Message - From: "Christopher Kirk" [EMAIL

Re: ** Does Tomcat need Restart **

2001-04-17 Thread Scott Judd
I'd like to offer two cents on this topic. I have seen both very successful and very unsuccessful results when using servlet reloading on Tomcat. First, make sure that the servlet classes reside in /webapps/ROOT/WEB-INF/classes. Next, make sure that the web.xml file in the webapps/ROOT/WEB-INF

Re: include a file in a servlet

2001-04-17 Thread Sam Newman
Do you mean include the contents of a file as a string? - Original Message - From: "Georges Boutros" [EMAIL PROTECTED] To: "Tomcat (E-mail)" [EMAIL PROTECTED] Sent: Tuesday, April 17, 2001 2:46 PM Subject: include a file in a servlet hi, i wanna know how can i include a jsp or

Re: ** Does Tomcat need Restart **

2001-04-17 Thread Milt Epstein
On Tue, 17 Apr 2001, Scott Judd wrote: I'd like to offer two cents on this topic. I have seen both very successful and very unsuccessful results when using servlet reloading on Tomcat. First, make sure that the servlet classes reside in /webapps/ROOT/WEB-INF/classes. Next, make sure that

UN-SUBSCRIBE ME

2001-04-17 Thread Harrison, Robert
-Original Message- From: Tim O'Neil [mailto:[EMAIL PROTECTED]] Sent: Monday, April 16, 2001 3:02 PM To: [EMAIL PROTECTED] Subject: RE: AddModule mod_jk.c At 05:46 PM 4/16/2001 -0400, you wrote: No, you can't just rename DLL files. Windows stores a "library" name inside the DLL, and

Re: WAR deployment

2001-04-17 Thread Jim Willeke
But where do you findout what should/could be in this file? If I look at the examples.war file, it appears to contain all that is in the: \webapps\examples\WEB-INF\classes Is this typical or redundent? My specific issue is I can not find where to place "common" lib files that can be found

Pentium IV - any known problems?????

2001-04-17 Thread Chris Ward
Hi, I've been looking for anything in the archive but couldn't see anything to help me. Feel free to ignore this but I'm puzzled so anything would be a step forward! Basically, I'm trying to get Tomcat up and running on a Pentium IV PC - does anyone know of any reason why this would fail? I

Re: WAR deployment

2001-04-17 Thread Sam Newman
Thrid party libs and the like should be in WEB-INF\lib. Tomcats classloader will automatically pick up and load these jars. Your webapps classes should indeed be in WEB-INF\classes. sam - Original Message - From: "Jim Willeke" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April

RE: WAR deployment

2001-04-17 Thread Benoît Jacquemont
The lib files have to placed in the war/WEB-INF/lib directory. Anyway, check the email from Julien Timothy, sent some minutes ago. Benot But where do you findout what should/could be in this file? If I look at the examples.war file, it appears to contain all that is in the:

RE: WAR deployment

2001-04-17 Thread Jim Cheesman
Try downloading ant (at jakarta-apache) - it'll build one for you semi-automatically. You'll need to play around a little to get it to work, not because it's faulty but rather to set up your build.xml files correctly. Examples Assume the following structure in the project's base directory:

RE: Pentium IV - any known problems?????

2001-04-17 Thread Benoît Jacquemont
First of all, open a dos window, go to your TOMCAT_HOME (cd TOMCAT_HOME), go to the bin, and execute tomcat run instead of double clicking on the startup.bat script. It is a every-day-repeated trick to see what is the error when the window is closing. So please write it down somewhere ! (;-) ).

RE: WAR deployment

2001-04-17 Thread Gaël Oberson
Yes Benoit, but in the .war file, you include the web.xml config file too. Does the jar tool accept the web.xml file and some packages subdirectories ?? -Message d'origine- De : Benot Jacquemont [mailto:[EMAIL PROTECTED]] Envoy : mardi, 17. avril 2001 16:20 : [EMAIL PROTECTED] Objet :

RE: Pentium IV - any known problems?????

2001-04-17 Thread Randy Layman
As to the PIV - I am currently using one without problem, though Sun does recommend only certain versions of their JDKs for the PIV. As to your startup problem - instead of running "startup", try running "tomcat run" - this will start Tomcat in the current DOS window instead of

RE: WAR deployment

2001-04-17 Thread John Towell
try this: http://java.sun.com/j2ee/tutorial/doc/WebComponents3.html -Original Message- From: Jim Willeke [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 8:45 AM To: [EMAIL PROTECTED] Subject: Re: WAR deployment But where do you findout what should/could be in this

Re: isapi log

2001-04-17 Thread Stéphane BAUDET
Here are the constants used in the C program. #define JK_LOG_DEBUG_VERB "debug" #define JK_LOG_INFO_VERB"info" #define JK_LOG_ERROR_VERB "error" #define JK_LOG_EMERG_VERB "emerg" Stphane "H.F.N. den Boer" a crit : The isapi.log is growing big on my Win2k server. The loglevel in

Re: Asking for an Opionio on Apache Tomcat or Just Apache

2001-04-17 Thread suha_yacoub
I have tomcat running within apache. This was recommended by the user guide for performance reasons. I'm wondering if running tomcat within apache has anything to do with why I can't serve index.jsp as a default file for my application directories. Do I have to anything on the apache end?

RE: Pentium IV - any known problems?????

2001-04-17 Thread Chris Ward
Ignore me - I was being an idiot. All better now! Thanks anyway, Chris

Re: Positionning servlets source to use Tomcat

2001-04-17 Thread suha_yacoub
Hello David, you do not have to place your application directories inside webapps. In server.xml you can define (for example the application dir.) myIntra in the following way (I'm using unix format /myIntra is a physical directory in on the root level): Context path="myIntra"

RE: Pentium IV - any known problems?????

2001-04-17 Thread Chris Ward
Thanks for this suggestion. I had been doing just this then someone suggested a Restart of my PC. Since I had not done this since installing my new Visual Cafe, the PC was confused about the Java environment. The restart sorted it all out. Thanks again, Chris -Original Message-

RE: Pentium IV - any known problems?????

2001-04-17 Thread Chris Ward
Just for closure on this - my problem was a failure to restart my machine after upgrading my Visual Cafe to the P IV friendly version earlier in the process. The restart did the trick and things seem fine. I was trying to fix a problem that was not there! Thanks to everyone for their

Authentication with JDBC but without JDBCRealms

2001-04-17 Thread João Folha
Hi there, i need some inspiration here. I want my application to be independent of JDBCRealms, any example. I don´t know how to protect the resources from de web.xml file. HELP

Re: Acrobat problem

2001-04-17 Thread RameshBabu R Muthuvel
Hi I presume you'r trying to use fo to transfrom xml to pdf format. I too had a similar problem. I didn't know how to plugin acrobat to IE. I worked my way out by removing the installed acrobat and freshly download and reinstalled. It works well now. Try this thanks ramesh

RE: Asking for an Opionio on Apache Tomcat or Just Apache

2001-04-17 Thread Benoit Jacquemont
I think you have to change the DirectoryIndex directive in the httpd.conf (add index.jsp as a directory index file): DirectoryIndex index.html index.jsp Benoit I have tomcat running within apache. This was recommended by the user guide for performance reasons. I'm wondering if running

Hades - RE: is it possible? (Modal Dialog thru Applet)

2001-04-17 Thread Sunil Chandurkar
Will it work with Netscape also. /sunil --- "Hunor Nam" [EMAIL PROTECTED] wrote: You could use showModalDialog, java script method, but it's suported only by IE4+ Syntax: vReturnValue =3D window.showModalDialog(sURL [, vArguments] [, sFeatures]) Hades

IE bookmarks upload ?

2001-04-17 Thread Vincent Royer
Hi, I'm trying to export IE Bookmarks with the ImportExportFavorites function documented at http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/ImportExpo rtFavorites.asp. This function uploads your favorites by sending a POST request including your bookmarks in a Netscape bookmark

Logging, server.xml and so on

2001-04-17 Thread Will England
Greetings! After many days of searching and so on, I am still looking for information on using the default logging built into Tomcat. I am running Tomcat 3.2.1 under apache 1.3.12 on Solaris 2.7, with Java 1.3. I have a servlet application set up that catches all the 'expected' errors and logs

Re: How to know Browser's Charset Encoding?

2001-04-17 Thread Ales Seifert
Hi, I have same problem and I'm looking for solution too. I'm using Apache or NS with Apache 3.2.1 on Netware 5.0. Thanks for any info. Ales Ratnakar Palle wrote: Sorry, for posting this again... I had some problem with prev email... Looks like, most of the browsers like IE5.0 or NS4.7

RE: include a file in a servlet

2001-04-17 Thread Georges Boutros
-Original Message- From: Georges Boutros [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 10:11 AM To: '[EMAIL PROTECTED]' Subject: RE: include a file in a servlet hi, i wanna know how can i include a jsp or html file in a servlet thanks Georges

Tomcat with Apache/URLRewritting and mod_rewrite

2001-04-17 Thread Tassilo Pilati
Hello, I have Tomcat 3.2.1 and Apache installed under Linux. Unfortuantely, after I switched from standalone mode to Apache with Tomcat, session tracking stopped working. I searched the FAQ and found out that it is a problem with apache not handing over the request to the Tomcat engine due to

Followup: WAR deployment with JSP's

2001-04-17 Thread Chris Williams
I keep seeing in these posts that any support classes should be jar'd up and placed in the lib directory under WEB-INF. Does the jsp engine also look there?? I keep getting errors when processing my jsp saying it can't load the class. Should this setup work??? Thanks Chris - Original

RE: Asking for an Opionio on Apache Tomcat or Just Apache

2001-04-17 Thread suha_yacoub
Thanks. It's still not working. I get a 404 error now when I go to my application directory (http://mysite.com/myapp/). I also get a 404 error when I type in the full path (http://mysite.com/myapp/index.jsp). myapp is a virtual directory. The physical path is something along the lines of

SERVLET problem for a beginer

2001-04-17 Thread Peymon Nicky
I installed Apache and Tomcat . I use Tomcat in stand-alone mode . My Apache is working fine . I have these problems : 1. How can I know that Tomcat is working ? 2. How can I install a servlet in it ? Thanks

Acrobat question clarification

2001-04-17 Thread Steve G
Let me clarrify the problem. I am using Tomcat on a Unix system. I am using it stand-alone without Apache. I have 2 problems. I have an html file with links to serveral PDFs in it. When I click the link Tomcat loads the PDF into the browser as ascii text rather than launching Acrobat. If I

RE: include a file in a servlet

2001-04-17 Thread Gaël Oberson
try this: request.getRequestDispatcher("/examples/web/test.jsp").include(request, response); -Message d'origine- De : Georges Boutros [mailto:[EMAIL PROTECTED]] Envoy : mardi, 17. avril 2001 17:41 : '[EMAIL PROTECTED]' Objet : RE: include a file in a servlet -Original

Re: Authentication with JDBC but without JDBCRealms

2001-04-17 Thread Torgeir Veimo
Joo Folha wrote: Hi there, i need some inspiration here. I want my application to be independent of JDBCRealms, any example. I dont know how to protect the resources from de web.xml file. You mean you want to use container based authentication, ie. a *Realm, but to specify the details in

  1   2   >