lydie soler

Greenhorn
+ Follow
since May 29, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by lydie soler

hi,
i am trying to secure Apache and i have installed it on Windows NT. I have read some tips about mod-ssl and apache-ssl and it seems that I have to compile mod ssl. But all the instructions seem to be for unix. Can someone tell me If I can install mod ssl on Windows NT?
Thanks a lot
22 years ago
thanks very much but I have found the bug: I used a wrong adress in the requestDispatcher. I was very surprise because I expected an error message in such a case and not a blank page.
Thanks again
lydie
22 years ago
hi,
I have problem with requestDispatcher.
let's explain:
I have a servlet that depending on parameters does show an HTML page or forward to another servlet.
I only call the printer in the case where I need to show the HTML page.
but i only get blank page.
(the servlets use the same doPost method)
if someone has an idea or want to see the code I do really appreciate.
THanks a lot
lydie
22 years ago
it seems that I have a similar problem:
when i try to load my servlet I have the following message (the examples work fine!. As I had problem loading servlet from another directory the the example one I decided to try my servlet in their example directory
thanks for answering
Error: 500
Location: /examples/servlet/coucou
Internal Servlet Error:
java.lang.NullPointerException
at java.lang.ClassLoader.resolveClass0(Native Method)
at java.lang.ClassLoader.resolveClass(ClassLoader.java:429)
at org.apache.tomcat.loader.AdaptiveClassLoader.loadClass(Compiled Code)
at org.apache.tomcat.loader.AdaptiveServletLoader.loadClass(Compiled Code)
at org.apache.tomcat.core.ServletWrapper.loadServlet(Compiled Code)
at org.apache.tomcat.core.ServletWrapper.init(Compiled Code)
at org.apache.tomcat.core.Handler.service(Compiled Code)
at org.apache.tomcat.core.ServletWrapper.service(Compiled Code)
at org.apache.tomcat.core.ContextManager.internalService(Compiled Code)
at org.apache.tomcat.core.ContextManager.service(Compiled Code)
at org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection(Compiled Code)
at org.apache.tomcat.service.TcpWorkerThread.runIt(Compiled Code)
at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(Compiled Code)
at java.lang.Thread.run(Compiled Code)
22 years ago