RE: New user

2003-03-14 Thread Shapira, Yoav
To: [EMAIL PROTECTED] Subject: New user Hello All, I am a new user. we are developing some new Web application. We want to use TomCat/Apache as our server. I need to get some feed back regarding TomCat/Apache stability and support. I know this is a free software but I am reluctance to go

RE: New user

2003-03-14 Thread Amir . Shidfar
for relapse do I have to stop the Tomcat and start it again or is there any other way I can unwar file2.war? Amir. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 11:57 AM To: Tomcat Users List Subject: RE: New user Howdy, If it's support (paid

RE: New user

2003-03-14 Thread Shapira, Yoav
the server. Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 12:02 PM To: [EMAIL PROTECTED] Subject: RE: New user Thanks. Also another question. When I deploy may Java codes I do the following. I copy my

RE: New user

2003-03-14 Thread Amir . Shidfar
No file2.war is a brand new Web application. When you start the tomcat it will create file2 and all the proper directory under file2. I don't want to affect user which are using the Web application under file by stopping the Tomcat and restarting Tomcat. Basically I want to deploy file2.war which

RE: New user

2003-03-14 Thread Shapira, Yoav
Howdy, Apparently you didn't bother to read the manager webapp documentation I posted in the previous reply ;( In that URL it tells you how to deploy a new webapp or redeploy an existing one without restarting the server. Yoav Shapira Millennium ChemInformatics -Original Message- From

RE: New user

2003-03-14 Thread Amir . Shidfar
You are right. I just did and got my answer. Thanks for the help. Amir. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 12:43 PM To: Tomcat Users List Subject: RE: New user Howdy, Apparently you didn't bother to read the manager webapp

Re: New user

2003-03-14 Thread John B. Moore
new users and general administrators. In that interface there is no indication as to the exact syntax needed to "install". The HowTo should provide a good and specific examples. This would avoid a lot of confusion (maybe questions here). I personally spend nearly an hour testing differ

RE: New user

2003-03-14 Thread Shapira, Yoav
Millennium ChemInformatics -Original Message- From: John B. Moore [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 2:44 AM To: Tomcat Users List Subject: Re: New user Yoav or whomever...,     If I may intrude on this thread...   I did read the HowTo  at  http://jakarta.apache.org

RE: New user

2003-03-14 Thread Amir . Shidfar
To: Tomcat Users List Subject: Re: New user Yoav or whomever..., If I may intrude on this thread... I did read the HowTo at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html ...and it's primary focus is on the nature of the commands sent to the manager

RE: New user

2003-03-14 Thread Calvin Rapier
/DurlingSitewar not /DurlingSite In the WAR URL field: jar:file:/usr/local/tomcat4/webapps/DurlingSite.war!/ Thanks Amir. -Original Message- From: John B. Moore [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 2:44 AM To: Tomcat Users List Subject: Re: New user Yoav or whomever

Re: New user

2003-03-14 Thread John B. Moore
:44 AM To: Tomcat Users List Subject: Re: New user Yoav or whomever..., If I may intrude on this thread... I did read the HowTo at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html ..and it's primary focus is on the nature of the commands sent to the manager

Re: New user

2003-03-14 Thread John B. Moore
, March 14, 2003 2:44 AM To: Tomcat Users List Subject: Re: New user Yoav or whomever..., If I may intrude on this thread... I did read the HowTo at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html ...and it's primary focus is on the nature of the commands sent

RE: New user

2003-03-14 Thread Jan Behrens
you have tried: /DurlingSite.war jar:file:/usr/local/tomcat4/webapps/DurlingSite.war!/ == /DurlingSitewar jar:file:/usr/local/tomcat4/webapps/DurlingSite.war!/ == /DurlingSite.war jar:file://usr/local/tomcat4/webapps/DurlingSite.war!/ == /DurlingSitewar

Re: New user

2003-03-14 Thread John B. Moore
Jan, Thanks for the suggestion.. no joy on that one either.. The HowTo suggests that if the WAR is in the webapps dir that a full path is not required... it lies...??G I'll again triple check my path and spelling (which I have already exhaustively done.. but...) John... Jan Behrens

RE: New user

2003-03-14 Thread Jonathan Archer
I'll again triple check my path and spelling (which I have already exhaustively done.. but...) John... Someone else may have already said this, but the file:// needs to be file:/// -- file:// is your protocol, like http:// *then* you start the path which is

Re: New user

2003-03-14 Thread p niemandt
Interesting ... Why the final exclamation mark? Sure, I do everything manually, haven't used the web manager or admin app yet, but still, the ! mark at the end? Do you actually type that in? Why? Just wondering ... Paul On Fri, 2003-03-14 at 10:01, John B. Moore wrote: Jan, Thanks for the

Re: New user

2003-03-14 Thread John B. Moore
no idea, that is what was in the HowTo... seemed funky to me as well... John.. p niemandt wrote: Interesting ... Why the final exclamation mark? Sure, I do everything manually, haven't used the web manager or admin app yet, but still, the ! mark at the end? Do you actually type that in? Why?

RE: New user

2003-03-14 Thread Filip Hanik
: New user no idea, that is what was in the HowTo... seemed funky to me as well... John.. p niemandt wrote: Interesting ... Why the final exclamation mark? Sure, I do everything manually, haven't used the web manager or admin app yet, but still, the ! mark at the end? Do you

Re: New user

2003-03-14 Thread John B. Moore
Jon, You may have it... I have temporarily move on to other fires, so I'll test that later.. makes a lot of sense.. (no, no one had mentioned that.. and I had wondered about if that was what it was requesting with the error in protocol.. Now see, If I had known that this was a URL protocol

Re: New user

2003-03-14 Thread John B. Moore
Message- From: John B. Moore [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 2:46 AM To: Tomcat Users List Subject: Re: New user no idea, that is what was in the HowTo... seemed funky to me as well... John.. p niemandt wrote: Interesting ... Why the final exclamation mark? Sure

RE: I'm new to this and could use a hand

2003-03-04 Thread Karr, David
Or simply: %= new java.util.Date().toString() % -Original Message- From: Fines, Steven [mailto:[EMAIL PROTECTED] If the body of your JSP is solely %= java.util.Date % you haven't given it anything to display. You will need to do something like this: html body

Strange error for a new user...

2003-03-04 Thread Barry Jones
I'm trying a basic form posting on my newly installed Tomcat server. Not really sure what this error means, but it occured when I tried a basic posting to process.jsp. The posting worked on my remote webspace, so I'm assuming it's a Tomcat configuration problem. I'm running Tomcat on

RE: Strange error for a new user...

2003-03-04 Thread Wendy Smoak
Barry wrote: G:\Tomcat 4.1\work\Standalone\localhost\_\begjsp3\process_jsp.java:64: cannot resolve symbol symbol : method getParamenterValues (java.lang.String) location: interface javax.servlet.http.HttpServletRequest String[] toppings = request.getParamenterValues(toppings);

LOL, that was it...now I have a new problem though

2003-03-04 Thread Barry Jones
I placed three directories in ROOT...two of them I can access. The other in unavailable and I don't understand why. The directory listing below shows up, begjsp2 and begjsp3 work fine...but for some reason I can't access begjsp4. Any idea why? Directory Listing For /

[Announce] New book Tomcat Security Handbook

2003-03-03 Thread Vivek Chopra
Announcing the release of a new book- Tomcat Security Handbook (Wrox Press) http://www.wrox.com/books/1861008309.htm What does this book cover? This book is targeted at production deployments of Tomcat, and is a good complement to the Professional Apache Tomcat book (also Wrox Press). It covers

I'm new to this and could use a hand

2003-03-03 Thread Barry Jones
() % is not displaying anything at all. I'm trying to figure out what could be setup incorrectly to keep this from running. I'm running the j2sdk1.4.1_01. I just setup all of the Java SDK stuff today, so let me know if I'm forgetting anything. My new environment variables are as follows: JAVA_HOME C

RE: I'm new to this and could use a hand

2003-03-03 Thread Fines, Steven
Barry, If the body of your JSP is solely %= java.util.Date % you haven't given it anything to display. You will need to do something like this: html body % java.util.Date today = new java.util.Date(); % %= today.toString() % /body /html SF -Original Message- From: Barry Jones [mailto

RE: I'm new to this and could use a hand

2003-03-03 Thread Mark Eggers
Barry, If you're creating a new directory to learn JSP, be aware that Tomcat does not launch new contexts by default. I've placed the following in my server.xml file right before the /Host. This allows me to just 'drop in' jsp files to test things. I also log the information to a separate file

RE: I'm new to this and could use a hand

2003-03-03 Thread Jacob Kjome
What do you mean Tomcat does not launch new contexts by default? In fact, Tomcat's default is to auto-deploy any .war or directory added to the CATALINA_HOME/webapps directory. Also, most of the attributes you've added are not of much consequence in most cases. Here is about the base minimum

Re: New startup

2003-02-27 Thread Saket Barve
the context. In your case, it'd be:http://localhost:8080/myWork/filename Hope this helps. Saket From: Tim Laly Huffman [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: New startup Date: Thu, 27 Feb 2003 11:40:33 -0500 MIME-Version: 1.0

RE: New startup

2003-02-27 Thread Alberto A C A S Magalhães
PROTECTED] Sent: quinta-feira, 27 de Fevereiro de 2003 16:41 To: Tomcat Users List Subject: New startup I have Tomcat installed, along with JDK1.3.1. As far as I know, all variables are set. When I start up Tomcat, I am able to see the default index page from Apache. I can maneuver through all pages

RE: New startup

2003-02-27 Thread Turner, John
://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/deployment.html John -Original Message- From: Tim Laly Huffman [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 11:41 AM To: Tomcat Users List Subject: New startup I have Tomcat installed, along with JDK1.3.1. As far as I know

Re: New startup

2003-02-27 Thread Steve Guo
what URL are you using to access the file? Tim Laly Huffman [EMAIL PROTECTED] wrote:I have Tomcat installed, along with JDK1.3.1. As far as I know, all variables are set. When I start up Tomcat, I am able to see the default index page from Apache. I can maneuver through all pages using port

Re: New startup

2003-02-27 Thread Tim Laly Huffman
Thanks for the help. I changed the context, and the pages are showing up. Thanks again for all your help. - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, February 27, 2003 11:56 AM Subject: RE: New startup JSP

Re: Bouncing Tomcat (for new classes)

2003-02-25 Thread Warden, Matt
On Feb 23, Tim Funk had something to say about Re: Bouncing Tomcat (for new... You probably had tomcat configured in the past to look for these changes in .class files and automatically restart the web application. For some reason - its now turned off. (I don't like that feature anyways). Even

Re: Bouncing Tomcat (for new classes)

2003-02-25 Thread Tim Funk
, wget, and there are ant tasks with 4.1.X. -Tim Warden, Matt wrote: On Feb 23, Tim Funk had something to say about Re: Bouncing Tomcat (for new... You probably had tomcat configured in the past to look for these changes in .class files and automatically restart the web application. For some

RE: Bouncing Tomcat (for new classes)

2003-02-25 Thread Mike Jackson
] Sent: Tuesday, February 25, 2003 10:20 AM To: Tomcat Users List Subject: Re: Bouncing Tomcat (for new classes) Even for development server I don't like automagic reloads. (YMMV). I prefer to use the manager app to reload my webapp. I like the control and predictability. If you are building

Re: Bouncing Tomcat (for new classes)

2003-02-25 Thread Tim Funk
PROTECTED] -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 10:20 AM To: Tomcat Users List Subject: Re: Bouncing Tomcat (for new classes) Even for development server I don't like automagic reloads. (YMMV). I prefer to use the manager app to reload my

RE: Bouncing Tomcat (for new classes)

2003-02-25 Thread Mike Jackson
] -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 10:34 AM To: Tomcat Users List Subject: Re: Bouncing Tomcat (for new classes) I use this in ant (sorry for the line wrapping): target name=restart echoRestarting webapp[${webapp.path

Re: new instalation missing startup scripts

2003-02-24 Thread Jon Roberts
Zachary Kuhn wrote: I just installed the 4.1.8 release of Tomcat via the linux binary RPM. However, when I go to /var/tomcat4/bin i have no startup scripts, only a couple jar files. The docs say the startup files should be there. Is there something I am missing? The bin/ scripts are only found in

Bouncing Tomcat (for new classes)

2003-02-23 Thread Tammer Salem
I was under the impression that you did not have to restart Tomcat when you change .class files. I currently have an application under webapps with a classes directory under WEB-INF. I used to change the classes and run my application normally. Now I found that I have to restart Tomcat every

Re: Bouncing Tomcat (for new classes)

2003-02-23 Thread Tim Funk
You probably had tomcat configured in the past to look for these changes in .class files and automatically restart the web application. For some reason - its now turned off. (I don't like that feature anyways). If your change is only a class change in a webapp - all you have to do is restart

Re: Bouncing Tomcat (for new classes)

2003-02-23 Thread Tammer Salem
Thanks, got it. Tammer - Original Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, February 23, 2003 4:54 PM Subject: Re: Bouncing Tomcat (for new classes) You probably had tomcat configured in the past to look for these changes

new instalation missing startup scripts

2003-02-23 Thread Zachary Kuhn
Hi everyone. I just installed the 4.1.8 release of Tomcat via the linux binary RPM. However, when I go to /var/tomcat4/bin i have no startup scripts, only a couple jar files. The docs say the startup files should be there. Is there something I am missing? Zak

JSP examples not running on new Installation of Tomcat

2003-02-21 Thread Appel, Jeremy D
I have just recently installed Apache Tomcat 4.0.4 running on a DEC Alpha cluster using OpenVMS 7.3.1 (I know unusual installation). I have been able to get the servlets to work but whenever I trying running a JSP page, I get the following error: exception org.apache.jasper.JasperException:

Re: JSP examples not running on new Installation of Tomcat

2003-02-21 Thread Ian Hunter
@xx Sent: Friday, February 21, 2003 3:37 PM Subject: JSP examples not running on new Installation of Tomcat I have just recently installed Apache Tomcat 4.0.4 running on a DEC Alpha cluster using OpenVMS 7.3.1 (I know unusual installation). I have been able to get the servlets to work

RE: JSP examples not running on new Installation of Tomcat

2003-02-21 Thread Appel, Jeremy D
It is getting compiled. I see the compiled class file in the work directory for my webapp. -Original Message- From: Ian Hunter [mailto:ihunter@x] Sent: Friday, February 21, 2003 3:43 PM To: Tomcat Users List Subject: Re: JSP examples not running on new Installation of Tomcat

RE: Okay for Servlet to start a new Thread?

2003-02-20 Thread Shapira, Yoav
20, 2003 3:03 PM To: '[EMAIL PROTECTED]' Subject: Okay for Servlet to start a new Thread? A coworker has a Struts app that gathers info and runs a report. The report could take a long time to complete, so right now the user just sits at the page that was submitted and it looks like nothing's

Urgent. pls help me out.Am new and novice to tomcat as well as web development

2003-02-17 Thread zafar ahsan
with an example,as am new and novice to tomcat as well as web development. where i have to create a directory for my application development and deployment.and whats r the steps that i should follow now.Would be pleased to know all about it if anyone can have little time for me. thank u

How do i create a new session ?

2003-02-14 Thread Mufaddal
Hi, What do i do to get or create a new session ? form method=post action=MyServlet % session.invalidate(); // what do i do here to get a new session ? session.setAttribute(id, new Integer(2)); % Thanks.

RE: How do i create a new session ?

2003-02-14 Thread Durham David Cntr 805CSS/SCBE
HttpSession getSession(boolean create) Returns the current HttpSession associated with this request or, if if there is no current session and create is true, returns a new session. This is from the J2EE javadocs which can be found at: http://java.sun.com/j2ee/sdk_1.3/techdocs/api

RE: How do i create a new session ?

2003-02-14 Thread Durham David Cntr 805CSS/SCBE
Forgot to include that it is in the HttpServletRequest class. -Dave -Original Message- From: Durham David Cntr 805CSS/SCBE Sent: Friday, February 14, 2003 2:52 PM To: Tomcat Users List Subject: RE: How do i create a new session ? HttpSession getSession(boolean create

RE: How do i create a new session ?

2003-02-14 Thread Mike Jackson
For questions like this, this link is useful: http://java.sun.com/products/servlet/2.2/javadoc/index.html However, to create a new session you do the following: request.getSession( true ); --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Mufaddal

NEW POST: How do I view this jsp???

2003-02-13 Thread Steve Burrus
hi, I need help/assistance right now with viewing this particular jsp, a rather simple one, which displays the current date and time! Now, when I go to viewing it, any text which I might have written in it shows up OK, but the actual date and time does not. Now, what am i possibly lacking in the

RE: NEW POST: How do I view this jsp???

2003-02-13 Thread Jacob Hookom
PROTECTED] Subject: NEW POST: How do I view this jsp??? hi, I need help/assistance right now with viewing this particular jsp, a rather simple one, which displays the current date and time! Now, when I go to viewing it, any text which I might have written in it shows up OK, but the actual date and time

Re: NEW POST: How do I view this jsp???

2003-02-13 Thread Peng Tuck Kwok
I'm also stumped about your problem but it is due to the fact that you haven't included it. Post your code and lets see what you are up to. Steve Burrus wrote: *hi, I need help/assistance right now with viewing this particular jsp, a rather simple one, which displays the current date and time!

Re: NEW POST: How do I view this jsp???

2003-02-13 Thread Jake Robb
Well, you forgot to attach the code. I'm going to assume it looks something like this: html body Today's date is: %= (new Date()).toString() % /body /html And that you saw only Today's date is: in the browser window. By your description, I'm guessing that Tomcat isn't actually parsing the JSP

Cannot add new folders to webapps

2003-02-06 Thread Wileynet
All of a sudden, out of the blue. I cannot add a new folder to the webapps directory for some reason ??? http://localhost:port/dir/ HTTP Status 404 -/sc/index.html Description The requested recourse is not available. I can see everything else great. Folders I added a few days ago pop up

Re: Cannot add new folders to webapps

2003-02-06 Thread Bill
add a new folder to the webapps directory for some reason ??? http://localhost:port/dir/ HTTP Status 404 -/sc/index.html Description The requested recourse is not available. I can see everything else great. Folders I added a few days ago pop up just fine, but this new one just

Re: Cannot add new folders to webapps

2003-02-06 Thread Will Hartung
- From: Bill [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, February 06, 2003 6:29 AM Subject: Re: Cannot add new folders to webapps wiley Just a stab in the dark...have you checked that the permissions on the folder are correct? I had a similar problem once where

New Directory in Webapps cannot be seen ???

2003-02-05 Thread jsp
All of a sudden, out of the blue. I cannot add a new folder to the webapps directory for some reason ??? http://localhost:port/dir/ HTTP Status 404 -/sc/index.html Description The requested recourse is not available. I can see everything else great. Folders I added a few days ago pop up

getSession(ture) return null after a new session has been created

2003-01-31 Thread syip
I am running tomcat 3.2.4, I use request.getSession() to create a new session inside a servlet. When I use requsest.getSession(true) to retrieve the same session from a different servlet, I got a null value. Do I miss anything in configuration? When I run the same code in tomcat 3.2.3, I

RE: Upgrading to new version of Tomcat

2003-01-29 Thread Shapira, Yoav
system with a different port number. Test everything. When you're sure it's ready, bring down the old server, change the port numbers of the new server to the real port numbers, and start the new server. That'll give you minimal downtime. Yoav Shapira Millennium ChemInformatics

Upgrading to new version of Tomcat

2003-01-28 Thread Victor Popiol
Hi. I am currently running Tomcat 4.1.12 in a production environment. I would like to upgrade to 4.1.18. Can anybody suggest the simplest, fastest way to do it? I have made considerable changes to the configuration files. I am not sure if there are any compatibility issues. Regards Victor

RE: Upgrading to new version of Tomcat

2003-01-28 Thread Shapira, Yoav
files from the old version -- make the changes again in the new files), saving the originals under a different name so that they're available. Then deploy your app and test it to make sure it's OK. Yoav Shapira Millennium ChemInformatics -Original Message- From: Victor Popiol [mailto

Re: Upgrading to new version of Tomcat

2003-01-28 Thread David Boyer
Copy the 4.1.18 jars from /common/lib and /server/lib to their respective location in your current Tomcat installation. Optionally, also copy the contents of /server/webapps/admin, /server/webapps/manager, and /webapps if you want to upgrade these applications as well although you'll want to be

Antwort: Re: Upgrading to new version of Tomcat

2003-01-28 Thread Dietmar . Mueller
How important is /bin/bootstrap.jar? Dietmar David Boyer [EMAIL PROTECTED] am 28.01.2003 16:27:31 Bitte antworten an Tomcat Users List [EMAIL PROTECTED] An:[EMAIL PROTECTED] Kopie: Thema: Re: Upgrading to new version of Tomcat Copy the 4.1.18 jars from /common/lib and /server/lib

RE: Antwort: Re: Upgrading to new version of Tomcat

2003-01-28 Thread Ralph Einfeldt
in parallel, so it's quite easy to switch the version unless, the switch requires some changes in our specific setup) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 4:31 PM To: Tomcat Users List Subject: Antwort: Re: Upgrading to new

RE: Upgrading to new version of Tomcat

2003-01-28 Thread Victor Popiol
- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 10:23 AM To: Tomcat Users List Subject: RE: Upgrading to new version of Tomcat Howdy, Don't simply copy over the old installation. Do a clean installation of 4.1.18. Ensure the installation is OK by checking

Tomcat + Apache + Virtual Host (new)

2003-01-24 Thread Sebastião Carlos Santos
Lajos, I installed the Apache 1.3.27 again together with Tomcat 4.1.18 through of mod_jk.so, as we talked yesterday, using LoadModule, AddModule and JkWorkersFile in httpd.conf. After the installation of the Apache + Tomcat + mod_jk I tested the installation in

RE: Tomcat + Apache + Virtual Host (new)

2003-01-24 Thread Turner, John
To: Tomcat Users List Subject: Tomcat + Apache + Virtual Host (new) Lajos, I installed the Apache 1.3.27 again together with Tomcat 4.1.18 through of mod_jk.so, as we talked yesterday, using LoadModule, AddModule and JkWorkersFile in httpd.conf. After

RE: Tomcat + Apache + Virtual Host (new)

2003-01-24 Thread Sebastião Carlos Santos
When I used the configuration JkMount / ajp13 JkMount /* ajp13 I received the following error message Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [EMAIL PROTECTED] and inform

RE: Tomcat + Apache + Virtual Host (new)

2003-01-24 Thread Sebastião Carlos Santos
Excuse me, but I ordered a wrong information. When I used the configuration JkMount / *. jsp ajp13 JkMount / servlet / * ajp13 the navigator didn't try to do the download of the. jsp, but I obtained the following error message. HTTP Status 500 - No Context configured to process this request

Re: Tomcat + Apache + Virtual Host (new)

2003-01-24 Thread Sebastião Carlos Santos
Lajos, You want me to order for the list or directly for the e-mail? *** REPLY SEPARATOR *** On 24/01/2003 at 11:13 Lajos Moczar wrote: E-mail Premium BOL Antivírus, anti-spam e até 100 MB de espaço. Assine já! http://email.bol.com.br/ Hi - Can you send me your server.xml?

Re: Tomcat + Apache + Virtual Host (new)

2003-01-24 Thread Lajos Moczar
Do it direct to my email. Lajos Sebastião Carlos Santos wrote: Lajos, You want me to order for the list or directly for the e-mail? *** REPLY SEPARATOR *** On 24/01/2003 at 11:13 Lajos Moczar wrote: E-mail Premium BOL Antivírus, anti-spam e até 100 MB de espaço.

tomcat4.1.18 iis5 - new user

2003-01-21 Thread John Ruffin
new user I'm running win2k, tc4.1.18, iis5, j2sdk1.4.1. I've added the the isapi_redirect.dll to the IIS Manager. Question 1: Is this SOP or should I add it to all websites iis is managing? I can run the examples from http://localhost/examples with no problem. I have another website that I'm

REPOST: tomcat4.1.18 iis5 - new user

2003-01-21 Thread John Ruffin
new user I'm running win2k, tc4.1.18, iis5, j2sdk1.4.1. I've added the the isapi_redirect.dll to the IIS Manager. Question 1: Is this SOP or should I add it to all websites iis is managing? I can run the examples from http://localhost/examples with no problem. I have another website that I'm

new version: managing Tomcat as a Windows service

2003-01-20 Thread David Boyer
I've uploaded a new version of the application I wrote to manage and configure multiple instances of Tomcat as a Windows service. Sorry my web site is so slow; fortunately the utility is only a 74KB download. http://www.iowatelecom.net/~dkboyer/index.html

RE: new web application - inconsistent resource not found

2003-01-17 Thread steven melendez
Thank you very much for your suggestions and help. I created a simple test servlet and added: servlet-mapping servlet-nameinvoker/servlet-name url-pattern/servlet/*/url-pattern /servlet-mapping to the web.xml and was able to call the servlet with

new web application - inconsistent resource not found

2003-01-16 Thread steven melendez
Hi all, I'm using tomcat 4.1.18 on windows 98, and am having problems setting up new web applications. There doesn't seem to be anything wrong with the web applications as I can always get them to work in the examples directory, but sometimes I get a resource not found error message when trying

Re: new web application - inconsistent resource not found

2003-01-16 Thread Wilson Snook
of us because this problem has been afflicting me for several days now. Wilson - Original Message - From: steven melendez [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 9:15 PM Subject: new web application - inconsistent resource not found Hi

Re: new web application - inconsistent resource not found

2003-01-16 Thread Will Hartung
From: steven melendez [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 1:15 PM Subject: new web application - inconsistent resource not found I am not using server.xml to set up new contexts - simply creating a new directory in webapps. I am finding this a bit frustrating, as I restart

Re: new web application - inconsistent resource not found

2003-01-16 Thread steven melendez
works. I move to another directory, and set up the same structure, but with a new web.xml file - it is the bare minimum one found in webapps/ROOT/web-inf. Since I didn't add my servlets to the web.xml in the examples directory and the servlets worked fine, I am wondering why they don't work

RE: new web application - inconsistent resource not found

2003-01-16 Thread Wendy Smoak
Steven wrote: What I have is a couple of jsp files and a couple of servlets. I put them in the examples directory, the jsp in the top level, and the servlets in the web-inf/classes directory. I do not edit the web.xml in this directory, and the application works. WEB-INF should be

Webdav new directory refresh problem with tc-4.1.18

2003-01-14 Thread Zsolt Koppany
Hi, when I create a new directory from a webdav client (MS explorer), the new directory will be created but the client shows the new directory only after a refresh. This error does NOT occur with tc-4.1.12 but with tc.4.1.18. Any ideas why? -- Zsolt -- To unsubscribe, e-mail: mailto:[EMAIL

Re: Webdav new directory refresh problem with tc-4.1.18

2003-01-14 Thread Zsolt Koppany
I forgot to notice, that the bug happens only when tomcat-4.1.18 under Windows-2000 runs and NOT under Linux. On Tue, 2003-01-14 at 12:37, Zsolt Koppany wrote: Hi, when I create a new directory from a webdav client (MS explorer), the new directory will be created but the client shows the new

dispatcher.forward(), but with new URL

2003-01-10 Thread Erik Price
Hi, Sorry if this is too simple a question, I'm still just getting my first JSP/servlet application underway. I have a servlet called LoginServlet, that is passed some POST parameters and does some processing with them. There are two possible outcomes -- one is that the authentication fails

Re: dispatcher.forward(), but with new URL

2003-01-10 Thread Paul Yunusov
() in HttpServletResponse will send an HTTP redirect response to the client so the client's browser itself makes a new request to the new URL (main.jsp in your case). It results in the new URL being shown in the browser's address field. Note that the original request's parameters, which were sent

Re: dispatcher.forward(), but with new URL

2003-01-10 Thread Erik Price
Paul Yunusov wrote: sendRedirect() in HttpServletResponse will send an HTTP redirect response to the client so the client's browser itself makes a new request to the new URL (main.jsp in your case). It results in the new URL being shown in the browser's address field. Paul

Re: dispatcher.forward(), but with new URL

2003-01-10 Thread Paul Yunusov
On Friday 10 January 2003 03:42 pm, Erik Price wrote: Paul Yunusov wrote: sendRedirect() in HttpServletResponse will send an HTTP redirect response to the client so the client's browser itself makes a new request to the new URL (main.jsp in your case). It results in the new URL being shown

Re: new user: servlets dont run in new apps

2003-01-08 Thread George Metz
-mapping servlet-nameMyClass/servlet-name url-pattern/servlet/MyClass/url-pattern /servlet-mapping /web-app ~Sumit -Original Message- From: George Metz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 4:35 PM To: [EMAIL PROTECTED] Subject: new user: servlets

new user: servlets dont run in new apps

2003-01-07 Thread George Metz
what simple thing am i missing ? (probably something in the documentation, but i havent found it so far) PROBLEM: cannot get servlets to run in a NEW webapp. the ones that come with tomcat work ok, except for the sample servlet in the Developer's Guide. this built-in one doesnt run either: http

RE: new user: servlets dont run in new apps

2003-01-07 Thread Shrotriya, Sumit
Message- From: George Metz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 4:35 PM To: [EMAIL PROTECTED] Subject: new user: servlets dont run in new apps what simple thing am i missing ? (probably something in the documentation, but i havent found it so far) PROBLEM: cannot get

Tomcat opens new DB Connections on Restart

2003-01-06 Thread Raible, Matt
I am using DBCP and a JDBCRealm with Tomcat 4.1.18. Everytime I re-deploy my application (using Ant), Tomcat restarts because it detects that classes have been refreshed. However, it also created two additional database connections - so after re-deploying for a long time (an hour) - I get up to

JSPs throwing exceptions under new installation of Tomcat

2003-01-04 Thread Tammer Salem
Hi, I just downloaded Apache Tomcat 4.0 and have successfully reached the http://localhost:8080 page. I can run the servlet examples ok, but the JSP examples always throw exceptions. I have the Java SDK (j2sdk1.4.1_01) on my machine and the %JAVA_HOME% environment variable is setup correctly. Have

JSPs throwing exceptions under new installation of Tomcat

2003-01-04 Thread Tammer Salem
Hi,I just downloaded Apache Tomcat 4.0 and have successfully reached thehttp://localhost:8080 page. I can run the servlet examples ok, but the JSPexamples always throw exceptions. I have the Java SDK (j2sdk1.4.1_01) on mymachine and the %JAVA_HOME% environment variable is setup

Re: JSPs throwing exceptions under new installation of Tomcat

2003-01-04 Thread Tammer Salem
) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125) at java.lang.Thread.run(Unknown Source) - Original Message - From: Tammer Salem To: Tomcat Users List Sent: Sunday, January 05, 2003 1:42 AM Subject: JSPs throwing exceptions under new

Re: JSPs throwing exceptions under new installation of Tomcat

2003-01-04 Thread Paul Campbell
: Tammer Salem To: Tomcat Users List Sent: Sunday, January 05, 2003 1:42 AM Subject: JSPs throwing exceptions under new installation of Tomcat Hi, I just downloaded Apache Tomcat 4.0 and have successfully reached the http://localhost:8080 page. I can run the servlet examples ok

Re: JSPs throwing exceptions under new installation of Tomcat

2003-01-04 Thread David Boyer
throwing exceptions under new installation of Tomcat Hi, I just downloaded Apache Tomcat 4.0 and have successfully reached the http://localhost:8080 page. I can run the servlet examples ok, but the JSP examples always throw exceptions. I have the Java SDK (j2sdk1.4.1_01) on my machine

Re: JSPs throwing exceptions under new installation of Tomcat

2003-01-04 Thread Tammer Salem
, and I guess a solution is better than staring at java exceptions!) regards, Tammer Salem - Original Message - From: David Boyer To: Tomcat Users List ; Tammer Salem Sent: Sunday, January 05, 2003 2:13 AM Subject: Re: JSPs throwing exceptions under new installation of Tomcat

<    1   2   3   4   5   6   7   8   9   10   >