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 wOOdy-Soft 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 osubb

  1. osubb

    pass in property/variables

    I am pretty new to log4j and have a question that should be easy. I am using log4j in a web (java servlets) environment. 1) How do I pass in variables? I have an app that uses the JDBCAppender and would like to pass in the connection values. Is there an easy way to do this? These values...
  2. osubb

    OOAD and RDBMS

    Thanks for the reply. I know about hibernate. But my question was more of a general design issue. I would like to use hibernate, but I'm not sure that my manager will let me implement it for this one application. We might use it later. Also, I'm not sure if hibernate is the way to go at...
  3. osubb

    OOAD and RDBMS

    I'm creating a new application that hits a RDBMS. The DB is not all that normalized and I'm not sure if they will be changing the tables later on. Anyway I'm trying to figure out how to grab/update the data from the tables. What we did in the past was create one "TransactionDB" class that had...
  4. osubb

    reset password for Manager

    thanks sedj for the response. But this doesn't help. I did put a new line int the TOMCAT_HOME/conf/tomcat-users.xml. I created a "manager" id and password. This still didn't help. Whenever I try to go to Tomcat Manager, I use to get a user name and password screen to login. I didn't think...
  5. osubb

    reset password for Manager

    I tried to login to the Manager of Tomcat 5.5. Forgot my password and now all it gives me is "access forbidden". Can someone tell me how to reset this? I do not have the security manager module downloaded. I'm on WindowsXP Professional. Thanks LDL
  6. osubb

    Simple CLASSPATH question

    That's what I figured. Just wanted to be sure! Thanks for the help. Larry
  7. osubb

    Simple CLASSPATH question

    I'm new to Tomcat (using V5.5). I am doing some tutorials to get up to speed on servlets/JSP. Anyway, I keep getting an error saying it can not find one of my classes. I have put the directory where all my common packages reside in the CLASSPATH var, but Tomcat doesn't seem to find it. The...
  8. osubb

    Can't create SQL Server ODBC Connection

    Yes, I have admin. I also tried the "User DSN" tab. Both just returned me to the "User/System DSN" window. This seems to be a problem with only "SQL Server" driver. I was wondering if it could be MDAC driver. Not really sure what it is, someone at work mentioned it. Trying to get info now.
  9. osubb

    Can't create SQL Server ODBC Connection

    I'm trying to create a SQL Server connection through ODBC manager. I click on the 'ADD' button in the 'System DSN' tab. It takes me to the "Create New Data Source" window. I then select the "SQL SERVER" driver and click "FINISH" tab. Instead of getting a window to add properties, it takes me...
  10. osubb

    Java Batch design question

    I'm developing a batch program in java and was looking at different ways to implement error logging. I will need to output many error msgs in many different objects. At this point I see three different ways of doing this. 1) Create a class that has opening, closing, and writing methods for...
  11. osubb

    Class Design

    I'm pretty new to OOAD. I'm trying to come up with a good design on my new project. I'll describe the problem and hope I get some ideas from some people. Let's say you we have a class "Vehicle". This class will be used in many different industries (at least 10-15). The Vehicle class...

Part and Inventory Search

Back
Top