| |

VerySource

 Forgot password?
 Register
Search
View: 1560|Reply: 13

A major problem encountered in web development !!!

[Copy link]

1

Threads

5

Posts

5.00

Credits

Newbie

Rank: 1

Credits
5.00

 China

Post time: 2020-3-13 17:00:01
| Show all posts |Read mode
In WEB development, we often use ECLIPSE development environment, use TOMCAT, or RESIN as the WEB server. Generally, after starting the service, after modifying the JSP code, you can run it directly, and you can see the effect of the modification. After that, our general approach is to restart the WEB service, which is more troublesome. Is there any good way? When we modify the JAVA code to compile, we do not need to restart the WEB service to see the effect of the modification. How about?
Reply

Use magic Report

0

Threads

2

Posts

3.00

Credits

Newbie

Rank: 1

Credits
3.00

 China

Post time: 2020-6-9 18:15:01
| Show all posts
RESIN does not need to restart
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-6-11 11:45:01
| Show all posts
Tomcat is not needed
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-6-11 20:45:01
| Show all posts
Wouldn't it be good to reopen the page
Reply

Use magic Report

0

Threads

11

Posts

9.00

Credits

Newbie

Rank: 1

Credits
9.00

 China

Post time: 2020-6-30 11:00:01
| Show all posts
In the tomcat server.xml, configure the application to reload="true", the application environment is best not to configure this, affecting performance
Reply

Use magic Report

1

Threads

5

Posts

5.00

Credits

Newbie

Rank: 1

Credits
5.00

 China

 Author| Post time: 2020-7-27 19:00:01
| Show all posts
Askczrovin75, Tomcat is not used, so how do you deal with it?
Reply

Use magic Report

1

Threads

5

Posts

5.00

Credits

Newbie

Rank: 1

Credits
5.00

 China

 Author| Post time: 2020-7-27 21:45:01
| Show all posts
Toelsaiii: The server.xml application configuration under my Tomcat has been reload="true", but it still doesn't work.
Reply

Use magic Report

0

Threads

14

Posts

10.00

Credits

Newbie

Rank: 1

Credits
10.00

 China

Post time: 2020-7-30 11:15:01
| Show all posts
I have this problem, I use NetBeans to develop, without leaving the IDE, I can only stop the application and release it.
Otherwise, you can put it directly in the automatically published directory (non-debugging state) and this problem will not occur.
Reply

Use magic Report

0

Threads

63

Posts

42.00

Credits

Newbie

Rank: 1

Credits
42.00

 China

Post time: 2020-7-30 12:30:01
| Show all posts
TOMCAT reference

http://community.csdn.net/Expert/TopicView3.asp?id=5276317

Is <context reloadable="true">, then change web.xml
Reply

Use magic Report

0

Threads

6

Posts

6.00

Credits

Newbie

Rank: 1

Credits
6.00

 China

Post time: 2020-7-30 14:15:01
| Show all posts
Upstairs
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list