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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Dynapen
  • Content: Threads
  • Order by date
  1. Dynapen

    CVS Login Issue: Permission Denied

    I am getting the following error when trying to connect to the CVS server instance in created on my Fedora Core 5 box. cannot open /playground/cvs/CVSROOT/config: Permission denied I have read all the postings I can find related to this but I can't find the answer. Server cvs version...
  2. Dynapen

    CVS UPD -r to replace on changed files.

    Here is the problem. My office is finally implementnig some automated build tools, (cruisecontrol), and they have me workig on it. Their build process for test builds goes like this. Checkout everything tagged from the last release. Then add on to that all files that have been tagged for the...
  3. Dynapen

    Save log files past restart

    I am using log4j on JBoss 4.0.2. I am currently using the daily rolling file appender so that I get a archive copy of each days's log files and have a auditable history. The problem I am experiencing is what to do when the server has to be restarted. Our server experienced a problem @ 4:00 AM...
  4. Dynapen

    Hyperlinked Images

    Here's the problem. Website is a issueTracker. Uses a roster type list of issues, with some links in the last colums for "delete, edit, etc...." Currently each link is done with a image, <a href="test.do?id=8"><img src="/images/edit.png"/></a> Pretty basic stuff. Image shows correctly, and...
  5. Dynapen

    Java Regular Expression Problem

    Using the regexp package from jakarta, I am implementing a profanity filter for a application I am working on. Yes, I could have done this using normal string checks, but this will get used by a file load process, that may run it 10,000+ times in a single file load. So becuase regular...
  6. Dynapen

    XSL Question

    Here's what I have. Receving applications. Each XML file will contain multiple applications for the same person. Each Application can contain multiple XML file will look something like. <application> <event> <event_code>1</event_code> <event_desc>Rejected</event_desc>...
  7. Dynapen

    Reading Images from Hard Drive

    I am trying to build a photo gallery into my site. I have all the images located in a folder under the site root Site/Images/etc..... Site/WEB-INF/classes/etc..... The images folder,as shown above is at the same level as my WEB-INF. What I need to try to figure out how to do is determine the...
  8. Dynapen

    Taglib Needed

    I am working a page that will take a list of imageVO objects. (imageVO is a simple bean that contains the filename, and path of a image file on the HD. ) and display them in a HTML table. What I am tryiing to do is find a good way to determine how many imageVO objects are in the collection, and...
  9. Dynapen

    Control desktop from laptop without Terminal Services

    Here's the deal. I have a old P2 machine with 100GB of storage on it that I want to turn in to a webserver for a local site i am building. With nothing else running it should be more than enough box to handle it, and that way i have a good fileserver as well. Problem is the monitor for the box...
  10. Dynapen

    Java IDE Question

    Here's the deal. Trying to use IntelliJ's IDEA IDE with Orion web server (Really Oracle's 9iAS). Have a plug in to connect them, just don't know enough about it to actually get the server and the app configured to make it happen. Hoping someone in here does.... So, if anyone has any ideas on...
  11. Dynapen

    Connection ASP to Oracle SSO

    Here's the problem- I have a ASP application that I need to enable through Oracle's SSO so that you can access it transparently alongside the new JSP site we are building. It seems that from what I am reading that after I define my site as a partner applicaiton with Oracle SSO (which I have...
  12. Dynapen

    Bad Requirements, Bad Project Management

    Here's my problem that I don't know how to handle. I have a project I am going to be working on that is going to take the current team (5-7 programmers) 6-9 months. That includes half the team learning a new language (Java) and the whole team learning a new set of tools.(Oracle 9ias, OID...
  13. Dynapen

    Why JSP over ASP

    I am intentionally asking this in a JSP forum. I am a ASP programmer with 4 years experience. But the new project I am working on, someone has decided to do the new site in JSP. So this is what I am trying to figure out. What does JSP give me over ASP. This site will be on a Windows platform...
  14. Dynapen

    Create Instance in 9.2 on a Domain

    I am having problems building a local DB to my machine. I have Oracle 9.2.0.1.0 installed. The install is good, but for some reason when I log on to the box with a domain account, I can't connect to or control the instance. If i log on as the local machine administrator, it all works fine. If I...
  15. Dynapen

    Create Database Errors

    I have Oracle 9.2.0.1.0 Installed on my machine. Everything about the install seems to be working without a problem. But when I try to create a local database I get a series of errors. Everything from TNS:packet writer failure to End-Of_File on Communication Channel to problems loading the...
  16. Dynapen

    Dropping Cookies

    Here's the problem. Built a ASP App. Uses Cookies to store session information about the user that is authenticated against by each page to make sure the user has access. These are separate cookies that I am writing to the client through the Response.Cookie method during a hidden login page...
  17. Dynapen

    Turning a Oracle Recordset into XML

    Here's the problem I am having. I need to have Oracle build me a recordset off of a SQL statment I am passing, but to pass me the recordset back as a XML document. I believe that it can be done, but I can't find a single example of how. Without that, I have to set my webserver to build a XML doc...
  18. Dynapen

    Building a XML Doc from Oracle

    Here's the thing. I think I have a decent handle on the basics of XML and XSL. But the problem is I need to be able to figure out how to cause a Oracle DB to take a SQL statement, and return me a XML document. Without that, I can't really apply any of the other tools. But when looking at all the...
  19. Dynapen

    Arrays as Input to ADO Parameters

    Here the problem. I need to do a SQL statment similary to the following. Select * from tableA where field1 in ? Where the question mark is a call to a ADO paramenter object. MS tells me that I can put arrays into the parameters and that it will work. But I can't find a example of how to create...
  20. Dynapen

    Help with Error Message

    I am running a ASP JavaScript App against a Oracle 8i DB. When building my SQL statement in the page, to pass to Oracle using the bind varialbes and the parameters object, I get the following error. Provider error '80040e55' Column does not exist. I know that the values are correct in my...

Part and Inventory Search

Back
Top