Hi.
On 25.04.2017 15:04, Gulhane, Amol wrote:
Hi,
I am trying to configure Windows Authentication for an application using:
1. Windows Server 2008 R2
2. Tomcat 8.0.17
3. IIS 7.5 reverse proxy
4. ISAPI redirector 1.2.42.0 64 bit
5. Connector in Tomcat server.x
Hi,
I am trying to configure Windows Authentication for an application using:
1. Windows Server 2008 R2
2. Tomcat 8.0.17
3. IIS 7.5 reverse proxy
4. ISAPI redirector 1.2.42.0 64 bit
5. Connector in Tomcat server.xml:
I have deployed 2 .war files (tc.war, tcsso
se to access the servlet ?
On Sat, Nov 3, 2012 at 2:26 AM, Talia Selitsky wrote:
> Hello,
>
> I am using Eclipse version Juno and Apache Tomcat 7. I am trying to run a
> basic Hello World web application.
> I am following all of the basic steps but I keep getting a Http 404
Have you checked the URL path from the Tomcat manager page is correct ?
On Fri, Mar 26, 2010 at 6:59 PM, SM wrote:
> Hi all, I developed a simple web service and deployed it on Tomcat 6.0.24
> and when I debug on server it gives me http 404. There are no errors in the
> tomcat lo
Hi all, I developed a simple web service and deployed it on Tomcat 6.0.24 and
when I debug on server it gives me http 404. There are no errors in the tomcat
log.
HTTP Status 404 - /Axis2WSTest/
type Status report
message /Axis2WSTest/
description The requested resource (/Axis2WSTest/) is
Hi all: I have created a simple web service using eclipse and tomcat 6.0.24,
however when I try to test this webservice using Debug on Server I get the
following error:HTTP Status 404 - /Axis2WSTest/type Status
reportmessage /Axis2WSTest/description The requested resource (/Axis2WSTest/)
is no
> From: Leo Donahue - PLANDEVX [mailto:[EMAIL PROTECTED]
> Subject: 6.0.18 download link yeilds HTTP 404
>
> http://www.devlib.org/apache/tomcat/tomcat-6/v6.0.18/bin/apach
> e-tomcat-6.0.18.exe
>
> Maybe the site is down?
It's unlikely the DevLib people are monitoring
Leo Donahue - PLANDEVX wrote:
> http://www.devlib.org/apache/tomcat/tomcat-6/v6.0.18/bin/apache-tomcat-6
> .0.18.exe
>
> Maybe the site is down?
Works for me.
Or you can just use a different mirror.
Mark
-
To start a new to
http://www.devlib.org/apache/tomcat/tomcat-6/v6.0.18/bin/apache-tomcat-6
.0.18.exe
Maybe the site is down?
On Thu, Jul 31, 2008 at 3:43 PM, Adam Posner <[EMAIL PROTECTED]> wrote:
> /project-1c/trailReview.jsp%22 The requested resource is not available.
> The %22 is probably what's causing that, but I'm not sure what
> the %22 means in the first place.
It's an escaped quote (") mark. Look at where you
I get this error message when I try to go from one jsp to another. For
example, I have a welcome.jsp opening page. I have a simple
Trail Reviews button that when I click it simply goes to another jsp,
trailReview.jsp. At this point, the url is
http://localhost:8080/project-1c/trailReview.jsp?. Eve
my mod_jk.conf looks like somthing like this:
LoadModule jk_module "C:/Program Files/Apache Software
Foundation/Apache2.2/modules/mod_jk.so"
JkWorkersFile
"C:/softwares/Apache/apache-tomcat-6.0.16/apache-tomcat-6.0.16/conf/jk/workers.properties"
JkLogFile
"C:/softwares/Apache/apache-tomcat-6.
Thank you Rainer for your reply. Based on your suggestion I did following
0. removed the auto from Include directive.
1. There was log entry specified in mod_jk.conf. It was pointing to the log
file in tomcat directory I changed in point to the log file in apache
directory. restarted things.
2.
rangeli nepal schrieb:
Recently I installed apache and tomcat. Environment is depicted int subject
line. They both work nice and fine independently.
I am trying to integrate them with mod_jk.
I belive I followed all the steps suggested by document.
1. I downloaded mod_jk ( 1.2.26) kept it as m
Recently I installed apache and tomcat. Environment is depicted int subject
line. They both work nice and fine independently.
I am trying to integrate them with mod_jk.
I belive I followed all the steps suggested by document.
1. I downloaded mod_jk ( 1.2.26) kept it as mod_jk.so in modules direc
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Assaf,
exkor wrote:
| The problem im having right now (which i believe is relatively simple)
| is that my app doesn't connect to the DB. I configured server.xml back
| to use MemoryRealm because i want only the app to use the DB. Then
| I've changed
registered user functions and
pages
admin
manager
I don't see any attempt for a connection in the mysql logs... very weird...
Do I need to define some global naming for the DB connection?
Thanks
-Assaf
On Sat, Jun 14, 2008 at 7:55 AM, Caldarale, Ch
> From: exkor [mailto:[EMAIL PROTECTED]
> Subject: Re: URL is "null" and HTTP 404 error when using FROM
> authentication
It's good that you're starting from a clean install.
> MySQL logs indicate the the connector has connected to the database
> and querin
ion="User database that can be updated and saved"
> factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
> pathname="conf/tomcat-users.xml" />
>
>
>
>
&
FORM
/index.jsp
/index.jsp
The role that is required to access registered user functions and
pages
admin
manager
myapp/META-INF/context.xml:
$CATALINA_HOME/conf/server.xml:
> From: exkor [mailto:[EMAIL PROTECTED]
> Subject: URL is "null" and HTTP 404 error when using FROM
> authentication
You have some weirdness in your web.xml and context.xml that should be
straightened out before attempting any further analysis.
>
>
>
Hi
I have this wierd problem i am trying to sovle for a week now, and i
already have gray hair from this mess.
My setup is Apache 2.0, Tomcat 6.0, MySQL 5.0.
I am requesting a protected page in my application:
http://127.0.0.1/myapp/home.jsp
and it takes me to the login page:
http://127.0.0.1/my
K S wrote:
Thanks a lot Rainer! The problem as you guessed was with the Vhost.
After putting the JkMounts in the global server configuration, it
worked.
I started using the VHost (though now I have realised I don't need
them at all since I am not hosting more than one website on a single
server)
Thanks a lot Rainer! The problem as you guessed was with the Vhost.
After putting the JkMounts in the global server configuration, it
worked.
I started using the VHost (though now I have realised I don't need
them at all since I am not hosting more than one website on a single
server) because the
K S wrote:
Hi,
I am a newbie to both Apache and Tomcat.
I am using Apache 2.0.55, Tomcat 5.5.25, mod_jk 1.2.25 and Ubuntu (
2.6.17-10-server)
It seemed like I had the complete redirection working at one point, but
unfortunately after no apparent change (that I can recollect), things just
stopp
Hi,
I am a newbie to both Apache and Tomcat.
I am using Apache 2.0.55, Tomcat 5.5.25, mod_jk 1.2.25 and Ubuntu (
2.6.17-10-server)
It seemed like I had the complete redirection working at one point, but
unfortunately after no apparent change (that I can recollect), things just
stopped working. I
Thanks for reporting back your findings!
Kirst Martin Wolfgang schrieb:
> Hi Bruno, and others!
>
> In the end I was successfull.
>
> In summaray, I've checked my config (from HOWTO) tripple and more,
> but nothing. I've transfered my config on a test machine
> and surprise, it works! But reinst
different computers.. despite the procedure was correct,
> once I had to remove and add IIS again to get everything to work.
-Ursprüngliche Nachricht-
Von: myrealbruno [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 18. Juli 2007 12:52
An: Tomcat Users List
Betreff: Re: isapi_redirect
Message -
From: "Kirst Martin Wolfgang" <[EMAIL PROTECTED]>
To:
Sent: Monday, July 16, 2007 8:40 AM
Subject: isapi_redirect from IIS5 to tomcat 5.5 brings HTTP 404 -
isapi_redirect.dll not found
Hi,
I'm trying to use IIS v5.00.3700.1000 with Tomcat 5.5.17
using isap
Hi,
I'm trying to use IIS v5.00.3700.1000 with Tomcat 5.5.17
using isapi_redirect 1.2.23 and AJP13. But in the end I always
see an error page from tomcat:
"
HTTP Status 404 - /jakarta/isapi_redirect.dll
...
The requested resource (/jakarta/isapi_redirect.dll) is not available
...
Apache Tomca
Hi,
I'm trying to use IIS v5.00.3700.1000 with Tomcat 5.5.17
using isapi_redirect 1.2.23 and AJP13. But in the end I always
see an error page from tomcat:
"
HTTP Status 404 - /jakarta/isapi_redirect.dll
...
The requested resource (/jakarta/isapi_redirect.dll) is not available
...
Apache Tomca
Hello Vikas,
look at your login.jsp. There is an entry like this:
..
...
Be sure that you there is only "j_security_check" in the action field.
This is calling the Tomcat authentication valve and you don't need any
directory information.
-- Franck
> Hi
>
> HTTP Status 404 - /Control_center/j
On Wed, 29 Mar 2006 20:07:06 +0200, VIKASS NAGPAL <[EMAIL PROTECTED]>
wrote:
Hi
HTTP Status 404 - /Control_center/j_security_check
type Status report
message /Control_center/j_security_check
description The r
Hi
HTTP Status 404 - /Control_center/j_security_check
type Status report
message /Control_center/j_security_check
description The requested resource
(/Control_center/j_security_check) is not available.
-
: users@tomcat.apache.org
Subject: Tomcat 5.0 HTTP 404 with hello.class
As I understand it I can save Hello.class as
/usr/share/tomcat5/webapps/hello/WEB-INF/classes/com/hello/Hello.class
and address is as http://localhost:8080/hello/Hello
This results in a HTTP 404 error message.
Background
I
Is the package in your source code com.hello?
> As I understand it I can save Hello.class as
> /usr/share/tomcat5/webapps/hello/WEB-INF/classes/com/hello/Hello.class and
> address is as http://localhost:8080/hello/Hello
>
> This results in a HTTP 404 error message.
>
> Ba
As I understand it I can save Hello.class as
/usr/share/tomcat5/webapps/hello/WEB-INF/classes/com/hello/Hello.class and
address is as http://localhost:8080/hello/Hello
This results in a HTTP 404 error message.
Background
I am running Linux FC4 and Tomcat 5.0.30
I have a hello.jsp in the
netstat (or your distribution's equivalent command) should do the trick.
>
> From: blueberry lake <[EMAIL PROTECTED]>
> Date: 2005/11/30 Wed PM 03:34:58 EST
> To: Tomcat Users List
> Subject: Re: Re: HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 an
PROTECTED]
Sent: Wednesday, November 30, 2005 2:35 PM
To: Tomcat Users List
Subject: Re: Re: HTTP 404 error when mod_jk 1.2.15 connects apache
2.0.55 and tomcat 5.0.28 on unix
Finally, I found the problem is that port 8009 is already used by some
other
application. I used another port, then
TED]> wrote:
>
> And add a JkAutoAlias line to httpd.conf if you're not going to mount
> individual directories.
> >
> > From: "Martin Gainty" <[EMAIL PROTECTED]>
> > Date: 2005/11/30 Wed PM 02:53:22 EST
> > To: "Tomcat Users List&quo
And add a JkAutoAlias line to httpd.conf if you're not going to mount
individual directories.
>
> From: "Martin Gainty" <[EMAIL PROTECTED]>
> Date: 2005/11/30 Wed PM 02:53:22 EST
> To: "Tomcat Users List"
> Subject: Re: HTTP 404 error when mod_
" <[EMAIL PROTECTED]>
To: "Tomcat Users List" ; "Martin Gainty"
<[EMAIL PROTECTED]>
Sent: Wednesday, November 30, 2005 1:19 PM
Subject: Re: HTTP 404 error when mod_jk 1.2.15 connects apache 2.0.55 and
tomcat 5.0.28 on unix
Thanks for helping.
http://local
Thanks for helping.
http://localhost:7888/manager/html gives me the same HTTP 404 error.
On 11/30/05, Martin Gainty <[EMAIL PROTECTED]> wrote:
>
> Good Morning Blueberry
> if you go to http://localhost:8081/manager/html
> what happens when you Reload jsp-examples ?
> Mar
Good Morning Blueberry
if you go to http://localhost:8081/manager/html
what happens when you Reload jsp-examples ?
Martin-
- Original Message -
From: "blueberry lake" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, November 30, 2005 10:39 AM
Subject: HTTP 404 error when mod_jk
system gives me the tomcat welcome page for URL
http://localhost:7888/
( I changed apache to listen to port 7888. ), which seems fine. The problem
is that when
I access the URLs like http://localhost:7888/jsp-examples/, I got the
following error:
=
HTTP 404
type Status report
t the
following error:
=
HTTP 404
type Status report
message /jsp-examples/
description The requested resource (/jsp-examples/) is not available.
Apache/Tomcat 5.0.28
==
For tomcat, I comment out the 8080 port (http) so that to make sure it stops
the http se
system gives me the tomcat welcome page for URL
http://localhost:7888/
( I changed apache to listen to port 7888. ), which seems fine. The problem
is that when
I access the URLs like http://localhost:7888/jsp-examples/, I got the
following error:
=
HTTP 404
type Status report
47 matches
Mail list logo