aspose file tools
The moose likes Servlets and the fly likes Problem in running servlet in JBuilder Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Problem in running servlet in JBuilder" Watch "Problem in running servlet in JBuilder" New topic
Author

Problem in running servlet in JBuilder

Naren Chivukula
Ranch Hand

Joined: Feb 03, 2004
Posts: 542

Hi,

I had made web module in JBuilder and wrote a HelloWorld servlet program which I could compile and deploy it. But I could not run it (tried weblogic 8.1, Tomcat 4.1 server configurations). Can anyone tell how to successfully get the output for which what are the things to be configured in JBuilder?

Thanks and Regards,
Narendranath


Cheers,
Naren (SCJP, SCDJWS and SCWCD)
Fisher Daniel
Ranch Hand

Joined: Sep 14, 2001
Posts: 582
Hi,
Are there error messages when you invoke that your web application?
I mean when you go to http://localhost:<port>/<your context root>

correct me if I am wrong..

thanks
daniel
Naren Chivukula
Ranch Hand

Joined: Feb 03, 2004
Posts: 542

No error messages. But, the application is taking much time to run. I mean it is under process though u open it after a long time !
[ February 10, 2005: Message edited by: Naren Chivukula ]
Naren Chivukula
Ranch Hand

Joined: Feb 03, 2004
Posts: 542

When running in weblogic 8.1 I got the problem at RUN TIME like

Could not obtain an exclusive lock to the embedded LDAP data files directory: .\examplesServer\ldap\ldapfiles because another WebLogic Server is already using this directory. Ensure that the first WebLogic Server is completely shutdown and restart the server.>
Naren Chivukula
Ranch Hand

Joined: Feb 03, 2004
Posts: 542

Is there anyone to solve my problem ???
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Problem in running servlet in JBuilder
 
Similar Threads
how do i add *.html file in JBuilder's web application
error #704....uhg!
how do i add *.html in JBuilder web application?
What's this error: FATAL:java.net.BindException: Address in use: JVM_Bind
how do i add *.html in JBuilder web application?