Re: tomcat 5.5.7 won't start because of NPE

2005-02-13 Thread Joseph Shraibman
Yup, that was it. I could have sworn I chwoned all the files but I guess I didn't. Thanks. Parsons Technical Services wrote: The real problem is the lines above it. Either the server.xml is hosed, missing, corrupted or Tomcat doesn't have rights to it. What OS are you running on? Doug

tomcat 5.5.7 startup

2005-02-13 Thread P.M
Hi, Based on information from people of this list, i tried to use the startup.bat file to start tomcat server... but it doesn't work...in fact it's worse than windows installation with services. at least service works and i can use tomcat server. The startup.bat file seems to not work correctly

Re: Session lost on netscape, mozilla and firefox, but not IE

2005-02-13 Thread Uwe Kubosch
On Sat, 2005-02-12 at 18:06 -0500, Robert Hunt wrote: I've seen some browsers (Netscape) truncate the query string portion of an action URL in the form tag: form action=http://target.com/servlet?param=val; ... such that the target servlet receives the HTTP request without param=val,

Re: tomcat 5.5.7 startup

2005-02-13 Thread Ben Souther
Are you running with a full JDK or just a JRE? On Sun, 2005-02-13 at 08:17, P.M wrote: Hi, Based on information from people of this list, i tried to use the startup.bat file to start tomcat server... but it doesn't work...in fact it's worse than windows installation with services. at

Re: tomcat 5.5.7 startup

2005-02-13 Thread P.M
i run with both, JDK and JRE (are running on my PC) --- Ben Souther [EMAIL PROTECTED] wrote: Are you running with a full JDK or just a JRE? On Sun, 2005-02-13 at 08:17, P.M wrote: Hi, Based on information from people of this list, i tried to use the startup.bat file to start

HTTP: 500 Internal Server Error (Urjent)

2005-02-13 Thread Anand Pandey
Hi, Can any one help me out in this serious case that I'm facing while uploading the files. Getting HTTP: 500 Internal server Error, while uploading the XML file (5.44 KB approx). I'm using Tomcat3.3.1 and JRE ver 1.2. To upload the XML file request is sent to IIS thru which it is

Re: Session lost on netscape, mozilla and firefox, but not IE and Opera

2005-02-13 Thread Uwe Kubosch
I just did a test with Opera, and it works with Opera. So current status is: Session lost on netscape, mozilla and firefox on Linux, but not IE on windoze and Opera on Linux. With kind regards, Uwe Kubosch - To unsubscribe,

Re: Session lost on netscape, mozilla and firefox, but not IE and Opera

2005-02-13 Thread Uwe Kubosch
On Sun, 2005-02-13 at 15:01 +0100, Uwe Kubosch wrote: I just did a test with Opera, and it works with Opera. Analyzed input from Opera, and I can find the JSESSIONID cookie, so I am positive that it is missing when using firefox, mozilla and netscape. Any ideas on how to fix this? Uwe

Re: tomcat 5.5.7 startup

2005-02-13 Thread Ben Souther
Which is your JAVA_HOME environment variable pointing to? On Sun, 2005-02-13 at 08:42, P.M wrote: i run with both, JDK and JRE (are running on my PC) --- Ben Souther [EMAIL PROTECTED] wrote: Are you running with a full JDK or just a JRE? On Sun, 2005-02-13 at 08:17, P.M wrote:

Re: HTTP: 500 Internal Server Error (Urjent)

2005-02-13 Thread Ben Souther
Anad, you've just hijacked someone else's thread. When posting to the list, please start a new message. Don't just reply to an existing one. It limits the number of people reading your question. On Sun, 2005-02-13 at 08:45, Anand Pandey wrote: Hi, Can any one help me out in this

Re: tomcat 5.5.7 startup

2005-02-13 Thread P.M
I discover from where came the trouble... JAVA_HOME pointed on J2SDK 1.4.2 and not JDK 5.0. i changed it and not the scripts are working... thanks a lot for help. but admin application doesn't work :( Maileen --- Ben Souther [EMAIL PROTECTED] wrote: Are you running with a full JDK or just a

manager application

2005-02-13 Thread P.M
Hi, I open the localhost:8080 without any trouble now, but i hace an error message 403 everyting that i try to access to manager or admin applications. i tested all username and password which are in tomcat-users.xml, but nothing work.. i know from windows install exe file, that another profile

Re: Tomcat vs Jetty

2005-02-13 Thread Remy Maucherat
On Sat, 12 Feb 2005 10:51:53 +0100, PA [EMAIL PROTECTED] wrote: On Feb 12, 2005, at 06:20, Peter Lin wrote: For those who are curious. I decided to run apache AB against jetty to see if there are any differences. If you are into this kind of micro-benchmarks, take a look at Simple:

Re: tomcat 5.5.7 startup

2005-02-13 Thread Ben Souther
The admin app no longer ships with Tomcat by default. You have to download it separately. On Sun, 2005-02-13 at 09:37, P.M wrote: I discover from where came the trouble... JAVA_HOME pointed on J2SDK 1.4.2 and not JDK 5.0. i changed it and not the scripts are working... thanks a lot for help.

Re: Tomcat vs Jetty

2005-02-13 Thread Peter Lin
I had a hard time understanding what those graphs mean. It really could use better captions to really explain clearly what the X and Y axis mean. I don't see any point comparing simple honestly, since it's not a servlet container. but I'm totally bias :) peter On Sun, 13 Feb 2005 15:53:27

tomcat 5.5.7 startup

2005-02-13 Thread micky none
Hi, I am also having a somewat similar problem.I installed tomcat5.5.7 on my windows xp system through the *.exe file.The server starts and stops properly but i dont know why I am not able to see the index file.When i give the command http://localhost:8080/,it displays nothing.I even tried to

Re: Session lost on netscape, mozilla and firefox, but not IE and Opera

2005-02-13 Thread Robert Hunt
If you've got a Valve className=org.apache.catalina.valves.RequestDumperValve/ defined for the Engine/ node in server.xml for your Tomcat installation, you should be able to see cookies being passed in HTTP requests: == 2005-02-02 10:30:39

Re: Session lost on netscape, mozilla and firefox, but not IE and Opera

2005-02-13 Thread sven morales
Hi, Another tool is TCPMON tool from Apache Axis project, its an applet. This allows you to see the the request response between client and Tomcat. aka_sergio --- Robert Hunt [EMAIL PROTECTED] wrote: If you've got a Valve className=org.apache.catalina.valves.RequestDumperValve/ defined

Re: [OT] Automated tool for creating mime-multipart e-mail from web page

2005-02-13 Thread Robert Hunt
Huy, A PDF is an alternative. However, I'm inclined to stay with HTML without having to require client to have Acrobat reader properly installed.

Setting ContentType and encoding for all jsp pages

2005-02-13 Thread Gioele Barabucci
I want to send the output of my JSPs as application/xhtml+xml in UTF-8. All the pages I send are XHTML in UTF-8, but the browsers can't understand them because Tomcat (Apache-Coyote/1.1, the one bundled with JBoss 3.2.5) set Content-Type to text/html without any encoding information. I tried to

Re: Setting ContentType and encoding for all jsp pages

2005-02-13 Thread Ethan Sutin
http://java.sun.com/products/servlet/Filters.html Gioele Barabucci wrote: I want to send the output of my JSPs as application/xhtml+xml in UTF-8. All the pages I send are XHTML in UTF-8, but the browsers can't understand them because Tomcat (Apache-Coyote/1.1, the one bundled with JBoss 3.2.5) set

RE: SOLVED - commons-logging logger instances - how to initialize in replicated session objects

2005-02-13 Thread Richard Mixon (qwest)
In case anyone else ends up with similar problems trying to get session replication to work for objects that have a commons logging (or other similar) non-serializable instance variable), here's how I solved it. I created the following abstract class with the two methods readObject and

Tomcat 5.5.7 webapp not reload after META-INF/context.xml change

2005-02-13 Thread Trevor Baker
Hi, I have an unpacked ROOT webapp and if I change the web.xml for it, the webapp gets reloaded. However if I change the META-INF/context.xml for it, it doesn't get reloaded. It's a WatchedResource too like web.xml. All I'm doing is changing a context-param value in context.xml (as a trivial

Re: Tomcat 5.5.7 webapp not reload after META-INF/context.xml change

2005-02-13 Thread sven morales
Hi, Can perhaps the settings of cacheAllowed nullify the changes you just made? cacheAllowed - If the value of this flag is true, the cache for static resources will be used. If not specified, the default value of the flag is true. aka_sergio --- Trevor Baker [EMAIL PROTECTED]

Error JSP pages

2005-02-13 Thread deepak suldhal
Hi Working with 5.0.28 Tomcat version, For jsp errors or for an URL which is not in my application I get http://www.marsfind.com/search.html?ver=100uid=7d914e20f8eb41559137d01a9847d0cbstatus=404Keywords=http%3A%2F%2Flocalhost%3A8080%2Ftest1app=domain Why is this happening ?.

RE: Tomcat 5.5.7 webapp not reload after META-INF/context.xml change

2005-02-13 Thread Richard Mixon (qwest)
Tevor, Not sure if I have much to add, so much as just clarifying what you are asking. Its of interest to me also. If you are using the tomcat-deployer app, then file tomcat/webapps/your-webapp/META-INF/context.xml normally gets deployed to tomcat/conf/Catalina/localhost/your-webapp.xml. I

JDBC setup

2005-02-13 Thread deepak suldhal
All I have is Eclipse with JDK Tomcat 5.0.28 Now I need to set up a JDBC connection (to connect to Sybase) Should I download Jconnect for this ? How do I define a resourse Reference ? Should this code be in web.xml under conf. If I do this with admin tool does that work ? Thanks D

tomcat hackers ...

2005-02-13 Thread B Wiley
Hello, I've been getting some things in my logs like ... 217.20.113.110 - - [13/Feb/2005:09:41:39 -0500] GET /Myapp/../Myapp/../Myapp/../Myapp/../Myapp/../Myapp/../Myapp/../hosting.html HTTP/1.1 200 5564 - Mozilla/4.0 (compatible; MSIE 5.16; Mac_PowerPC) What is this guy getting from this ?