Batik

2007-05-01 Thread dimitryous r.
Hello, I'm a newbie with Batik and xmlgraphics. I just succeed downloading source code for batik 1.7 beta. Compilation OK Squiggle OK. Run with http://localhost:8080/jsp-examples/jsp2/jspx/textRotate.jspx? name=JSPX OK But how to recompile textRotate.java as there is no such file. I miss some

Re: IDE

2007-04-17 Thread dimitryous r.
Hi, Thanks you for your reply. If I'm reading you correctly, my approach is useless. Its actually amazing because when you debug... it use the NEW tomcat... you will be able to tell straight away because when you compile a servel, if it is in the new tomcat, it will dissapear because netbean

Re: IDE

2007-04-17 Thread dimitryous r .
m if you want. Enjoy - Original Message ----- From: "dimitryous r." <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, April 17, 2007 9:57 AM Subject: Re: IDE Hello, NetBeans 5.5 at http://www.netbeans.org does it. But it comes with his own Apache Tomcat JSP (5.0.1

Re: Applet Help

2007-04-17 Thread dimitryous r.
In order for us to help you do that please: http://localhost:/ and tell us what you get out of this URL. The version of Tomcat is located at the upper left corner of your screen. On WinXP, you get your java version in Config panel/java then first tab and then about (the first button)... J

Re: Applet Help

2007-04-17 Thread dimitryous r.
Please tell us more about your configuration: OS, JVM xxx, Java version etc... Should help with that. On 17 avr. 07, at 12:43, jub jub jedi wrote: I tried that, it doesn't work. Also, when I just pull up the HTML file from the hard drive, it works as expected. When I try to access that

Re: Ajax xmlhttprequest

2007-04-17 Thread dimitryous r.
g responseText. In tomcat, I am getting as far as readystate 1, (firewall turned off). Is there any particular/obvious reason why the request is breaking down in tomcat? Richard. ----- Original Message From: dimitryous r. <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Monday, April

Re: IDE

2007-04-17 Thread dimitryous r.
Hello, NetBeans 5.5 at http://www.netbeans.org does it. But it comes with his own Apache Tomcat JSP (5.0.17 for MacOSX). Deplyoment is very easy. I don't know how to pull out this version with a more recent one 5.0.20 ... Any ideas? TIA On 6 avr. 07, at 02:47, David Short wrote: I'm sur

Re: Applet Help

2007-04-16 Thread dimitryous r.
If you are going to make several test with your applet you better off to turn off caching of all xxx.class and/or xxx.jar files in your JVM preferences ( Java 1.x.x Plugin Settings preferences). Once all is OK, turn it back to on. No need to switch your server on/off/on etc... Your server is j

Re: Ajax xmlhttprequest

2007-04-16 Thread dimitryous r .
Hi Richard, As said earlier the only way to parse php files out of Apache Tomcat is something like: http://localhost:8080/myfile.jsp (Apache Tomcat 5.5.x) calling http://localhost/anyfile.php (Apache 1.3.xx with php/MySQL built-in) This means 2 servers running on the same machine. This way

Re: AW: Ajax xmlhttprequest

2007-04-16 Thread dimitryous r.
But believe you will not get much out of it. The day Tomcat parse php pages is far away - in my opinion -. If you do succeed, tell us. Think Java. On 13 avr. 07, at 16:35, Richard Dunne wrote: If you take any .html file and rename it .php for instance, the file will change to the php icon. PHP

Re: Ajax xmlhttprequest

2007-04-16 Thread dimitryous r.
I have a php webpage which is hosted on my laptop (XP and tomcat localhost:8080). Hello, Please tell me more about your configuration: if your Apache Tomcat server is running on port 8080 how come do you get something out of a xxx.php script? You mean: at http://localhost:8080/myfile.jsp (Apa

Re: Ajax xmlhttprequest

2007-04-13 Thread dimitryous r.
Hi, I can't give you a response. But would like to know how you manage to be able to get a index.php (for example) page out of your Apache Tomcat server. Sould I recompile the whole stuff? Should I add some xxx.so file to my Apache config? TIA dimitryous. On 8 avr. 07, at 14:55, Richard

Re: Tomcat Administration

2007-03-31 Thread dimitryous r .
- From: dimitryous r. [mailto:[EMAIL PROTECTED] Sent: Saturday, March 31, 2007 8:04 AM To: Apache Tomcat Subject: Tomcat Administration Hello, I just finished my upgrade to Apache Tomcat/5.5.20. I know that for security reasons, using the administration webapp is restricted to users with role

Tomcat Administration

2007-03-31 Thread dimitryous r.
Hello, I just finished my upgrade to Apache Tomcat/5.5.20. I know that for security reasons, using the administration webapp is restricted to users with role "admin". The is correct in "/usr/local/apache-tomcat-5.5.20/conf/tomcat- users.xml" file (I'm admin and manager) but still I get the m

Re: Launching Tomcat at boot = Problem solved.

2007-03-26 Thread dimitryous r.
Thank you Edoardo, it works fine... Problem solved. Thank you all On 26 mars 07, at 09:33, Edoardo Panfili wrote: dimitryous r. wrote: Hello Hassan, My question was "Launching Tomcat automatically at boot" ... The fact is: either "export JAVA_HOME=/usr" or "export

Re: Launching Tomcat at boot, at boot, at boot

2007-03-25 Thread dimitryous r .
Hello Hassan, My question was "Launching Tomcat automatically at boot" ... The fact is: either "export JAVA_HOME=/usr" or "export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/ Versions/1.5.0/Home" are both OK. Seem Apple is promoting the 1st one? Strange but will not challenge them.

Launching Tomcat at boot

2007-03-25 Thread dimitryous r .
Hello, Is there a way for me to launch my Apache Tomcat server automatically at each boot? Right now I have to launch Terminal.app and then type "/usr/local/bin/ start_tomcat" (or paste the stuff). Result ok at http://192/168/0/1:8080 . I tried to put the the following code - the file name i