Re: A java question.

2002-01-13 Thread Ronald Wildenberg
I suppose that you mean: Rule No. 999 in Java: if you have more than one class per source file, ... Chen Chao wrote: Rule No. 1 in Java: if you have more than one class in your application, you only can use "public" key word in the class which has main method (public static void main( ) ...).

Re: Multilingual in jsp's

2001-12-14 Thread Ronald Wildenberg
Can you please explain what you mean by 'Multilinguals'?? Do you mean a web interface that can be switched from one language to another? SriHari wrote: Can any one suggest a location /information on how to use Multilinguals in jsp's other than embedding them with font Regards Sree Hari

Re: URLConnection and Password and Username

2001-12-11 Thread Ronald Wildenberg
of your web site with username/password combinations: http://www.onjava.com/pub/a/onjava/2001/07/24/tomcat.html http://www.onjava.com/pub/a/onjava/2001/08/06/webform.html Good luck, Ronald Wildenberg. === To unsubscribe: mailto

Re: Problem deleting a file using JSP

2001-12-11 Thread Ronald Wildenberg
already done this, but it is the only solution I can offer. Ronald Wildenberg Panagiotis Konstantinidis wrote: Thank you for your reply Ronald... I have just tried it doing a file.exists() and it returns true... The only thing I can think of is that somehow Ineed to give permission to Tomcat

Re: Socket programming

2001-11-27 Thread Ronald Wildenberg
Hi, You could try http://java.sun.com/docs/books/tutorial/networking/index.html. It helped me a lot. Ronald Wildenberg suresh kumar Durairaj wrote: Hi , I am looking for good reference for doing socket programming in java(need to send stream to Integration server ) . Any one pl suggest

Re: Can Tomcat use a default file?

2001-11-26 Thread Ronald Wildenberg
Hi Sami, To accomplish this the only thing you have to do is rewrite the index.html file in webapps/ROOT. From this page you can then automatically redirect to name/Default.jsp or anything else, using JavaScript. Ronald Wildenberg. Sami Saul wrote: Hi everyone! The link for my application