You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Pooleery, Manoj" <Po...@Synygy.com> on 2002/09/18 16:21:29 UTC

Job Openings

Hi,

My company is looking for experienced Java professionals with 3-4 years of
experience.  Experience in core, serverside Java, JSP, XML and XSL is a
must.  

If you are interested, please send your resume to pooleery@synygy.com.

Thanks
Manoj.

-----Original Message-----
From: carlo.montanari@t-systems.it [mailto:carlo.montanari@t-systems.it]
Sent: Wednesday, September 18, 2002 11:03 AM
To: Tomcat Users List
Subject: RE: Redirect not working



I'm quite sure: in one case I explicitly do a sendRedirect("newurl") from
within a servlet.
Furthermore, the response code is 302, which is a temporary redirection.






"Jonathan Soons" <js...@juilliard.edu> on 18/09/2002 15.45.03

Please respond to "Tomcat Users List" <to...@jakarta.apache.org>

To:    "Tomcat Users List" <to...@jakarta.apache.org>
cc:

Subject:    RE: Redirect not working


Are you sure that is a Redirect? Redirect requires  /path  ->  URL.
Yours looks like an Alias.

-----Original Message-----
From: carlo.montanari@t-systems.it [mailto:carlo.montanari@t-systems.it]
Sent: Wednesday, September 18, 2002 7:12 AM
To: tomcat-user@jakarta.apache.org
Subject: Redirect not working


Hi all.
My configuration is: Apache 2.0.35 and Tomcat 4.0.3 (or 4.0.4, same
behaviour), with mod_webapp and warp connector. Solaris 8, jdk 1.4.0.
If I deploy "examples" webapp and access it through Tomcat's standalone
listener (port 8080) everything works ok.
When I access it through Apache, it works well until I find some kind of
redirection (ie /examples/ -> /examples/index.html), then I get a page with
the message:
Apache Tomcat/4.0.3 -HTTP Status 302 - Moved Temporarily
but redirection is NOT followed by the browser (I've tried various versions
of IE, Netscape, Mozilla...).
If I try to connect using telnet, the response with port 8080 is:
HTTP/1.1 302 Moved Temporarily
while through Apache is:
HTTP/1.1 Moved Temporarily
Nevertheless, in access.log of Apache the status code for my request is
correctly set to 302.
Same behaviour if I do a sendRedirect from within a servlet or jsp,
redirecting to another servlet (no static content at all).

Can anybody help me?

TIA, Carlo



--
To unsubscribe, e-mail:   <
mailto:tomcat-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <
mailto:tomcat-user-help@jakarta.apache.org>


--
To unsubscribe, e-mail:   <
mailto:tomcat-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <
mailto:tomcat-user-help@jakarta.apache.org>






       Carlo Montanari
       Sysadm
       Unix office
       T-Systems Italia
       debis IT Services Italia S.p.A.
       Via degli Ontani, 25
       36100 - Vicenza
       Phone: +39 0444 558355
       Fax: +39 0444 558352
       Mobile: +39 348 4530249
       e-mail: carlo.montanari@t-systems.it
       Internet: http://www.t-systems.it




--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>

RE: Job Openings

Posted by Andy Eastham <an...@gliant.com>.
Looks like a company that would employ Java professionals to me.  Clearly
synergy.com. is not a recruitment consultant.

I'm sure there are plenty of people on this list at the moment that
appreciate the fact that someone is recruiting people with "core, serverside
Java, JSP, XML and XSL".

I agree it's not spot on topic, but it seems pretty genuine to me.  Give the
guy a break.

Andy

> -----Original Message-----
> From: Bill Blackmon [mailto:bill.blackmon@verizon.net]
> Sent: 18 September 2002 16:04
> To: Tomcat Users List
> Subject: Re: Job Openings
>
>
> Do you REALLY have jobs or are you just collecting resumes?
> ----- Original Message -----
> From: "Pooleery, Manoj" <Po...@Synygy.com>
> To: "'Tomcat Users List'" <to...@jakarta.apache.org>
> Sent: Wednesday, September 18, 2002 10:21 AM
> Subject: Job Openings
>
>
> > Hi,
> >
> > My company is looking for experienced Java professionals with
> 3-4 years of
> > experience.  Experience in core, serverside Java, JSP, XML and XSL is a
> > must.
> >
> > If you are interested, please send your resume to pooleery@synygy.com.
> >
> > Thanks
> > Manoj.
> >
> > -----Original Message-----
> > From: carlo.montanari@t-systems.it [mailto:carlo.montanari@t-systems.it]
> > Sent: Wednesday, September 18, 2002 11:03 AM
> > To: Tomcat Users List
> > Subject: RE: Redirect not working
> >
> >
> >
> > I'm quite sure: in one case I explicitly do a
> sendRedirect("newurl") from
> > within a servlet.
> > Furthermore, the response code is 302, which is a temporary redirection.
> >
> >
> >
> >
> >
> >
> > "Jonathan Soons" <js...@juilliard.edu> on 18/09/2002 15.45.03
> >
> > Please respond to "Tomcat Users List" <to...@jakarta.apache.org>
> >
> > To:    "Tomcat Users List" <to...@jakarta.apache.org>
> > cc:
> >
> > Subject:    RE: Redirect not working
> >
> >
> > Are you sure that is a Redirect? Redirect requires  /path  ->  URL.
> > Yours looks like an Alias.
> >
> > -----Original Message-----
> > From: carlo.montanari@t-systems.it [mailto:carlo.montanari@t-systems.it]
> > Sent: Wednesday, September 18, 2002 7:12 AM
> > To: tomcat-user@jakarta.apache.org
> > Subject: Redirect not working
> >
> >
> > Hi all.
> > My configuration is: Apache 2.0.35 and Tomcat 4.0.3 (or 4.0.4, same
> > behaviour), with mod_webapp and warp connector. Solaris 8, jdk 1.4.0.
> > If I deploy "examples" webapp and access it through Tomcat's standalone
> > listener (port 8080) everything works ok.
> > When I access it through Apache, it works well until I find some kind of
> > redirection (ie /examples/ -> /examples/index.html), then I get a page
> with
> > the message:
> > Apache Tomcat/4.0.3 -HTTP Status 302 - Moved Temporarily
> > but redirection is NOT followed by the browser (I've tried various
> versions
> > of IE, Netscape, Mozilla...).
> > If I try to connect using telnet, the response with port 8080 is:
> > HTTP/1.1 302 Moved Temporarily
> > while through Apache is:
> > HTTP/1.1 Moved Temporarily
> > Nevertheless, in access.log of Apache the status code for my request is
> > correctly set to 302.
> > Same behaviour if I do a sendRedirect from within a servlet or jsp,
> > redirecting to another servlet (no static content at all).
> >
> > Can anybody help me?
> >
> > TIA, Carlo
> >
> >
> >
> > --
> > To unsubscribe, e-mail:   <
> > mailto:tomcat-user-unsubscribe@jakarta.apache.org>
> > For additional commands, e-mail: <
> > mailto:tomcat-user-help@jakarta.apache.org>
> >
> >
> > --
> > To unsubscribe, e-mail:   <
> > mailto:tomcat-user-unsubscribe@jakarta.apache.org>
> > For additional commands, e-mail: <
> > mailto:tomcat-user-help@jakarta.apache.org>
> >
> >
> >
> >
> >
> >
> >        Carlo Montanari
> >        Sysadm
> >        Unix office
> >        T-Systems Italia
> >        debis IT Services Italia S.p.A.
> >        Via degli Ontani, 25
> >        36100 - Vicenza
> >        Phone: +39 0444 558355
> >        Fax: +39 0444 558352
> >        Mobile: +39 348 4530249
> >        e-mail: carlo.montanari@t-systems.it
> >        Internet: http://www.t-systems.it
> >
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> >
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Job Openings

Posted by Bill Blackmon <bi...@verizon.net>.
Do you REALLY have jobs or are you just collecting resumes?
----- Original Message -----
From: "Pooleery, Manoj" <Po...@Synygy.com>
To: "'Tomcat Users List'" <to...@jakarta.apache.org>
Sent: Wednesday, September 18, 2002 10:21 AM
Subject: Job Openings


> Hi,
>
> My company is looking for experienced Java professionals with 3-4 years of
> experience.  Experience in core, serverside Java, JSP, XML and XSL is a
> must.
>
> If you are interested, please send your resume to pooleery@synygy.com.
>
> Thanks
> Manoj.
>
> -----Original Message-----
> From: carlo.montanari@t-systems.it [mailto:carlo.montanari@t-systems.it]
> Sent: Wednesday, September 18, 2002 11:03 AM
> To: Tomcat Users List
> Subject: RE: Redirect not working
>
>
>
> I'm quite sure: in one case I explicitly do a sendRedirect("newurl") from
> within a servlet.
> Furthermore, the response code is 302, which is a temporary redirection.
>
>
>
>
>
>
> "Jonathan Soons" <js...@juilliard.edu> on 18/09/2002 15.45.03
>
> Please respond to "Tomcat Users List" <to...@jakarta.apache.org>
>
> To:    "Tomcat Users List" <to...@jakarta.apache.org>
> cc:
>
> Subject:    RE: Redirect not working
>
>
> Are you sure that is a Redirect? Redirect requires  /path  ->  URL.
> Yours looks like an Alias.
>
> -----Original Message-----
> From: carlo.montanari@t-systems.it [mailto:carlo.montanari@t-systems.it]
> Sent: Wednesday, September 18, 2002 7:12 AM
> To: tomcat-user@jakarta.apache.org
> Subject: Redirect not working
>
>
> Hi all.
> My configuration is: Apache 2.0.35 and Tomcat 4.0.3 (or 4.0.4, same
> behaviour), with mod_webapp and warp connector. Solaris 8, jdk 1.4.0.
> If I deploy "examples" webapp and access it through Tomcat's standalone
> listener (port 8080) everything works ok.
> When I access it through Apache, it works well until I find some kind of
> redirection (ie /examples/ -> /examples/index.html), then I get a page
with
> the message:
> Apache Tomcat/4.0.3 -HTTP Status 302 - Moved Temporarily
> but redirection is NOT followed by the browser (I've tried various
versions
> of IE, Netscape, Mozilla...).
> If I try to connect using telnet, the response with port 8080 is:
> HTTP/1.1 302 Moved Temporarily
> while through Apache is:
> HTTP/1.1 Moved Temporarily
> Nevertheless, in access.log of Apache the status code for my request is
> correctly set to 302.
> Same behaviour if I do a sendRedirect from within a servlet or jsp,
> redirecting to another servlet (no static content at all).
>
> Can anybody help me?
>
> TIA, Carlo
>
>
>
> --
> To unsubscribe, e-mail:   <
> mailto:tomcat-user-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail: <
> mailto:tomcat-user-help@jakarta.apache.org>
>
>
> --
> To unsubscribe, e-mail:   <
> mailto:tomcat-user-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail: <
> mailto:tomcat-user-help@jakarta.apache.org>
>
>
>
>
>
>
>        Carlo Montanari
>        Sysadm
>        Unix office
>        T-Systems Italia
>        debis IT Services Italia S.p.A.
>        Via degli Ontani, 25
>        36100 - Vicenza
>        Phone: +39 0444 558355
>        Fax: +39 0444 558352
>        Mobile: +39 348 4530249
>        e-mail: carlo.montanari@t-systems.it
>        Internet: http://www.t-systems.it
>
>
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: [OT] Job Openings

Posted by Shawn Wilson <sh...@atmreports.com>.
I'm really not sure what your post has to do with Tomcat. Perhaps you should
post to a jobs list?

-shawn

====================================
Shawn Wilson [shawnw@atmreports.com]
Software Developer, ATMReports.com
PH: 877-327-0873, FAX: 406-294-5806
====================================


> -----Original Message-----
> From: Pooleery, Manoj [mailto:Pooleery@Synygy.com]
> Sent: Wednesday, September 18, 2002 8:21 AM
> To: 'Tomcat Users List'
> Subject: Job Openings
>
>
> Hi,
>
> My company is looking for experienced Java professionals with 3-4 years of
> experience.  Experience in core, serverside Java, JSP, XML and XSL is a
> must.
>
> If you are interested, please send your resume to pooleery@synygy.com.
>
> Thanks
> Manoj.
>
> -----Original Message-----
> From: carlo.montanari@t-systems.it [mailto:carlo.montanari@t-systems.it]
> Sent: Wednesday, September 18, 2002 11:03 AM
> To: Tomcat Users List
> Subject: RE: Redirect not working
>
>
>
> I'm quite sure: in one case I explicitly do a sendRedirect("newurl") from
> within a servlet.
> Furthermore, the response code is 302, which is a temporary redirection.
>
>
>
>
>
>
> "Jonathan Soons" <js...@juilliard.edu> on 18/09/2002 15.45.03
>
> Please respond to "Tomcat Users List" <to...@jakarta.apache.org>
>
> To:    "Tomcat Users List" <to...@jakarta.apache.org>
> cc:
>
> Subject:    RE: Redirect not working
>
>
> Are you sure that is a Redirect? Redirect requires  /path  ->  URL.
> Yours looks like an Alias.
>
> -----Original Message-----
> From: carlo.montanari@t-systems.it [mailto:carlo.montanari@t-systems.it]
> Sent: Wednesday, September 18, 2002 7:12 AM
> To: tomcat-user@jakarta.apache.org
> Subject: Redirect not working
>
>
> Hi all.
> My configuration is: Apache 2.0.35 and Tomcat 4.0.3 (or 4.0.4, same
> behaviour), with mod_webapp and warp connector. Solaris 8, jdk 1.4.0.
> If I deploy "examples" webapp and access it through Tomcat's standalone
> listener (port 8080) everything works ok.
> When I access it through Apache, it works well until I find some kind of
> redirection (ie /examples/ -> /examples/index.html), then I get a
> page with
> the message:
> Apache Tomcat/4.0.3 -HTTP Status 302 - Moved Temporarily
> but redirection is NOT followed by the browser (I've tried
> various versions
> of IE, Netscape, Mozilla...).
> If I try to connect using telnet, the response with port 8080 is:
> HTTP/1.1 302 Moved Temporarily
> while through Apache is:
> HTTP/1.1 Moved Temporarily
> Nevertheless, in access.log of Apache the status code for my request is
> correctly set to 302.
> Same behaviour if I do a sendRedirect from within a servlet or jsp,
> redirecting to another servlet (no static content at all).
>
> Can anybody help me?
>
> TIA, Carlo
>
>
>
> --
> To unsubscribe, e-mail:   <
> mailto:tomcat-user-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail: <
> mailto:tomcat-user-help@jakarta.apache.org>
>
>
> --
> To unsubscribe, e-mail:   <
> mailto:tomcat-user-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail: <
> mailto:tomcat-user-help@jakarta.apache.org>
>
>
>
>
>
>
>        Carlo Montanari
>        Sysadm
>        Unix office
>        T-Systems Italia
>        debis IT Services Italia S.p.A.
>        Via degli Ontani, 25
>        36100 - Vicenza
>        Phone: +39 0444 558355
>        Fax: +39 0444 558352
>        Mobile: +39 348 4530249
>        e-mail: carlo.montanari@t-systems.it
>        Internet: http://www.t-systems.it
>
>
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>