Re: tomcat7 maven plugin (frustration) - probably a simple question

2011-12-27 Thread Patrick Moore
O.k. I will try today

Re: tomcat7 maven plugin (frustration) - probably a simple question

2011-12-27 Thread Olivier Lamy
Hello, Does your current project have war packaging ? If yes, I think there are some issues with that and btw use exec-war-only goal to prevent to run an other full lifecycle in your war project. What I recommend is to have an other project with packaging pom and construct the exec war. I have pus

tomcat7 maven plugin (frustration) - probably a simple question

2011-12-26 Thread PS M.
Hi there -- I am frustrated with the tomcat7 maven plugin. I am trying to create an executable jar from my war project. The problem is that none of the war's dependencies are included in the executable jar even though the corresponding war created at the same time is complete. In the pom.xml file

Re: Simple Question about reading http transmission using mod_jk

2011-01-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mohit, On 1/7/2011 2:54 PM, Mohit Anchlia wrote: > I read through it and based on how I interpret that section is that it > buffers some data and streams the remaining data if it wasn't > completely transferred to server and server asks for it (GET_BO

Re: Simple Question about reading http transmission using mod_jk

2011-01-07 Thread Mohit Anchlia
On Fri, Jan 7, 2011 at 7:22 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Chuck, > > On 1/6/2011 6:01 PM, Caldarale, Charles R wrote: >>> From: Mohit Anchlia [mailto:mohitanch...@gmail.com] >>> Subject: Simple Question a

Re: Simple Question about reading http transmission using mod_jk

2011-01-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 1/6/2011 6:01 PM, Caldarale, Charles R wrote: >> From: Mohit Anchlia [mailto:mohitanch...@gmail.com] >> Subject: Simple Question about reading http transmission using mod_jk > >> does it just sends the handle to the s

RE: Simple Question about reading http transmission using mod_jk

2011-01-06 Thread Caldarale, Charles R
> From: Mohit Anchlia [mailto:mohitanch...@gmail.com] > Subject: Simple Question about reading http transmission using mod_jk > does it just sends the handle to the stream and then tomcat > reads from it. It's little confusing. Think about it: the connection between httpd and

Simple Question about reading http transmission using mod_jk

2011-01-06 Thread Mohit Anchlia
We are using mod_jk. My question is when apache receives a request with http payload does it first read the entire payload and then transfers it to tomcat or does it just sends the handle to the stream and then tomcat reads from it. It's little confusing. --

RE: simple question on Tomcat-apache

2007-11-19 Thread Shekhar . Dhotre
Thanks for the reply Timothy. "Timothy Wonil Lee" <[EMAIL PROTECTED]> 11/18/2007 10:12 PM Please respond to "Tomcat Users List" To "'Tomcat Users List'" cc Subject RE: simple question on Tomcat-apache Tomcat and HTTP Server are compl

RE: simple question on Tomcat-apache

2007-11-19 Thread Shekhar . Dhotre
uot;Tomcat Users List" To "Tomcat Users List" cc Subject RE: simple question on Tomcat-apache > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Subject: RE: simple question on Tomcat-apache > > Does 5.5 version falls into newer version ? Ye

RE: simple question on Tomcat-apache

2007-11-18 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Subject: RE: simple question on Tomcat-apache > > Does 5.5 version falls into newer version ? Yes, but 6.0 is better for several reasons, including simplified classloading and the availability of an NIO connector.

RE: simple question on Tomcat-apache

2007-11-18 Thread Shekhar . Dhotre
L PROTECTED]> 11/18/2007 10:12 PM Please respond to "Tomcat Users List" To "Tomcat Users List" cc Subject RE: simple question on Tomcat-apache > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Subject: simple question on Tomcat-apache > >

RE: simple question on Tomcat-apache

2007-11-18 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Subject: simple question on Tomcat-apache > > does Tomcat -apache contains http server Tomcat is a capable web server as well as a Servlet/JSP container, and can be used standalone for most environments. As download

RE: simple question on Tomcat-apache

2007-11-18 Thread Timothy Wonil Lee
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, 19 November 2007 1:57 PM To: Tomcat Users List Subject: simple question on Tomcat-apache Hello , does Tomcat -apache contains http server bundled in or Do I have to install apache-tomcat and http server separatel

simple question on Tomcat-apache

2007-11-18 Thread Shekhar . Dhotre
Hello , does Tomcat -apache contains http server bundled in or Do I have to install apache-tomcat and http server separately ? I can browse the default web page when I started apache-tomcat server ,but could`nt locate the httpd.conf file . So downloaded http server . Can someone clarify the

Re: a simple question about Directory structure in Tomcat

2007-10-24 Thread Mark Thomas
pesho318i wrote: > servlet > > myServlet > > Your servlet also needs to be in a package. Mark - To start a new topic, e-mail: users@tomcat.apache.org To un

Re: a simple question about Directory structure in Tomcat

2007-10-24 Thread pesho318i
e out why if it's one directory deeper it cannot find the > servlet. > > > I'll be grateful if you could tell me how to handle this problem... > Thanks, > P. > -- View this message in context: http://www.nabble.com/a-simple-question-about-Directory-structure

Re: a simple question about Directory structure in Tomcat

2007-10-23 Thread David Smith
This is by design. WEB-INF is a special directory that must be a direct subdirectory of the webapp's top level. In other words, webapps/myApp/WEB-INF is good. WEB-INF in any other location within your webapp is bad. All this is described in the servlet spec and not tomcat specific. --Davi

a simple question about Directory structure in Tomcat

2007-10-23 Thread pesho318i
View this message in context: http://www.nabble.com/a-simple-question-about-Directory-structure-in-Tomcat-tf4680899.html#a13375489 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: use

Re: Simple question

2007-10-16 Thread Peter Stavrinides
Thanks! Pid wrote: Peter Stavrinides wrote: How do I configure Tomcat to provide a page redirect from the context of a servlet to the default start page i.e.: /myapp/ to go to -> /myapp/home add "home" to the list of 'welcome' files in your web.xml index.jsp ..

Re: Simple question

2007-10-16 Thread Pid
Peter Stavrinides wrote: > How do I configure Tomcat to provide a page redirect from the context of > a servlet to the default start page i.e.: > /myapp/ to go to -> /myapp/home add "home" to the list of 'welcome' files in your web.xml index.jsp ... home p >

Re: Simple question

2007-10-16 Thread David Delbecq
add a myapp/index.jsp that does the redirect En l'instant précis du 16/10/07 16:13, Peter Stavrinides s'exprimait en ces termes: > How do I configure Tomcat to provide a page redirect from the context > of a servlet to the default start page i.e.: > /myapp/ to go to -> /myapp/home > > Thanks

Simple question

2007-10-16 Thread Peter Stavrinides
How do I configure Tomcat to provide a page redirect from the context of a servlet to the default start page i.e.: /myapp/ to go to -> /myapp/home Thanks Peter - To start a new topic, e-mail: users@tomcat.apache.org To u

Re: A simple question about coyote

2007-07-11 Thread Bill Barker
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I have a simple question related to the coyote connector. That is, `Is >coyote similar to a composition protocol framework coyote >(http://www.cs.arizona.edu/projects/coyote/) does?' > The Apache-Tom

A simple question about coyote

2007-07-11 Thread newbie_tw
I have a simple question related to the coyote connector. That is, `Is coyote similar to a composition protocol framework coyote (http://www.cs.arizona.edu/projects/coyote/) does?' I read some document on the internet. For instance, http://www.wellho.net/downloads/A651.pdf illustrates

RE: Simple question, but can't figure out answer

2006-07-12 Thread Mead, Jennifer L - VSCM
bunch of users. Besides I can contribute here and there. Great response and I really appreciate it. Jennifer -Original Message- From: Andrew Miehs [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 7:19 AM To: Tomcat Users List Subject: Re: Simple question, but can't figur

Re: Simple question, but can't figure out answer

2006-07-12 Thread David Smith
t it turns out to be something stupid (on my part). It is pretty frustrating but for now they get no images! Thanks for the reply. Jen -Original Message- From: Andrew Miehs [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 4:31 PM To: Tomcat Users List Subject: Re: Simple questio

Re: Simple question, but can't figure out answer

2006-07-12 Thread Andrew Miehs
al Message- From: Andrew Miehs [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 7:08 AM To: Tomcat Users List Subject: Re: Simple question, but can't figure out answer On 12/07/2006, at 4:01 PM, Mead, Jennifer L - VSCM wrote: I already have that. I really don't understand but I bet

Re: Simple question, but can't figure out answer

2006-07-12 Thread Pid
rew Miehs [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 12, 2006 7:08 AM > To: Tomcat Users List > Subject: Re: Simple question, but can't figure out answer > > > On 12/07/2006, at 4:01 PM, Mead, Jennifer L - VSCM wrote: > >> I already have that. I really do

RE: Simple question, but can't figure out answer

2006-07-12 Thread Mead, Jennifer L - VSCM
Nope, where and what is it trying to display? -Original Message- From: Andrew Miehs [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 7:08 AM To: Tomcat Users List Subject: Re: Simple question, but can't figure out answer On 12/07/2006, at 4:01 PM, Mead, Jennifer L - VSCM

Re: Simple question, but can't figure out answer

2006-07-12 Thread Andrew Miehs
On 12/07/2006, at 4:01 PM, Mead, Jennifer L - VSCM wrote: I already have that. I really don't understand but I bet it turns out to be something stupid (on my part). It is pretty frustrating but for now they get no images! Thanks for the reply. Jen Does http://server/images/myimage.gif wo

RE: Simple question, but can't figure out answer

2006-07-12 Thread Mead, Jennifer L - VSCM
2006 4:31 PM To: Tomcat Users List Subject: Re: Simple question, but can't figure out answer -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ahhh... and in webapps/ROOT/ create a directory called WEB-INF (please note capitals) that should fix your problem... Regards Andrew On 11/07/2006, a

Re: Simple question, but can't figure out answer

2006-07-11 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ahhh... and in webapps/ROOT/ create a directory called WEB-INF (please note capitals) that should fix your problem... Regards Andrew On 11/07/2006, at 11:53 PM, Mead, Jennifer L - VSCM wrote: What this does is draw the box where the image s

Re: Simple question, but can't figure out answer

2006-07-11 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/07/2006, at 11:53 PM, Mead, Jennifer L - VSCM wrote: What this does is draw the box where the image should be. When I right click on it and look at the properties and it finds the right file. Just thought someone else would have ran int

RE: Simple question, but can't figure out answer

2006-07-11 Thread Mead, Jennifer L - VSCM
t: RE: Simple question, but can't figure out answer Oh yes tomcat works for any language CGI, you need to go into the conf files and uncomment a few things but it works. Not recommended because it bypasses the security built into tomcat. Here is a sample code with the img tag inserted: #!/usr

RE: Simple question, but can't figure out answer

2006-07-11 Thread Mead, Jennifer L - VSCM
ught someone else would have ran into this Jen -Original Message- From: Andrew Miehs [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 2:27 PM To: Tomcat Users List Subject: Re: Simple question, but can't figure out answer Hi Jennifer, Very strange! Tomcat and perl cgi! co

Re: Simple question, but can't figure out answer

2006-07-11 Thread Andrew Miehs
Hi Jennifer, Very strange! Tomcat and perl cgi! cool - didn't know it worked... Are you sure you are not using Apache with mod_jk, or mod_proxy? As for the perl. Where is the page that prints the HTML? why don't you just add print ''; Very confused Or could it be that you ar

RE: Simple question, but can't figure out answer

2006-07-11 Thread Mead, Jennifer L - VSCM
Sent: Tuesday, July 11, 2006 2:09 PM To: Tomcat Users List Subject: Re: Simple question, but can't figure out answer -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 More stupid question... 1 - Why are you using perl when you have tomcat - can't you just use a jsp? 2 - why can't you u

Re: Simple question, but can't figure out answer

2006-07-11 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 More stupid question... 1 - Why are you using perl when you have tomcat - can't you just use a jsp? 2 - why can't you use an tag? and have tomcat deliver the page... 3 - You are using tomcat aren't you? Confused Andrew On 11/07/2006, at 1

Re: Simple question, but can't figure out answer

2006-07-11 Thread Avi Deitcher
Jen, Unless there is a particular reason (e.g. dynamically created images), why are you reading image files directly in Perl, then dumping the output? You should just use CGI to generate HTML that looks like this: Even if you want to dynamically *choose* the image, you are better off having CGI

Simple question, but can't figure out answer

2006-07-11 Thread Mead, Jennifer L - VSCM
Hello, I am trying to create some cgi pages for my company. Or I should say I have created some and now just want to add a header graphic in the main page. Nothing fancy. However, I cannot get my image to display, no matter how I embed the darned thing. I can't even get regular html to displa

RE: A simple question about creating a thread in Tomcat app

2006-02-22 Thread Sethuraman, Prabhu \(Cognizant\)
, February 22, 2006 9:16 AM To: Tomcat Users List Subject: A simple question about creating a thread in Tomcat app Hello! I would like, just after tomcat starts, to create a new thread. Where can I put the code that starts it? I do not want to wait with starting the thread until some servlet is

Re: A simple question about creating a thread in Tomcat app

2006-02-22 Thread Artur Rataj
I had some problems with the thread run in init(), that I described in the thread `STrange problem with a thread made in Servlet.init()'. Now I use the listeners with both startup/shutdown of the thread. Best regards, Artur - To

Re: A simple question about creating a thread in Tomcat app

2006-02-22 Thread Artur Rataj
Thanks for help, Artur - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: A simple question about creating a thread in Tomcat app

2006-02-22 Thread David Smith
Can you? Yes. The method depends on your version of tomcat. Older tomcat (sorry, I don't remember what version) versions used to require you to add 1 to a servlet definition and have the servlet do this work for you. Newer tomcats (at least version 5.0 and 5.5, don't know about 4.1.x) allo

Re: A simple question about creating a thread in Tomcat app

2006-02-22 Thread Edoardo Panfili
Artur Rataj ha scritto: Hello! I would like, just after tomcat starts, to create a new thread. Where can I put the code that starts it? I do not want to wait with starting the thread until some servlet is needed. can you use somethings like: ServerInit argentaroggia.servizi.ServerInit 1

A simple question about creating a thread in Tomcat app

2006-02-22 Thread Artur Rataj
Hello! I would like, just after tomcat starts, to create a new thread. Where can I put the code that starts it? I do not want to wait with starting the thread until some servlet is needed. Best regards, Artur - To unsubscribe, e