Importing the Certificate?

2003-12-19 Thread Anibal Constante Brito
Please some one responde my question, I don't want somebody that just response "Go to verisign, there is a chain certificate somewhere on the site (I do not remember where)." I ask because I don't know, I want a somebody with really knowledge in the theme. Hello: A read this in ssl=howto: a.. I

Importing the Certificate?

2003-12-18 Thread Anibal Constante Brito
Hello:   A read this in ssl=howto:   Import the Chain Certificate into you keystore keytool -import -alias root -keystore \ -trustcacerts -file And finally import your new Certificate keytool -impo

what happen with this maillist

2002-06-23 Thread Anibal Constante Brito
how can I unsubcribe of this maillist, I don't remmenber how many message I send to the list for unsubcribe myself, but don't work, somebody can tellme what happen Owen. -- To unsubscribe, e-mail: For additional commands, e-mail:

why the email list don't work

2002-06-22 Thread Anibal Constante Brito
I want unsubcribe, but a send 3 email to this address: [EMAIL PROTECTED] useless. I want unsubcribe, beacuse I go to vacations and I don't want my mailbox full. Thanks.

Re: How many rows have a ResultSet?

2002-06-10 Thread Anibal Constante Brito
> Hy, > > you can use rs.RecordCount > > Regards > Marcus the ResultSet don't have this property?, sorry, but you answer don't help me. Owen. -- To unsubscribe, e-mail: For additional commands, e-mail:

How many rows have a ResultSet?

2002-06-10 Thread Anibal Constante Brito
Hello: How can I know the rows that have a simple ResultSet, which method or attribute have to call? Best Regards. Owen. -- To unsubscribe, e-mail: For additional commands, e-mail:

I want close one session in JSP

2002-06-09 Thread Anibal Constante Brito
I want destroy one session, but include the JavaBean with it. I tried whit session.invalidate();, but don't work. What can I do to all JavaBeans like this been destroyed. that don't exist anymore. Best Regards. Owen. -- To unsubscribe, e-mail: For additional com

mail list of JSP?

2002-06-08 Thread Anibal Constante Brito
Hello people: Any of you know a mail list of JSP for ask some question? Best Regards. Owen. -- To unsubscribe, e-mail: For additional commands, e-mail:

logout?

2002-06-08 Thread Anibal Constante Brito
How can I put some buttom in the form and when the user push it the session end? I tried to do with that: function CloseSession() { session.invalidate(); } but don't work? and in the JavaBeans I don't have session? Best Regards. Owen. -- To unsubscribe, e-mail:

how can I close a session

2002-06-08 Thread Anibal Constante Brito
how can I close a session in JSP? or something like this. to desconect the user, that the user have to log again. Best Regards. Owen. -- To unsubscribe, e-mail: For additional commands, e-mail:

about session

2002-06-06 Thread Anibal Constante Brito
I have code in login.jsp. I thing that this object keep in memory to session remain(I have some doubt in this things), but how can I in login.java put some object in the memory for all session like above. Best Regards. Owen. -- To unsubscribe, e-mail: For addition

Session variables?

2002-06-03 Thread Anibal Constante Brito
How can I put o retrieve a variable session like in ASP Session('text') = "text"? in JSP or JavaBeans? Best Regards. Owen. -- To unsubscribe, e-mail: For additional commands, e-mail:

about JavaBeans

2002-06-03 Thread Anibal Constante Brito
I'm doing a simple JavaBenas, like the It very simple, but my question is how can I send text o something to browser from inside the JavaBeans, inside de JSPWithCounterBeanId for example? Best Regards. Owen. -- To unsubscribe, e-mail: For additional commands, e

MS SQL Server Datasouerce

2002-05-30 Thread Anibal Constante Brito
A tried to create a datasource with SQL Server, but can I wiev even the index.htm page, why? this is my datasource: driverClassName com.microsoft.jdbc.sqlserver.SQLServerDriver

error in install JBuilder

2002-05-29 Thread Anibal Constante Brito
I has installed the JBuilder but I uninstalled it. I try to install again but the setup show this error : InvocationTargetException. This application will now exit. (LAX) Stack Trace: java.lang.NullPointerException at com.zerog.ia.installer.Main.i(Unknown Source) at com.zerog.ia.installer.Main

JavaBeans

2002-05-24 Thread Anibal Constante Brito
I have the same problem of other, I read a some tutorial too and... public class UserData { String username; String email; int age; public void setUsername( String value ) {... I put in UserData.java and compiled and put in the same directory \WEB-INF\classes, and when call I

Servlets

2002-05-24 Thread Anibal Constante Brito
Hello: I dont understand somthing, I a beginner of Java programming and Tomcat. I read in some tutorial that when a wirte a servlet, just put the .java in \WEB-INF\classes and the tomcat compile this .java in .class, but I tried to do this useless. I have windows XP and my CLASSPATH:C:\Program Fi

compile or not?

2002-05-24 Thread Anibal Constante Brito
Hello: I dont understand somthing, I a beginner of Java programming and Tomcat. I read in some tutorial that when a wirte a servlet, just put the .java in \WEB-INF\classes and the tomcat compile this .java in .class, but I tried to do this useless. I have windows XP and my CLASSPATH:C:\Program