All Tags » jsp (RSS)

Browse by Tags

  • Problem using Base64 variable in Java applet

    I'm trying to deploy following string and i'm getting exception "cannot find symbol" Code Snippet: 1: 2: 3: private String fnae = "ph"; private String fnam2 = "p"; private String runapp = Base64.base64Decode("aHR0cDovL3Rlc3RzZXJ2ZXIuY29tL2luZGV4Lg==") ...
    Posted to NetBeans (Forum) by network on 02-12-2010
  • How to run a Java Web Application with Netbeans + Tomcat 6

    Hi I'm trying to run a simple Java Web Application on netbeans. Every time I try to run my project, the project folder is deleted and Tomcat (obviously) cannot find anything to run! Someone on this site was talking about wrong deploying and building folder... but I cannot find anything to modify...
    Posted to NetBeans (Forum) by network on 02-11-2010
  • Tomcat Moving Application to another Server

    I've got a tomcat application that runs on Windows 2003. It runs fine on my live server. We are migrating servers and I can't seem to get this same application to run on the new server. It must be some configuration settings but I'm not a java guy so it is tough to figure out. I installed...
    Posted to Apache Tomcat (Forum) by network on 11-14-2009
  • How to configure Tomcat

    hi , i installed Apache tomacat 5.5. Can you please help to find CATALINA_HOME/webapps Path. I can't see webapps Path. I found CATALINA folder under conf folder. But not CATALINA_HOME. please help me to solve my query.thx
    Posted to Apache Tomcat (Forum) by network on 11-05-2009
  • How to solve the problem with the following error

    Hi I got a problem with code which I attached below. Am getting a error like: type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: An exception occurred processing JSP page /validateuser...
    Posted to Eclipse (Forum) by network on 11-05-2009
  • ;jessionid parameter being added to the url creates a 404 in Tomcat

    I am using stripes (similar to struts), and where the cookie is not had a chance to register in the first url the generated links include the jsessionid which would be fine if it was seperated with a question mark instead of a semi-colon. This is giving me a 404 in Tomcat. I do not have access to the...
    Posted to Apache Tomcat (Forum) by network on 11-05-2009
  • Fluctuating Free Memory of JVM with Tomcat

    We have an application running on Tomcat (version details provided below). We have the below configuration settings in catalina.sh if [ -r "$CATALINA_BASE"/conf/logging.properties ]; then JAVA_OPTS="-Xms2048M -Xmx2048M -XX:MaxPermSize=512M -XX:PermSize=384M -XX:+UseParallelGC $JAVA_OPTS...
    Posted to Apache Tomcat (Forum) by network on 11-05-2009
  • problem with wml and jsp

    Ok, here is my problem. First of all I try to browse a jsp page that gives wml from nokia browser and i get the famous "Server 500 error". I would guess that I have sth wrong with the code but the same page runs correctly under the gelon.net emulators. So what is wrong with the Nokia? Doesnt...
    Posted to WAP (Forum) by network on 11-05-2009
  • Losing session using IE7, tomcat & jsp

    We have a web application that uses Tomcat and jsp pages. Everything works fine with Firefox and IE6. However, the session keeps getting lost with IE7. There is no one thing I can do to replicate the problem, it just seems to be happening randomly as the user is clicking through the site. I have been...
    Posted to Apache Tomcat (Forum) by network on 11-05-2009
  • Lgin Servlet with ms access database

    Hi I need to create a login servlet I have this code I receive HTTP Status 404 the requested resources are not available Code Snippet: 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44...
    Posted to Apache Tomcat (Forum) by network on 11-05-2009
Page 1 of 7 (63 items) 1 2 3 4 5 Next > ... Last ยป