Re: servlet unavailable

2011-09-06 Thread Adam Posner
There seems to be no reason for the bind exception. There was no other app running. It still started up though On Tue, Sep 6, 2011 at 3:22 PM, Adam Posner wrote: > ep 6, 2011 3:10:54 PM org.apache.catalina.core.AprLifecycleListener init > INFO: The APR based Apache Tomcat Native l

Re: servlet unavailable

2011-09-06 Thread Adam Posner
he.jk.server.JkMain start INFO: Jk running ID=0 time=0/33 config=null Sep 6, 2011 3:13:32 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 1951 ms On Sun, Sep 4, 2011 at 4:48 PM, Pid wrote: > On 03/09/2011 22:36, Adam Posner wrote: > > Posner to users > > sh

Re: servlet unavailable

2011-09-06 Thread Adam Posner
It couldnt c find the struts servlet, thats the only thing in web.xml if youre using struts. There was nothing specific in the logs, or startupo which was normal On Sun, Sep 4, 2011 at 4:48 PM, Pid wrote: > On 03/09/2011 22:36, Adam Posner wrote: > > Posner to users > > show det

servlet unavailable

2011-09-03 Thread Adam Posner
Posner to users show details 8:16 PM (2 minutes ago) Hello all: I am hoping someone can help with this. Tomcat 6.0.28 keeps giving me, saying 'Servlet Front Controller is not available' I am using struts 1, the jar file is struts-core-1.3.10 located in install_dir/myapp/WEB-INF/lib Please hel

Re: error listener start

2010-07-26 Thread Adam Posner
I bet that's it, thanks a bunch ! Adam On Mon, Jul 26, 2010 at 6:26 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Adam Posner [mailto:cuco2...@gmail.com] > > Subject: Re: error listener start > > > > java.lang.NoClassDefFoundError:

Re: error listener start

2010-07-26 Thread Adam Posner
previous error(s) Jul 25, 2010 11:30:07 PM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextDestroyed() Jul 25, 2010 11:30:07 PM org.apache.catalina.core.ApplicationContext log On Mon, Jul 26, 2010 at 6:19 PM, Adam Posner wrote: > I downloaded the tar.gz file f

Re: error listener start

2010-07-26 Thread Adam Posner
I downloaded the tar.gz file from the Apache site. When I do an ls in my logs directory , localhost*.log shows up , but when I try to do cat localhost.2010-07-25.log, for ex., I get "No such file.." Strange On Mon, Jul 26, 2010 at 6:12 PM, Adam Posner wrote: > > To be even

Re: error listener start

2010-07-26 Thread Adam Posner
To be even more clear, the TrailContextListener.clas file is in classes/com/listeners On Mon, Jul 26, 2010 at 6:10 PM, Adam Posner wrote: > > Also, its the latest JVM, j2ee, java 6. The webap is in > /use/share/apache-tomcat-6.0.28/webapps/dailtTamp-v1/WEB-INF/classes > THe class fil

Re: error listener start

2010-07-26 Thread Adam Posner
Also, its the latest JVM, j2ee, java 6. The webap is in /use/share/apache-tomcat-6.0.28/webapps/dailtTamp-v1/WEB-INF/classes THe class files are belsw com which is under classes On Mon, Jul 26, 2010 at 12:18 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From:

Re: error listener start

2010-07-26 Thread Adam Posner
omcat-6.0.28/logs$ On Mon, Jul 26, 2010 at 12:18 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Adam Posner [mailto:cuco2...@gmail.com] > > Subject: error listener start > > > > This is a tough one . I have no clue. > > And apparen

error listener start

2010-07-25 Thread Adam Posner
This is a tough one . I have no clue. All I get in the logs is that error msg. Here ?xml version="1.0" encoding="UTF-8"?> http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml

where can I download tomcat version 6.0.14 ?

2010-02-20 Thread Adam Posner
Hi, I recently downloaded eclipse galileo, version 3.5 and installed the latest version of tomcat, version 6.0.24. The problem is, the directory structure of the most recent tomcat release, version 6.0.24 is a little different from version 6.0.14, the one I had working previously. (with eclipse 3

Re: Realm configuration issues

2009-09-07 Thread Adam Posner
ately. Thanks for all your help, Adam On Mon, Sep 7, 2009 at 12:33 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Adam Posner [mailto:cuco2...@gmail.com] > > Subject: Re: Realm configuration issues > > > > I tried commented out everything be

Re: Realm configuration issues

2009-09-06 Thread Adam Posner
/trailsDB javax.sql.DataSource Container Thanks, Adam On Sat, Sep 5, 2009 at 6:44 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Adam Posner [mailto:cuco2...@gmail.com] > > Subject: Re: Realm configuration issues > > > > One of the

Tomcat not recognizing my Login info ?

2009-09-05 Thread Adam Posner
Hi, I am wondering if I'm configuring my server.xml correctly. I have a DB called trailsDB with 2 tables in it called users and user_roles: | user_name | user_pass | +---+---+ | buzz | 99| | cuco | 77| | tobi | 11| | jaclyn| 66| |

Re: Realm configuration issues

2009-09-05 Thread Adam Posner
it in server.xml because that makes changing it more invasive, but right now I'm just trying to get it working - I can changs that later) Thanks On Sat, Sep 5, 2009 at 4:02 PM, Adam Posner wrote: > Ahh, that makes sense. I need to do some major mods. > Thanks, Chuck. ! > > &g

Re: Realm configuration issues

2009-09-05 Thread Adam Posner
Ahh, that makes sense. I need to do some major mods. Thanks, Chuck. ! On Sat, Sep 5, 2009 at 10:28 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Mark Thomas [mailto:ma...@apache.org] > > Subject: Re: Realm configuration issues > > > > > Any ideas why I might be getting t

Re: Realm configuration issues

2009-09-05 Thread Adam Posner
Thanks Mark for all those tips. I will go back to the DataSource Realm. As for the location of my auth-error.html, it is in webapps/web-app-name, where my jsp's are. On Sat, Sep 5, 2009 at 1:55 AM, Mark Thomas wrote: > Adam Posner wrote: > > Hi, I have been trying to implem

Realm configuration issues

2009-09-04 Thread Adam Posner
Hi, I have been trying to implement form based authentication using container managed security. I had tried originally to use the DataSource Realm but after struggling with that for so long I gave up because I had tried everything I could think of as far as putting the Realm declaration in varioius

HTTP 404 with a %22 at the end of the URL, what does it mean ?

2008-07-31 Thread Adam Posner
s not available. The %22 is probably what's causing that, but I'm not sure what the %22 means in the first place. Can anybody please explain this to me ? Thanks, Adam Posner

tomcat 5.5 loads a blank page

2008-06-23 Thread Adam Posner
I can start tomcat server from eclipse with no errors, but the same thing happens. When I go to load the jsp it's blank. I am totally clueless on this one, so any ideas would be greatly appreciated. Thanks, Adam Posner