First  |  Prev |  Next  |  Last
Pages: 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
Porting single servlet example to NetBeans 6.1
Greetings; Specifics: OS: Win XP PRO App Serv: Tomcat 5.5 Netbeans: 6.1 Issue: I am trying to port a simple single servlet from the first example in Head First Servlets and JSP 2nd Edition to Netbeans 6.1. This example works fine when I deploy it manually under Tomcat. However, I am getting a 404 e... 21 Jul 2008 18:13
TimeZone in JSF
By default JSF converts all the date and time into GMT timezone, it doesn't have any provision to change the default timezone for your application. Here is a solution I came across. http://venkatsadasivam.wordpress.com/2008/07/08/jsf-default-timezone-and-date-pattern/ Hope you all will get benefit out of this ... 22 Jul 2008 00:23
form based login in jboss using login-config not working
jboss-web.xml contains <jboss-web> <security-domain>java:/jaas/wizomLogin</security-domain> <context-root>/test</context-root> </jboss-web> login.html <html> <body> <h1>Please Authenticate</h1> <form method="POST" action="j_security_check"> User Name: <input type="text" name="j_username" /><br /> Password:... 20 Jul 2008 12:28
Problem wid eclipse..
hello am using eclipse 3.3.0 and using tomcat 5.5. i have configured all the class path of tomcat,servlet-api.jar etc. but still having some problem. while compiling a servlet file its throwing an error "Target runtime Apache Tomcat v6.0 is not defined" i am not getting how to remove this. help me. thanks ... 20 Jul 2008 14:31
C# programmers need a little help with Java and NetBeans references.
giddy wrote: [July-20-2008 11:55:37 PM] Very precisely when i open a GUI project i got: Problem: The project uses a class library called "swing-app- framework", but this class library was not found. Solution: Click Resolve to open the Library Manager and create a new class library called "swing-ap... 20 Jul 2008 09:23
reading pgm format
Eric, Try BufferedImage bufferedImage = new RenderedImageAdapter(rendimg).getAsBufferedImage(); this will obtain BufferedImage. --Nanne RenderedImage rendimg=JAI.create("fileload","my.pgm"); but then how do i obtain a BufferedImage from this? ... 20 Jul 2008 11:25
reading pgm format
Hi, is it possible to read .pgm image format using java?.I tried ImageIO.read("my.pgm") but this failed.I was told that JAI api can read pgm format.Can anyone tell me how i can obtain a BufferedImage out of it? RenderedImage rendimg=JAI.create("fileload","my.pgm"); but then how do i obtain a BufferedImage fr... 21 Jul 2008 17:11
C# programmers need a little help with Java and NetBeans references.
hi, I'm a really good C# programmer and I've been programming for quite sometime with MS stuff. I've decided I need to know a little JAVA, i think i've already put a post in this forum for books but now i need help with NetBeans Firstly, I had quite some trouble installing it and now If i open desktop appli... 22 Jul 2008 03:27
Threading : What's wrong with this ?
public void run () { this.taskQ = new LinkedBlockingQueue<Object> (); try { taskQ.wait (); } catch ( InterruptedException ie ) { System.out.println ( ie.getMessage () ); System.exit ( 255 ); } } Exception is "java.lang.IllegalMonitorStateException: current thread not owner" on... 21 Jul 2008 18:13
confused about program design decisions for animation
I'm having a problem figuring out how I should design my program. I am animating a network protocol stack, where the data expands out into multiple chunks and as they drop through the network layers, collecting the headers and tail. Each chunk, header, and tail is merely a colored rectangle. At the physical laye... 20 Jul 2008 13:29
First  |  Prev |  Next  |  Last
Pages: 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134