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 Mike Lewis 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: *

  1. webdev17

    org.apache.jasper.JasperException - JSTL problem?

    I'm trying to run a JSP page that uses the core JSTL taglib to run <c:forEach>. When I try to run the page on the server, I'm getting the following error: SEVERE: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: The absolute uri...
  2. webdev17

    Problems configuring Tomcat

    Ok...I tried a few things and I figured out that Tomcat is working just fine. But I'm still confused about how you can run localhost from the server directly in Eclipse. If I manually move my project into the directory - C:\apache-tomcat-5.5.26\webapps then I can view it in the browser, but...
  3. webdev17

    Problems configuring Tomcat

    I'm trying to set up Tomcat to work with Eclipse. This is my first attempt to get Eclipse and Tomcat working on my computer and I'm running into some problems. I installed Eclipse and the pluggin to run Tomcat in Eclipse. However, when I try to run any servlets or jsps, I'm getting a "HTTP...
  4. webdev17

    DPI Question

    Great. Thank you!
  5. webdev17

    DPI Question

    Hi, I have a TIFF file that's currently 300dpi. I need to change it to 600dpi. I was assuming I do this in Photoshop by changing the resolution from 300 to 600, but when I apply this, it makes my image larger and distored. I tried again by setting the resolution to 600 and keeping the pixel...
  6. webdev17

    Buttons Mouseover

    Hi, I'm creating a flash file that has 8 buttons within it. When you mouse over each of the buttons, it zooms the content on the button to full screen. I created this using the Up, Over, Down, Hit controls for buttons. The problem is that only one button will work, because as soon as I mouse...
  7. webdev17

    Using Cloudscape Database with JSP

    Hi, I am working on a java web application that uses JSP, EJBs, and struts. The EJB is being used to call the connection to a Cloudscape database (I am restricted to using this type of database). The call to the database looks like this: String aDataSourceName =...
  8. webdev17

    click and zoom pieces of an image

    Hi, I have an image that is divided into several different sections. I want to allow users to click each indivdual section. When they click a section, I was to zoom into the details of that section and have the whole image fade in the background. Does anyone know if there are any tutorials...
  9. webdev17

    PHP Admin Setup

    I'm trying to set up php admin for the first time on my pc. I also have MySQL installed. When I try to login into my phpmyadmin page on localhost, it asks me to login using my user name and password from the MySQL installation. This login works with MySQL, but phpmyadmin is not recognizing my...
  10. webdev17

    Ruby Install Problem

    I am trying to install Ruby on Rails on my XP Home PC, following these instructions - http://apacheguide.org/ruby.php. When I get to step 2 under "Create a Rails App" to startup the WEBrick servlet, I get a permission denied error. I gave the Ruby interpreter full access to my firewall and...
  11. webdev17

    XP Pro and Home Together?

    It would definitely be best if I could just stick with Home. Do you know of any good sites that reference how to install IIS on Home? Thanks.
  12. webdev17

    XP Pro and Home Together?

    I'm in the process of creating two websites. I was under the impression that some of the software I needed to use would not run on Home, but maybe I am wrong. This is what I need to do: Create and e-commerce website that can query a database to store customer login information and shopping...
  13. webdev17

    XP Pro and Home Together?

    My laptop is currently running XP Home. For a project I'm working on in one of my grad classes, I need to have XP Professional. Is it possible to run both operating systems on the same PC? If so, how would I do that? I really don't know a whole lot about operating systems. Thanks!
  14. webdev17

    Using Perl to Parse RSS Information

    I'm trying to display an external RSS feed on my website. The descriptions that it returns are quite long. Using Perl, how could I parse the description to only display approximately 3 sentences of the description? Thanks!
  15. webdev17

    Parse RSS Feed Information

    Well the problem is that when I put it in any other format other than: <tr> <td valign="top"><a datafld="link" target="_blank"><span datafld="title" /></a></td> <td><span datafld="description" /></td> </tr> the description does not show up. I've tried using breaks, putting it in...
  16. webdev17

    Parse RSS Feed Information

    I am trying to use an RSS feed to pull articles from an external website. All I want to create is a list of links with a short description. This is working for me, but I'd like to modify the way it displays on the screen. The first problem is that the descriptions are too long. Is there an...
  17. webdev17

    Number of Internet Users

    Does anyone know if there's a statistics website where I can find out how many people log on to the Internet each week? Thanks.
  18. webdev17

    Regenerate html files

    Yes, I was told by a co-worker that all of these files could be regenerated using a perl script.
  19. webdev17

    Regenerate html files

    After each data capture record has been updated, it is submitted through a workflow. During this process it goes to three different individuals that can make changes and approve. Once all approvals have been made, Interwoven Open Deploy runs and pushes the file to production. This is fine for...
  20. webdev17

    Regenerate html files

    I just made a significant amount of global changes to all of my TeamSite data capture records. Now I need to regenerate all of the pages to output the new html files. How can I do this using perl? Thanks.

Part and Inventory Search

Back
Top