Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by viper2003

  1. viper2003

    returning a class from a Session EJB

    I have an session ejb(MyEJB) that calls a class(skuObj.class) with a bunch of getters and setters, I retrieve a record from the database and set the row to the class like this skuObj.setSKU(the value from db).. and so on. after that I return the class object.So my ejb Method looks like this...
  2. viper2003

    Help adding and retrieving Arrays in an ArrayList

    I need some help with an ArrayList problem, I will write the code and expalin it and at the end will describe the problem. JSP ========================================================================= 1)I get a java.sql.ResultSet from an ejb to my jsp...
  3. viper2003

    ODBC in powerbuilder using a INI file??

    Thanks for the response, but I need to be able to set my variables in an INI file so that it can be modified on the fly and I do not have to recompile the project everytime I change a database name or something like that. Thanks again
  4. viper2003

    ODBC in powerbuilder using a INI file??

    I have an application running in powerbuilder 9 using a microsoft access database, here is the connection code I use in my main window open event SQLCA.DBMS = "ODBC" SQLCA.AutoCommit = False SQLCA.DBParm =...
  5. viper2003

    Help deploying a webapp in tomcat 4

    Found the answer to my problem, just in case you are wondering I had been using this application in tomcat3 and I copied my whole project over to my new server including the WEB-INF/classes folder and there seems to be conflicts with some of the classes there, I removed my classes and it is all...
  6. viper2003

    Help deploying a webapp in tomcat 4

    I am using tomcat 4.1.24 and I am having problems deploying my webapp I place my application folder under the $CATALINA_HOME/webapps and add the following entry in my server.xml configuration file <Context path=&quot;/intranet&quot; docBase=&quot;/usr/local/tomcat4/webapps/intranet&quot...
  7. viper2003

    DNS with two different networks, Help!!!

    Hello windows gurus, My company needed a vpn solution for their network, so I used two linux boxes at both ends comunicating through ipsec. My first and more important network has a 192.168.1.x ip network with 255.255.255.0 netmask and my second network has a 192.168.0.x ip network with a...

Part and Inventory Search

Back
Top